Jump to content

TypeError in ClassTitle


Ishad Nha

Recommended Posts

I can't level up my Sorceror, she is currently on 4,254,243 XP. I can click the Level Up button ok, but nothing then happens. Is there is a maximum level of 20 for Sorcerors?

This is the command prompt printout, I get the same from the log too:

[Python]: Title: Sorcerer Actor Title:

[Python/ERROR]: Traceback (most recent call last):

[Python/ERROR]: File "./GUIScripts\LevelUp.py", line 128, in OpenLevelUpWindow

[Python/ERROR]: print "Title:",GUICommon.GetActorClassTitle (pc),"\tActor Title:",actor.ClassTitle()

[Python/ERROR]: File "./GUIScripts\Actor.py", line 110, in ClassTitle

[Python/ERROR]: self.__classtitle = CommonTables.Classes.GetValue ("_".join(self.__classnames), "CAP_REF")

[Python/ERROR]: TypeError

[Python]: Title: Sorcerer Actor Title:

[Python/ERROR]: Traceback (most recent call last):

[Python/ERROR]: File "./GUIScripts\LevelUp.py", line 128, in OpenLevelUpWindow

[Python/ERROR]: print "Title:",GUICommon.GetActorClassTitle (pc),"\tActor Title:",actor.ClassTitle()

[Python/ERROR]: File "./GUIScripts\Actor.py", line 110, in ClassTitle

[Python/ERROR]: self.__classtitle = CommonTables.Classes.GetValue ("_".join(self.__classnames), "CAP_REF")

[Python/ERROR]: TypeError

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...