Showing Posts For Althena.9136:

weight_class

in API Development

Posted by: Althena.9136

Althena.9136

Thank you. So i have to look why my Data are not complete

Translation

in API Development

Posted by: Althena.9136

Althena.9136

Does more translation in the Data of the API comes in Future?

The name, description, buff_description and bonuses are translated. Other data not.

Will it come in Future or did i have to do it by myself?

weight_class

in API Development

Posted by: Althena.9136

Althena.9136

Why are there so much Armor Items without a weight_class?

Or is there a problem in my Database?

And what is Clothing? Is this city clothes?

Hidiho Althena

Infusion_slots

in API Development

Posted by: Althena.9136

Althena.9136

I found only 1 Info about Infusion_slot.

It is the following Item :
[pre]
[item_id] => 39276
[name] => Gottfels-Amulett
[description] => Einst ein Objekt der Anbetung der Grawle.
[type] => Trinket
[level] => 80
[rarity] => Ascended
[vendor_value] => 660
[icon_file_id] => 534255
[icon_file_signature] => D33DFD0435DBDE0C0CB7381B4D51BFDB5E75EFDD
[game_types] => Array
(
[0] => Activity
[1] => Dungeon
[2] => Pve
[3] => Wvw
)

[flags] => Array
(
0 => AccountBound
1 => HideSuffix
2 => NoSalvage
3 => NotUpgradeable
4 => SoulBindOnUse
5 => Unique
)

[restrictions] => Array
(
)

[trinket] => Array
(
[type] => Amulet
[infusion_slots] => Array
(
0 => Array
(
[flags] => Array
(
0 => Defense
)

)

)

[infix_upgrade] => Array
(
[buff] => Array
(
[skill_id] => 15744
[description] => +32 Kraft
+4% Kritischer Schaden
+18 Vitalität
)

[attributes] => Array
(
0 => Array
(
[attribute] => Power
[modifier] => 94
)

1 => Array
(
[attribute] => Precision
[modifier] => 67
)

2 => Array
(
[attribute] => CritDamage
[modifier] => 5
)

)

)

[suffix_item_id] =>
)

)
[/pre]

Infos at Armor are missing complete.

Why?

Hidiho Althena

Missing <br> Attribute

in API Development

Posted by: Althena.9136

Althena.9136

Hm, ok, in my Database is the \n changed to a break. Thats not good

But i think its a failure because of other items have a <br>

I think Anet will correct it. (i hope)

Hidiho Althena

Itemdetails: Problem with some Items

in API Development

Posted by: Althena.9136

Althena.9136

PS: The Itemname 39925 is ((Clerics Chainmail Helm))

Missing <br> Attribute

in API Development

Posted by: Althena.9136

Althena.9136

Ther are only a Space. No \n.
The other Items had a <br>.

Missing <br> Attribute

in API Development

Posted by: Althena.9136

Althena.9136

In buff_decription from this Items are no <br> Attribute:

42006, 42007, 42008, 42009, 42010, 43251, 43866

That are Upgrade_Components.

Hidiho Althena

Itemdetails: Problem with some Items

in API Development

Posted by: Althena.9136

Althena.9136

There are 2 Items with no Data:

ID: 43948 (in all 4 Languages)
Failure:

{"error":10,"product":71,"module":2,"line":135,"text":null}

ID: 43949 (in all 4 Languages)
Failure:

{"error":10,"product":71,"module":2,"line":135,"text":null}

and 1 Item with no Name:

ID: 39925 (in spanish Language)
Failure: There is no Name

{"item_id":"39925","name":"","description":"","type":"Armor","level":"70","rarity":"Exotic","vendor_value":"295","icon_file_id":"61559","icon_file_signature":"E9EEB91BD00673FB2B0DBC04FFAB96A929FF23FB","game_types":["Activity",
"Dungeon",
"Pve",
"Wvw"],"flags":["NoSalvage",
"NoSell",
"SoulbindOnAcquire",
"SoulBindOnUse"],"restrictions":[],"armor":{"type":"Helm","weight_class":"Heavy","defense":"101","infusion_slots":[],"infix_upgrade":{"attributes":[{"attribute":"Healing","modifier":"37"},
{"attribute":"Power","modifier":"26"},
{"attribute":"Toughness","modifier":"26"}]},"suffix_item_id":""}}

Hidiho Althena

(edited by Althena.9136)

<c=@flavor> ???

in API Development

Posted by: Althena.9136

Althena.9136

Ok, thanks. I found “reminder” and “flavor”. It´s possible that there are others but my Database are not complete yet.

So i search Ingame and “flavor” is a light blue and “reminder” is a light grey.

<c=@flavor> ???

in API Development

Posted by: Althena.9136

Althena.9136

What means <c=@flavor> in description of Items? It ends with a </c> but i dont know what it is.

Can anybody help me?

Icons, Icons, Icons

in API Development

Posted by: Althena.9136

Althena.9136

Something like Blizzard does:
http://us.media.blizzard.com/wow/icons/56/inv_helmet_plate_raidwarrior_i_01.jpg

I think the ID is better than the Name.
You can choose us or eu and the images are in 18 /36 and 56 Pixels available.

Icons, Icons, Icons

in API Development

Posted by: Althena.9136

Althena.9136

We need a Resource of all Icons. All the Ways to steal Icons or Data of Icons on other Sites are not legal and Programmers should not do that.

It is really necessary to have a Dowloadlink for any Icon so we can Cache them on our Servers. Or a complete Resource to download all Icons.

Is there a Way in near Future to fix this Problem?

(edited by Althena.9136)