PDA

View Full Version : Help, please!


Tomdarkness
27-01-2006, 09:04 PM
Hi,

I have been working for ages to find a mod that can collect item/quest data from trade chanels, trades, loot, etc. but I just cant find one that 'dumps' the data in a neally understandible way.

This is what ItemSync 'dumps':
["Silk Cloth"] = "»4306:0:0:0»¤1:0:0:0:0:0:0:0:0:0¤",
Now how do you expect me to understand that, sure I can see that its called Silk Cloth but how am I suppost to read the last bit?

It would be great if I could get it somehow to output it something like:

['Name of item'] = "Hex code for color of name, Soulbound/BoA/BoE, Damage, Speed, On hit effect, On use, etc."

Is this possible and how would I make/find this mod. I am no UI expert, infact I dont know hardly anything :P

Please help me, I beg you!,

Tom :)

KaliNtheReD
28-01-2006, 04:10 AM
What do you mean?

Lilhawke
28-01-2006, 05:48 AM
Try lootlink.

cantrel
28-01-2006, 05:58 AM
Alright, I will admit, I'm ignorrant when it comes to writing macros. I would like NOT TO BE, where do you go to learn to write macros in WOW? There is so much I want to do and I have taken a stab at writing macros, I run a solo Healadin and would like to be able to minimize the number of times I have to hit the keyboard. Where can I go to learn macros for WOW? Any CONSTRUCTIVE help would be greatly appreciated. Cantrel

Tomdarkness
28-01-2006, 09:57 AM
Thanks guys! I am trying out lootlink now, ill report back to tell you if it works. I cant be bothered to learn lua at the moment else I would write my own mod for WoW :)