Hi,
i'm working on a port of ArmorySync for V2 and i'm having some problems with the itemparser i don't realy understand.
After fetching the infos from eu.wowarmory.com in german lang the parsers not able to recognise lines with "xx Rüstung", "Haltbarkeit: xx / xx" and some other other lines with numbers in it. I debugged the coded an put the same values and preg_matches in a testscript and they are working.
I already uploaded my cp.lua here. If you need my code to reproduce the problem, let me know and i will pm you. Don't want to post such an early release yet.
There are some additional lines coming from the armory that are not beeing parsed yet. Can you add preg_matches for: "Source: xxxx", "Boss: xxx" and "Droprate: xxx"? I could add them to garbage, but found them interesting to have in the tooltip.
One question about gem socketids. The armory does not have theses values. There is a five digit id called createdby, but does not match the ids from cp.lua. Is socketid an unique id? Can i use the createdby id? Can someone explain how the itemid is build? What are the values between the first value, which should be the real itemid and the last one, wich should be the seed. Whats is the seed and what is it needed for?
Any answers or help would be welcome.