Jump to content

Recommended Posts

Hello!

First, sorry my bad english pls :)
I have a problem with an effect called "Duel request effect"


playersettingmodule.py:

    chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DUEL_SENDER, "", "d:/ymir work/effect/duel/duel_Sender.mse")
    chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DUEL_RECEIVER, "", "d:/ymir work/effect/duel/duel_Receiver.mse")

 

game.py:

    def __ServerCommand_Build(self):
        serverCommandList={
            "duel_asd"                    : self.__duel_asd,

    def __duel_asd(self, id):
        constInfo.duel_asd = int(id)

 

constinfo.py:
duel_asd = 0

 

I made that changes in my client side, but when i log in my account the client close and i got this error message in my client:

0408 17:21:07522 :: 
playerSettingModule.py(line:1371) LoadGameData
playerSettingModule.py(line:235) __InitData

LoadGameData - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EFFECT_DUEL_SENDER'

0408 17:21:07522 :: ============================================================================================================
0408 17:21:07522 :: Abort!!!!

What do i forgot?

Can anyone help me pls?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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.