Jump to content
  • 0

what is "Region - Buy Down"?


Alexios Donardson
 Share

You are about to reply to a thread that has been inactive for 2944 days.

Please take a moment to consider if this thread is worth bumping.

Question

6 answers to this question

Recommended Posts

  • 0

From any region, if you dump caps to log (Develop -> Consoles -> Capabilities info to debug console) & poke in the session log for the ProductInfoRequest URL, you can pull a list of all those region flags.

C:\Users\Whirly> curl -sk https://sim8922.agni.lindenlab.com:12043/cap/38e04b90-f6b9-c33b-d71a-83740d30be62 | xmllint -format -<?xml version="1.0"?><llsd>  <array>    <map>      <key>description</key>      <string>Mainland / Full Region</string>      <key>name</key>      <string>mainland_full</string>      <key>sku</key>      <string>023</string>    </map>    <map>      <key>description</key>      <string>Estate / Full Region</string>      <key>name</key>      <string>estate_full</string>      <key>sku</key>      <string>024</string>    </map>    <map>      <key>description</key>      <string>Estate / Openspace</string>      <key>name</key>      <string>estate_openspace</string>      <key>sku</key>      <string>027</string>    </map>    <map>      <key>description</key>      <string>Grandfathered / Homestead</string>      <key>name</key>      <string>estate_homestead_pre20090701</string>      <key>sku</key>      <string>029</string>    </map>    <map>      <key>description</key>      <string>Estate / Full Region - Developed</string>      <key>name</key>      <string>developed_estate_full</string>      <key>sku</key>      <string>121</string>    </map>    <map>      <key>description</key>      <string>Estate / Homestead - Developed</string>      <key>name</key>      <string>developed_estate_homestead</string>      <key>sku</key>      <string>123</string>    </map>    <map>      <key>description</key>      <string>Estate / Openspace - Developed</string>      <key>name</key>      <string>developed_estate_openspace</string>      <key>sku</key>      <string>125</string>    </map>    <map>      <key>description</key>      <string>Mainland / Openspace</string>      <key>name</key>      <string>mainland_openspace</string>      <key>sku</key>      <string>127</string>    </map>    <map>      <key>description</key>      <string>Mainland / Homestead</string>      <key>name</key>      <string>mainland_homestead</string>      <key>sku</key>      <string>129</string>    </map>    <map>      <key>description</key>      <string>Linden Homes / Full Region</string>      <key>name</key>      <string>linden_homes</string>      <key>sku</key>      <string>131</string>    </map>    <map>      <key>description</key>      <string>Estate / Full Region - Skill Gaming</string>      <key>name</key>      <string>gaming_estate_full</string>      <key>sku</key>      <string>141</string>    </map>    <map>      <key>description</key>      <string>Grandfathered / Full Region</string>      <key>name</key>      <string>estate_full_grandfathered</string>      <key>sku</key>      <string>224</string>    </map>    <map>      <key>description</key>      <string>Estate / Homestead</string>      <key>name</key>      <string>estate_homestead</string>      <key>sku</key>      <string>229</string>    </map>    <map>      <key>description</key>      <string>Estate / Full Region - Buy Down</string>      <key>name</key>      <string>estate_full_buydown</string>      <key>sku</key>      <string>324</string>    </map>    <map>      <key>description</key>      <string>Estate / Homestead - Buy Down</string>      <key>name</key>      <string>estate_homestead_buydown</string>      <key>sku</key>      <string>329</string>    </map>  </array></llsd>

So hmm, doesn't appear to be anything to do with a Grandfathered region, that will display as "Grandfathered / Full Region".

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2944 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...