Jump to content

Recommended Posts

  • Premium

Hello dev. I have a little problem. When i try to use all quest that have function " input() " i am log out from the client and i have this error in syserr :
 

0201 22:54:39011 :: TypeError
0201 22:54:39011 :: : 
0201 22:54:39011 :: not all arguments converted
0201 22:54:39011 :: 

0201 22:54:01730 :: Traceback (most recent call last):

0201 22:54:01846 ::   File "game.py", line 754, in BINARY_NEW_AddAffect

0201 22:54:01847 ::   File "uiAffectShower.py", line 524, in BINARY_NEW_AddAffect

0201 22:54:01847 ::   File "localeInfo.py", line 135, in f

0201 22:54:01847 :: TypeError
0201 22:54:01847 :: : 
0201 22:54:01847 :: not all arguments converted
0201 22:54:01847 :: 

0201 22:55:01328 :: Traceback (most recent call last):

0201 22:55:01328 ::   File "game.py", line 754, in BINARY_NEW_AddAffect

0201 22:55:01329 ::   File "uiAffectShower.py", line 524, in BINARY_NEW_AddAffect

0201 22:55:01330 ::   File "localeInfo.py", line 135, in f

0201 22:55:01330 :: TypeError
0201 22:55:01330 :: : 
0201 22:55:01330 :: not all arguments converted
0201 22:55:01330 ::

 

Link to comment
Share on other sites

  • Replies 11
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 weeks later...
  • 1 month later...
  • Premium

Vegas posted a fix, 

Edit functions in game.py:

BINARY_NEW_AddAffect/BINARY_NEW_RemoveAffect with:

	# Solved
	def BINARY_NEW_AddAffect(self, type, pointIdx, value, duration):
		self.affectShower.BINARY_NEW_AddAffect(type, pointIdx, value, duration)

	def BINARY_NEW_RemoveAffect(self, type, pointIdx):
		self.affectShower.BINARY_NEW_RemoveAffect(type, pointIdx)
	# Solved

 

Link to comment
Share on other sites

  • 4 weeks later...
  • Premium

Edit your locale_game.txt from client and search for TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY and at the end of the line you have SA, modifiy to SNA and it will work.

It's something like that

 

TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY	If learning fails, you still have a free trial.	SA

and it need to be

TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY	If learning fails, you still have a free trial.	SNA

 

Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 8

      ZycloniusMT2 Server from Australia still around

    2. 60

      Inbuild GR2 Animation

    3. 2

      wait() function bug

    4. 0

      Remove Party Role Bonuses

    5. 1

      Fix CBar3D

    6. 2

      set_quest_state not working

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.