#author("2024-09-02T04:33:09+00:00","default:iseki","iseki")
*** estate_settings [#ef80a680]
- Estate, 土地 (Regionの上物)の情報
- Regionとの対応は [[estate_map>../estate_map]] で行う.
- EstateOwner が SIMのオーナーを示す.([[regions>../regions]] の owner_uuid ではない)
- EstateOwner が 00000000-0000-0000-0000-000000000000 の場合はRegionの設定ファイル(bin/Regions/*.xml, *.ini)から読み込まれる.

 mysql> show columns from estate_settings;
 +-------------------------+------------------+------+-----+---------+----------------+
 | Field                   | Type             | Null | Key | Default | Extra          |
 +-------------------------+------------------+------+-----+---------+----------------+
 | EstateID                | int(10) unsigned | NO   | PRI | NULL    | auto_increment | 
 | EstateName              | varchar(64)      | YES  |     | NULL    |                | 
 | AbuseEmailToEstateOwner | tinyint(4)       | NO   |     | NULL    |                | 
 | DenyAnonymous           | tinyint(4)       | NO   |     | NULL    |                | 
 | ResetHomeOnTeleport     | tinyint(4)       | NO   |     | NULL    |                | 
 | FixedSun                | tinyint(4)       | NO   |     | NULL    |                | 
 | DenyTransacted          | tinyint(4)       | NO   |     | NULL    |                | 
 | BlockDwell              | tinyint(4)       | NO   |     | NULL    |                | 
 | DenyIdentified          | tinyint(4)       | NO   |     | NULL    |                | 
 | AllowVoice              | tinyint(4)       | NO   |     | NULL    |                | 
 | UseGlobalTime           | tinyint(4)       | NO   |     | NULL    |                | 
 | PricePerMeter           | int(11)          | NO   |     | NULL    |                | 
 | TaxFree                 | tinyint(4)       | NO   |     | NULL    |                | 
 | AllowDirectTeleport     | tinyint(4)       | NO   |     | NULL    |                | 
 | RedirectGridX           | int(11)          | NO   |     | NULL    |                | 
 | RedirectGridY           | int(11)          | NO   |     | NULL    |                | 
 | ParentEstateID          | int(10) unsigned | NO   |     | NULL    |                | 
 | SunPosition             | double           | NO   |     | NULL    |                | 
 | EstateSkipScripts       | tinyint(4)       | NO   |     | NULL    |                | 
 | BillableFactor          | float            | NO   |     | NULL    |                | 
 | PublicAccess            | tinyint(4)       | NO   |     | NULL    |                | 
 | AbuseEmail              | varchar(255)     | NO   |     | NULL    |                | 
 | EstateOwner             | varchar(36)      | NO   |     | NULL    |                | 
 | DenyMinors              | tinyint(4)       | NO   |     | NULL    |                | 
 +-------------------------+------------------+------+-----+---------+----------------+


 mysql> select EstateID,EstateName,EstateOwner from estate_settings;
 +----------+------------+--------------------------------------+
 | EstateID | EstateName | EstateOwner                          |
 +----------+------------+--------------------------------------+
 |      100 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      101 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      102 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      103 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      104 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      105 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      106 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      107 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      108 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      109 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      110 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      111 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      112 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      113 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      114 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      115 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      116 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      117 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 | 
 |      118 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 | 
 |      119 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      120 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      121 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 | 
 |      122 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 | 
 |      123 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      124 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 | 
 |      125 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 | 
 |      126 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      127 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      128 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      129 | My Estate  | 00000000-0000-0000-0000-000000000000 | 
 |      130 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      131 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 | 
 |      132 | My Estate  | 3c0dacbb-f360-43b5-b825-c7fbded9b73f | 
 |      133 | My Estate  | 3c0dacbb-f360-43b5-b825-c7fbded9b73f | 
 +----------+------------+--------------------------------------+


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS