1

アイテムAPIでノード「itemSpells」を取得できます。しかし、詳細情報を取得したい場合、どうすれば取得できますか? のように: "itemSpells": [

    {
        "spellId": 109848,
        "spell": 
        {
            "id": 109848,
            "name": "Item - Dragon Soul - Proc - Int Spirit Mace 1H LFR",
            "icon": "spell_holy_avenginewrath",
            "description": ""
        },
        "nCharges": 0,
        "consumable": false,
        "categoryId": 0,
        "trigger": "ON_EQUIP"
    }],
4

1 に答える 1

0

http://www.wowpedia.org/World_of_Warcraft_API#Spell_Fu​​nctions

GetSpellInfo() をお探しですか?

于 2012-12-13T04:07:55.357 に答える