Quote:
Originally Posted by grindcore88
Hello
since the mods are already fixed before they are identified, is there a way to read out how the stats are without identifying them?
Best Regards
|
you cant. The server knows all the information at the point where the item is created but he does not deliver us the information when we send the IdentifyItem-Packet to the server. We receive several packets from server.
C=Client
GS=GameServer
We have following packets:
CtoGS 0x6A (IdentifyItem) which has 2 ItemIDs inside. One for the ID-Kit and one for the Item to be identified.
GStoC 0x160 (ItemInfo) which has tons of information about the items.
Such as the count of the mods, the mod identifiers, icon color, model id, name ids, etc.
GStoC 0xF4 (UpdateTitle) which contains the title id and the new value.
(If its a gold item)
So when we send the Packet:
IdentifyItem(KitID, ItemToIdentID) we receive:
ItemInfo(ItemToIdentID, .............................)
ItemInfo(KitID, .............................)
UpdateTitle(46, NewTitleValue)
We get some packets extra depending on the items u identify but those dont matter.
Important is that we dont receive any ItemInformation about the mods. Those information are hidden in the incoming packets of the fresh identified item.
And those Mod information are a bit abstract compared what u think about having mods as item in your inventory.
Because the mod infos are stored with identfier and identfier values.
E.g. Vampiric mods are a collection of mods.
You have the life steal on hit, which is a single mod and we have the degeneration mod for health.
And both together create our known mod Vampiric X.
Ofc its not that simple how i explaine dit here but understand that every textline of the mods are splitted down into several "Mini Mods". Runes for example are the same style.
So to speak out the obvious: No there is no official way to get the information what mods ur item has except Identfying it.
There are other ways to achieve what u want but in order to achieve that, you will need to be able to crash the guild wars servers on demand.
I doubt you can or that you want. Spoiler: if you do, you can get banned lifetime - Speaking from experience.