Jump to content

Natox

Member
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Natox

  1. I have make your edit, but i have this : [Hidden Content] my CH port is : "ch1":13001, "ch2":13010, "ch3":13020, "ch4":13030, "ch5":13040, "ch6":13050, Thanks.
  2. It's good, but same disconnect without error ?
  3. Okey, char.cpp -> [Hidden Content] char.h -> [Hidden Content] cmd.cpp -> [Hidden Content] cmd_general.cpp -> [Hidden Content] Thanks
  4. Can you help me to find this error ? please Thanks
  5. Like this ? def RefreshChannel(self, channel): chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.MOVE_CHANNEL_NOTICE % (channel)) channelName = "" serverName = serverInfo.REGION_DICT[0][self.__GetServerID()]["name"] if channel in serverInfo.REGION_DICT[0][self.__GetServerID()]["channel"]: channelName = serverInfo.REGION_DICT[0][self.__GetServerID()]["channel"][int(channel)]["name"] elif channel == 99: channelName = "Special CH" else: channelName = "Unknow CH" net.SetServerInfo("%s, %s" % (serverName,channelName)) if self.interface: self.interface.wndMiniMap.serverInfo.SetText(net.GetServerInfo()) ##app.ChangeTitle(net.GetServerInfo()) because it doesn't work.
  6. [Hidden Content] My game closes and nothing in my syserr
  7. 0326 14:08:25574 :: Traceback (most recent call last): 0326 14:08:25574 :: File "game.py", line 2520, in RefreshChannel 0326 14:08:25574 :: AttributeError 0326 14:08:25574 :: : 0326 14:08:25574 :: 'module' object has no attribute 'ChangeTitle' 0326 14:08:25574 :: edit
  8. MOVE_CHANNEL_NOTICE channel notice in locale_game.txt
  9. [Hidden Content] What is a "Ch maker" ?
  10. def RefreshChannel(self, channel): channelName = "" serverName = serverInfo.REGION_DICT[0][self.GetServerID()]["name"] if channel in serverInfo.REGION_DICT[0][self.GetServerID()]["channel"]: channelName = serverInfo.REGION_DICT[0][self.__GetServerID()]["channel"][int(channel)]["name"] elif channel == 99: channelName = "Special CH" else: channelName = "Unknow CH" net.SetServerInfo("%s, %s" % (serverName,channelName)) if self.interface: self.interface.wndMiniMap.serverInfo.SetText(net.GetServerInfo()) chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.MOVE_CHANNEL_NOTICE % (channel)) app.ChangeTitle(net.GetServerInfo())
  11. Hello, I installed the official channelSwitcher system but I have this error. Can someone help me ? Sysserr client : 0326 02:38:21298 :: Traceback (most recent call last): 0326 02:38:21298 :: File "game.py", line 2518, in RefreshChannel 0326 02:38:21298 :: TypeError 0326 02:38:21298 :: : 0326 02:38:21298 :: not all arguments converted during string formatting 0326 02:38:21298 :: Thanks.
  12. Bon mec de travail For wrist : [Hidden Content] [Hidden Content]
  13. Amazing ! Good job dude
  14. Will you also do the other races ?
  15. The compilation to work, so I have nothing else to change for the bonus ?
×
×
  • 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.