Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Rogues

Reply
 
LinkBack Thread Tools
Old 01/08/09, 6:56 AM   #151
Viperb0y
Glass Joe
 
Human Rogue
 
Thrall (EU)
Juts forget my Post

Hi,

I get this error .

viper@nexus ~/roguecalc $ python RogueCalc.py
An internal error has occurred, please notify Aldriana.
Traceback (most recent call last):
  File "RogueCalc.py", line 101, in <module>
    printSummary(talents, gear, buffs)
  File "RogueCalc.py", line 26, in printSummary
    constants.compute_constants(talents, gear, buffs)
  File "./lib/objects.py", line 981, in compute_constants
    mh_expertise = 5*talents.weapon_expertise + int(gear.expertise_rating*EXPERTISE_RATING_MULTIPLIER)
  File "./lib/objects.py", line 603, in __getattr__
    object.__setattr__(self, name, _attr())
  File "./lib/objects.py", line 800, in _expertise_rating
    return sum(map(lambda x:x.expertise_rating, self))
  File "./lib/objects.py", line 800, in <lambda>
    return sum(map(lambda x:x.expertise_rating, self))
  File "./lib/objects.py", line 255, in __getattr__
    return _attr()
  File "./lib/objects.py", line 497, in _expertise_rating
    self.expertise_rating = self.get_stat('expertise_rating')
  File "./lib/objects.py", line 475, in get_stat
    if self.socket_bonus.has_key(stat):
  File "./lib/objects.py", line 255, in __getattr__
    return _attr()
  File "./lib/objects.py", line 335, in _socket_bonus
    socket_bonus_string = self.socket_data.getElementsByTagName('socketMatchEnchant')[0].firstChild.data
IndexError: list index out of range
Server: EU
Char: Shedra
Server: Thrall


Juts forget my Post

Last edited by Viperb0y : 01/09/09 at 7:34 AM. Reason: Just call me stupid..

Offline
Reply With Quote
Old 01/21/09, 7:58 AM   #152
Law
Von Kaiser
 
Law's Avatar
 
Draenei Shaman
 
Skywall
As far as I know, this hasn't gone anywhere in the past few months, but I've recently been doing a little bit of thinking about the problem, and have come to the conclusion that, in order for a project like this to be as useful as the current spreadsheets, it will have to be nothing less than a character creation tool for Rogues that also calculates DPS.

A site that does this first function is chardev.org. I haven't had an opportunity to take a look at their new site, but in the past I have seen what this site does, and it's (more or less) where I think we'd like to be. I can't think of a better way to webify the spreadsheets (maybe someone else can?).

What I'm trying to say is... this would be no small task, and the actual theorycrafting here would be only a small fraction of time spent developing such a site (if it were to end up being useful).

Right now, I'm slowly (SLOWLY) moving towards something workable, but it could be months before I would have something to show anyone.

I could use help, primarily web design help, but also Django help. Django is certainly a powerful enough tool for this task, but seeing as I've never done python before, progress is slow.

So yeah, I would very much welcome a little help on this. If someone could show me some wireframes as to what a site like this should look like, that'd be helpful (I know you artsy people are out there).

Having some kind of visual representation of these pages would be nice:

Wardrobe page (Item selection, as in dropdowns, or something more clever)
Buffs Selection page
Talent Selection page
Character import page

DPS data page (maybe a general damage source layout, kind of like WWS, except expected instead of observed)

Also, I don't have the physical resources to facilitate a development environment, but we could start using google for that, if anyone ends up being interested.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Rogues

Thread Tools