when i make the step 3 :
3 - open edit the root files
game.py
PHP Code:
def __ServerCommand_Build(self):
serverCommandList={
"buff1" : self.__buff1,
"buff2" : self.__buff2,
"buff3" : self.__buff3,
"pot1" : self.__pot1,
"pot2" : self.__pot2,
game.py
PHP Code:
def __buff1(self):
net.SendChatPacket("(buff1)")
def __buff2(self):
net.SendChatPacket("(buff2)")
def __buff3(self):
net.SendChatPacket("(buff3)")
def __pot1(self):
net.SendChatPacket("(pot1)")
def __pot2(self):
net.SendChatPacket("(pot2)")
so.. when i edit my game.py my client dont open...
Make the loading but not open :s
anyone can fix this ?
i need a some import ? or something?
Kind regards Saddler
my syserr say this:
0312 22:12:15911 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
0312 22:12:19642 :: Traceback (most recent call last):
0312 22:12:19642 :: File "networkModule.py", line 233, in SetGamePhase
0312 22:12:19643 :: File "game.py", line 124, in __init__
0312 22:12:19643 :: File "game.py", line 1632, in __ServerCommand_Build
0312 22:12:19643 :: AttributeError
0312 22:12:19643 :: :
0312 22:12:19643 :: 'GameWindow' object has no attribute '_GameWindow__buff1'
0312 22:12:19643 ::
Anyone can help me?
3 - open edit the root files
game.py
PHP Code:
def __ServerCommand_Build(self):
serverCommandList={
"buff1" : self.__buff1,
"buff2" : self.__buff2,
"buff3" : self.__buff3,
"pot1" : self.__pot1,
"pot2" : self.__pot2,
game.py
PHP Code:
def __buff1(self):
net.SendChatPacket("(buff1)")
def __buff2(self):
net.SendChatPacket("(buff2)")
def __buff3(self):
net.SendChatPacket("(buff3)")
def __pot1(self):
net.SendChatPacket("(pot1)")
def __pot2(self):
net.SendChatPacket("(pot2)")
so.. when i edit my game.py my client dont open...
Make the loading but not open :s
anyone can fix this ?
i need a some import ? or something?
Kind regards Saddler
my syserr say this:
0312 22:12:15911 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
0312 22:12:19642 :: Traceback (most recent call last):
0312 22:12:19642 :: File "networkModule.py", line 233, in SetGamePhase
0312 22:12:19643 :: File "game.py", line 124, in __init__
0312 22:12:19643 :: File "game.py", line 1632, in __ServerCommand_Build
0312 22:12:19643 :: AttributeError
0312 22:12:19643 :: :
0312 22:12:19643 :: 'GameWindow' object has no attribute '_GameWindow__buff1'
0312 22:12:19643 ::
Anyone can help me?