Jump to content

Select Character


Recommended Posts

problem with select character 

in the guild and the playtime don't show 

ssyser

Spoiler

0927 13:10:13563 :: Traceback (most recent call last):

0927 13:10:13564 ::   File "introSelect.py", line 560, in <lambda>

0927 13:10:13564 ::   File "introSelect.py", line 1050, in OverInButton

0927 13:10:13565 :: TypeError
0927 13:10:13565 :: : 
0927 13:10:13565 :: not all arguments converted during string formatting
0927 13:10:13565 :: 

 

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Line 1050

            self.toolTip.AutoAppendNewTextLine(uiScriptLocale.SELECT_PLAYTIME % (playTime), grp.GenerateColor(1.0, 1.0, 0.0, 1.0))
 

change like that

            self.toolTip.AutoAppendNewTextLine(uiScriptLocale.SELECT_PLAYTIME % (str(playTime)), grp.GenerateColor(1.0, 1.0, 0.0, 1.0))
 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.