flagflag  If you want to see English page, please click "English" Button at Left.
1: 2009-03-02 (月) 14:59:27 iseki ソース 現: 2011-08-06 (土) 23:59:26 iseki ソース
Line 1: Line 1:
-* TeleportFinish [#xf5aed93+** [[SimStats>../SimStats]] [#m0b6d8b1] 
-***概要 [#p03a8574]+ 
 +***概要 [#ef4e1fcc]
- Sim->Viewer - Sim->Viewer
-- テレポートの終了(成功)とテレポート先のSimの情報を通知する. +- SIMの状態を通知
-- v1.18.5 では実際には使用されていないようなので,サンプルデータは無し.+
-*** 構造 [#a747687a+#br 
-- 番号:(Low 69) ''FF FF 00 45'' +*** 構造 [#zd28a291
- TeleportFinish Low 69 Trusted Unencoded+- 番号:(Low 140) ''FF FF 00 8C'' 
 + 
 + // Simulator statistics packet (goes out to viewer and dataserver/spaceserver)
 {  {
-        Info        Single +    SimStats Low 140 Trusted Unencoded 
-        {   AgentID          LLUUID        } // 16 octet +    { 
-        {   LocationID      U32           } // 4 octet +     Region Single 
-        {   SimIP            IPADDR        +     { RegionX            U32
-        {   SimPort          IPPORT        +     { RegionY            U32 } 
-        {    RegionHandle    U64          +     { RegionFlags        U32
-        {   SeedCapability  Variable   2 }  // URL +     { ObjectCapacity      U32
-        {   SimAccess        U8            +    
-        {   TeleportFlags    U32          }+    { 
 +     Stat Variable 
 +     { StatID      U32
 +     { StatValue  F32 } 
 +    }
 }  }
 +
 +*** サンプル [#b1d0eedd]
 + 00 00 00 00 21 00 ff ff 00 8c 80 02 00 00 9b 03    . . . . ! . . . . . . . . . . .
 + 00 00 86 8c 00 14 98 3a 00 00 1f 00 00 00 00 e9    . . . . . . . : . . . . . . . .
 + d7 40 3f 01 00 00 00 04 19 f4 41 02 00 00 00 cf    . @ ? . . . . . . . A . . . . .
 + bf f5 41 03 00 00 00 e6 72 b7 3f 1f 00 00 00 bb    . . A . . . . . r . ? . . . . .
 + bc bc 41 04 00 00 00 2c 07 03 42 05 00 00 00 a1    . . A . . . . , . . B . . . . .
 + 2c 25 41 06 00 00 00 9a 28 5f 3e 07 00 00 00 b3    , % A . . . . . ( _ > . . . . .
 + ec 58 3d 08 00 00 00 9f be ce 3e 09 00 00 00 df    . X = . . . . . . . > . . . . .
 + cf 87 3b 0a 00 00 00 8c 20 03 40 0b 00 00 00 00    . . ; . . . . .  . @ . . . . .
 + f4 16 46 0c 00 00 00 00 00 58 42 0d 00 00 00 e6    . . F . . . . . . X B . . . . .
 + 72 b7 3f 0e 00 00 00 00 00 00 00 0f 00 00 00 f0    r . ? . . . . . . . . . . . . .
 + e1 ee 43 11 00 00 00 01 e8 b6 41 12 00 00 00 81    . . C . . . . . . . A . . . . .
 + 22 27 42 13 00 00 00 00 00 00 00 14 00 00 00 00    " ' B . . . . . . . . . . . . .
 + 00 00 00 18 00 00 00 20 2e 32 44 19 00 00 00 00    . . . . . . .  . 2 D . . . . .
 + 00 00 00 1a 00 00 00 00 00 00 00 1b 00 00 00 36    . . . . . . . . . . . . . . . 6
 + de a5 3c 1c 00 00 00 4a c3 11 3b 1d 00 00 00 5a    . . < . . . . J . . ; . . . . Z
 + 02 b7 3c 1e 00 00 00 5c de 85 41 20 00 00 00 c7    . . < . . . . \ . . A  . . . .
 + e9 9c 41 21 00 00 00 cc 08 a0 3f 22 00 00 00 95    . . A ! . . . . . . ? " . . . .
 + b7 8f 41 94 1d 00 00                              . . A . . . .
 +
 + 00 00 00 00 21 00          ヘッダ
 + ff ff 00 8c                          プロトコル番号
 + 80 02 00 00                          SIM位置 X
 + 9b 03 00 00                          SIM位置 Y
 + 86 8c 00 14                          SIMのフラグ
 + 98 3a 00 00                          ObjectCapacity
 + 1f                                  以下 StatIDと StatValueが31組続く
 + 00 00 00 00    e9 d7 40 3f          StatID, StatValue
 + 01 00 00 00    04 19 f4 41          ..................
 + 02 00 00 00    cf bf f5 41
 + 03 00 00 00    e6 72 b7 3f
 + 1f 00 00 00    bb bc bc 41
 + 04 00 00 00    2c 07 03 42
 + 05 00 00 00    a1 2c 25 41
 + 06 00 00 00    9a 28 5f 3e
 + 07 00 00 00    b3 ec 58 3d
 + 08 00 00 00    9f be ce 3e
 + 09 00 00 00    df cf 87 3b
 + 0a 00 00 00    8c 20 03 40
 + 0b 00 00 00    00 f4 16 46
 + 0c 00 00 00    00 00 58 42
 + 0d 00 00 00    e6 72 b7 3f
 + 0e 00 00 00    00 00 00 00
 + 0f 00 00 00    f0 e1 ee 43
 + 11 00 00 00    01 e8 b6 41
 + 12 00 00 00    81 22 27 42
 + 13 00 00 00    00 00 00 00
 + 14 00 00 00    00 00 00 00
 + 18 00 00 00    20 2e 32 44
 + 19 00 00 00    00 00 00 00
 + 1a 00 00 00    00 00 00 00
 + 1b 00 00 00    36 de a5 3c
 + 1c 00 00 00    4a c3 11 3b
 + 1d 00 00 00    5a 02 b7 3c
 + 1e 00 00 00    5c de 85 41
 + 20 00 00 00    c7 e9 9c 41
 + 21 00 00 00    cc 08 a0 3f
 + 22 00 00 00    95 b7 8f 41
 + 94 1d 00 00                          ??? 不明


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 5月翌月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
<今日>

オンライン状況

94 人のユーザが現在オンラインです。 (24 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 94

もっと...

アクセスカウンタ

今日 : 5191519151915191
昨日 : 1716817168171681716817168
総計 : 2350165223501652235016522350165223501652235016522350165223501652
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com