View Single Post
Old 07/04/07, 8:33 AM   #369
Cheeky
Bastard
 
Cheeky
Troll Hunter
 
No WoW Account
Originally Posted by Pesmerga View Post
Ok, a new error for me:

After I save my gear, make a few modifications (or even do nothing) and then hit the Load button, I get the following error:

Run-time error '1004': Application-defined or object-defined error.

When I head to debug, it breaks on this line:

cell.value = Cells(row, col).value

I watched some of the variables and this is what I get. Not knowing exactly how everything is coded, I'm not sure what it means.

row is currently = 13
col is currently = 53
cell.value = "Achieved"
cell.column = 2
Cells(Row, col).Value = "Achieved"
It seems like I forgot to adjust a name binding when I added the Weapon sockets. Fixed.

Originally Posted by Belzi.ET
The pet-skill avoidance isn't countet into the total amount of points spent.
Fixed.

Originally Posted by Xoran
Just played around somemore with the spreadsheet and noticed that the 4pc Riftstalker (T5) bonus (5% extra crit on steady shots) isn't applied!
Fixed.

Originally Posted by Seipher
Cheeky your spreadsheets calculations for Thrill of the Hunt do not facter in bonus crit due to Master Tactician.
Yes, it does. If you look on the calculations page, you'll see the value for Crit% (Cell B34) go up when you put points in Master Tactician. This same value is used in cell N27 for Thrill of the Hunt.

Version 22 is posted.

Last edited by Cheeky : 07/04/07 at 2:16 PM. Reason: Version is actually 22.

 
User is offline.
Reply With Quote