星期二, 4月 24, 2007

SpellItemEnchantmentCondition.dbc

說一個我在這邊遇到的問題, 變換插槽其實大多有額外需求.

http://statue.sayya.org/wowdb/item.php?witem=28556 完整的應該是:
迅捷風火鑽石
拾取後綁定
唯一
寶石
+20 攻擊強度及略微提高奔跑速度
需要 至少2黃色寶石
需要 至少1紅色寶石
"只適用於變換寶石空槽。"

但是我在解 SpellItemEnchantmentCondition.dbc 卡住了:

http://www.sourcepeek.com/wiki/ItemCache.wdb
130 iRefID_GemProperties Integer Properties of the gem

http://www.sourcepeek.com/wiki/GemProperties.dbc
2 iRefID_SpellItemEnchantment Integer

http://www.sourcepeek.com/wiki/SpellItemEnchantment.dbc
26 iRefID_SpellItemEnchantmentCondition Integer Conditions for

http://www.sourcepeek.com/wiki/SpellItemEnchantmentCondition.dbc
Column Field Type Notes
1 ID Integer Referenced from SpellItemEnchantment.dbc
2 gemColor_1 Byte
3 gemColor_2 Byte
4 gemColor_3 Byte
5 gemColor_4 Byte
6 gemColor_5 Byte
12 comparator_1 Byte
13 comparator_2 Byte
14 comparator_3 Byte
15 comparator_4 Byte
16 comparator_5 Byte
17 compareColor_1 Byte
18 compareColor_2 Byte
19 compareColor_3 Byte
20 compareColor_4 Byte
21 compareColor_5 Byte
22 value_1 Integer
23 value_2 Integer
24 value_3 Integer
25 value_4 Integer
26 value_5 Integer

以 http://statue.sayya.org/wowdb/item.php?witem=28556 為例子

ItemID 28556
iRefID_GemProperties 401
iRefID_SpellItemEnchantment 2969
iRefID_SpellItemEnchantmentCondition 31

SpellItemEnchantmentCondition.dbc 裡面的表格我用 dbc2csv 轉出來亂掉,
所以目前那兩行需求是看不到的...如果有人可以解出該表格 .csv 請跟我說...

allakhazam 無此資訊
http://wow.allakhazam.com/db/item.html?locale=enUS&witem=28556
wowguru 無此資訊
http://www.wowguru.com/db/items/id28556/
wowhead 無此資訊
http://www.wowhead.com/?item=28556
thottbot 有此資訊!
http://thottbot.com/i28556

所以 thottbot 還真猛, 也有可能是蒐集資料的方式有差異吧, 前三者都是用 .dbc

1 則留言:

chuanhsing 提到...

dbctool 0.5b 和 dbc tool v2.7b 解出來了。
http://wowdev.org/files/index.php?act=category&id=5 (程式下載)

(MyWarCraftStudio_0.10.6337 解不出來。)