[image: alicevictoriaa.files.wordpress.com]OBSELETE INFO: See https://www.torn.com/wiki/Awareness
************************************
City finds changed a lot with Respo and are always a fun discussion topic. So I put together this list of tips for my faction and now adding them to the guides forum. This list is composed from my knowledge, other forum posts, and some guesswork/assumptions. If you disagree or have anything to add don't be shy!
OLD City Find System:
Every hour the first two times you clicked City you had a small chance of finding an item. Awareness increased your chances of finding items. You got an event stating you have found an item. I did extensive testing on city finds for over a year when I owned a 5* fireworks stand and it was always the first two clicks per hour that triggered an item find.
NEW City Find System:
Items populate the EXACT same way as the old system, but you find them on the new GUI map by playing a cheesy mini-game. Items never disappear so weather you city find once a day or once a month you should end up with the same number of items.
TIPS:
- Dont bother actually searching for items more than a few times a week. Save yourself the carpal-tunnel and let them build up a bit first
- If you use the Select Method (below) leave junk items on the screen so you can more quickly get them highlighted and know at a glance if its still highlighted
- Items populate the same way as in the old system so clicking City.php twice per hour is still the best way to populate the map and get MAX city finds
Reference: Chedburn [1] Yes, it's exactly the same as the old system. Just the rates are improved, more types of items can be found, and you've got to find them on the city map.
- Awareness increases both likelihood of finding items and quality of items found
Reference: Chedburn [1] Awareness increases not only the rate of spawn, but also the quality of items spawned. The merits alone will increase results by up to 70%.
*** NEW April 2015 : Ched Updated City Finds to make them easier to see ***
Thread created on 14:23:26 - 31/03/15 (1 days ago)
Citizens,
Based on feedback and committee discussions, we've made the following changes...
- Items in the city are now larger and appear on all three zoom levels inside pinpoints.
- Generic low value items are now less likely to spawn.
- High value items (I.e. Like Dumbbells) are now far more likely to spawn.
[image: s3.amazonaws.com]
[image: s3.amazonaws.com]
Thanks - Great work Ched and Players Committee
*** NEW: Link [1413750] has come through again with an update to his City Finds Highlighter ***
Looks like this:
[image: oi59.tinypic.com]
Links to download are in his thread - Go there, get it, and R+ it because it's AWESOME!!
http://www.torn.com/forums.php?p=threads&f=61&t=15936492&b=0&a=0
*** NEW: The AquaRegia [1551111] script was broken by Cheds update - On that thread Dave_JV [966207] commented with an updated version ***
Tread: http://www.torn.com/forums.php#/p=threads&f=61&t=15933295&b=0&a=0&start=200
That thread is kind of a mess so will post instructions here, but be sure to go to the thread and give them both R+ for their efforts
Steps:
1. Install Tamper Monkey or Grease Monkey
2. Select "Add a new script"
3. Copy and Paste the below code
4. Save it
5. Refresh your city map!
Code:
// ==UserScript==
// @name City Map Script
// @namespace City Map Script
// @version 0.2
// @description
// @author Dave_JV
// @match http://www.torn.com/city.php*
// @match https://www.torn.com/city.php*
// @grant unsafeWindow
// ==/UserScript==
$(unsafeWindow).load(function()
{
var markerParentNode = document.getElementById("OpenLayers.Layer.Markers_240");
var counter = 0;
var itemNames = '';
for(var index = 0;index{
var child = markerParentNode.childNodes[index];
if(child.getAttribute("style").search('block')>=0)
{
itemNames+=(child.getAttribute("aria-label")+',');
counter++;
}
}
itemNames = itemNames.substring(0,itemNames.length-1);
$("h4").after($("
").html("Current number of items: " + counter + "
" + "Items spawned: " + itemNames).css("clear", "left").css("margin-bottom", "-20px"))
});
Screenshot by Tempest [1867527]
[image: s3.amazonaws.com]
Mentions: AquaRegia [1551111] · Chedburn [1] · Tempest [1867527] · City Finds Hilighter - Updated 1st April · Map hax! (fixed March 2017)