Originally Posted by Aadar
What I would also like is to be able to extract the text of the Socket Bonus into a column, is there a way of achieving this?
e.g. For the line "<span class="esock">Socket Bonus: +3 Spell Crit Rating</span><br />"
I would like "+3 Spell Crit Rating" written into a column.
Also knowing whether it is a green, blue, purple would be useful by reference to <span class="bluename"> or <span class="purplename"> and so on.
|
I tried to do the same thing, but unsuccessfully.
Then I looked into the source code and the line is basically skipped and only used to get the name of the item.
I would try to change the code, but unfortunately I don't have anything to compile for .NET. I assume it's only possible with VisualBasic or alike and there are no free tools to compile?