Jump to content

vladbos35

Member
  • Posts

    33
  • Joined

  • Last visited

  • Feedback

    0%

About vladbos35

Informations

  • Gender
    Male

Recent Profile Visitors

1983 profile views

vladbos35's Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

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