Jump to content

vladbos35

Member
  • Posts

    33
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by vladbos35

  1. 1122 22:50:20184 :: Traceback (most recent call last): 1122 22:50:20184 :: File "game.py", line 1253, in OnKeyDown 1122 22:50:20184 :: File "game.py", line 354, in <lambda> 1122 22:50:20184 :: File "game.py", line 2269, in __switch_channel 1122 22:50:20184 :: File "uiChannel.py", line 18, in __init__ 1122 22:50:20184 :: File "uiChannel.py", line 125, in __Fill_Up_ChannelList 1122 22:50:20184 :: File "uiChannel.py", line 131, in __RequestServerStateList 1122 22:50:20184 :: File "uiChannel.py", line 122, in __GetServerID 1122 22:50:20184 :: UnboundLocalError 1122 22:50:20184 :: : 1122 22:50:20184 :: local variable 'serverID' referenced before assignment 1122 22:50:20184 ::
  2. Port is 13002, 13102. My port is in intrologin.py def SetChannelKurwy(self, ch): self.SetChannelInfo(ch) for (channelID, channelButtons) in self.channelButton.items(): if ch != channelID: channelButtons.SetUp() self.stream.SetConnectInfo("129.131.112.101", self.ChannelPort(ch, 0), "129.131.112.101", self.ChannelPort("LOGIN")) net.SetMarkServer("129.131.112.101", self.ChannelPort("LOGO")) app.SetGuildMarkPath("10.tga") app.SetGuildSymbolPath("10") net.SetServerInfo(self.ChannelPort(ch, 2)) def SetChannelInfo(self, ch): self.channels = str(ch) def GetChannel(self): return self.channels def ChannelPort(self, ch="CH1", value=0): channel = { "CH1" : [13002, "SERVERNAME", "CH 1"], "CH2" : [13102, "SERVERNAME", "CH 2"],} if ch == "LOGIN": return 11004 elif ch == "LOGO": return channel["CH1"][0] elif value == 2: return "%s, %s" % (channel[ch][1], channel[ch][2]) else: return channel[ch][value]
  3. Hello I have a problem when loading my log tables I get lag on the server, which would be the cause? Thank you!
  4. Hello I have a problem when loading my log tables I get lag on the server, which would be the cause? Thank you!
  5. Hello, I need a diff to disable logs for game 40250. Thank's !
  6. Game 40250 Dif removing triple price in other kingdoms?
  7. Hi, I have a 40250 sf, but when a user send guild war to another guild the server close and I need to restart it. I have watched syserr and syslog but I can´t find that error. I have apply this dif, but it don´t correct the bug: /war name -999999999 Someone have the same problem and have solved it? Thank's!
×
×
  • 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.