Heyho everyone,
english:
i have a problem with this files, when i am searching for some ID's like the Critical Rubyflame (D3 MC Xbow)
i search with the query:
SELECT id, code, value
FROM Arcadia.dbo.ItemResource ITEM, arcadia.dbo.StringResource STRING
where STRING.code=ITEM.name_id and STRING.value like '%%'
But it will give me some Asian/Arabic Symbols in the value.
If search in the other way, e.g. i know the id of the d3-mc-xbow: 110730504
and i want to have the value of the string it will give me:
نشاب اللورد (سفك : فريد)
SELECT id, code, value
FROM Arcadia.dbo.ItemResource ITEM, arcadia.dbo.StringResource STRING
where STRING.code=ITEM.name_id and item.id =110730504
You may laugh, but i couldn't read this.
Are there other files with values in other language's?
Or is there an other way to search for the ID's?
-----------------------------------------------------------------------
german:
Obiges Problem hab ich auch nochmals mit der StringResource_DE Tabelle durchgeführt, hab dabei natürlich auch nach "%teuf%" gesucht.
Aber diese Dateien sind da in der Resource_de Tabelle sowieso nicht enthalten.
Kann mir einer sagen wie ich dann am besten suchen soll, oder in welcher Tabelle die miteinander verknüpft sind?
Ich will nämlich auch noch nach anderen Items suchen aber weiß nicht wie ich die mit diversen queries abfragen soll.
-----------------------------------------------------------------------