Jump to content

Fazer

Inactive Member
  • Posts

    98
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Posts posted by Fazer

  1. On 5/3/2018 at 3:55 AM, RcDragon said:

    Hi everyone.

     

    I have a problem with my Dragon Soul Alchemy, so I can't refine ruby antique to ruby legendary... I can refine any other stone to any grade, and I can refine ruby to any grade except legendary...

    I did nothing on my alchemy's source, and I'm using the default table, and I've tried already other tables, didn't work.

    contact me on my skype. i had sent you a message

    • Love 1
  2. Hello. then i try to separate items i get the money window and dont work.


    Syser:

    0504 02:49:45004 ::   File "ui.py", line 1016, in CallEvent

    0504 02:49:45005 ::   File "ui.py", line 87, in __call__

    0504 02:49:45005 ::   File "ui.py", line 69, in __call__

    0504 02:49:45005 ::   File "uiPickMoney.py", line 179, in OnAccept

    0504 02:49:45005 ::   File "ui.py", line 87, in __call__

    0504 02:49:45006 ::   File "ui.py", line 78, in __call__

    0504 02:49:45006 :: TypeError
    0504 02:49:45006 :: : 
    0504 02:49:45006 :: OnPickItem() takes exactly 2 arguments (3 given)

    So I fix it by creating a code.
    uipickmoney.py

    Search :  if cheque > 0 or money > 0 :

     if self.eventAccept:
     self.eventAccept(money, cheque)

    Replace with:
                    if cheque > 0 or money > 0 :
                        if self.eventAccept:
                            if cheque == 0 :
                                self.eventAccept(money)
                            else:
                                self.eventAccept(money, cheque)
     

×
×
  • 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.