• Welcome to Valhalla Legends Archive.
 

Odd War3 Problem

Started by CrAz3D, May 30, 2004, 11:45 PM

Previous topic - Next topic

CrAz3D

Quote[10:37:42 PM] «CrAz3D»rejoin/reconnect or w/e plz?
[10:37:48 PM] Retained has left then channel
[10:37:50 PM] Retained has joined has joined the channel using WAR3 with a ping of 31 and the flags 0
[10:37:50 PM] Retained is in the channel using WAR3 with a ping of 31 and the flags 0

Retained (a stealthbot) leaves the channel, the enters the channel.  Upon entering I recieve a Join event & a User event.

Any ideas what I'm doing wrong?...this has only happened when bot the bot rejoinning & my bot are both on WAR3.


OnUser Code:
If Flags And &H2 Then
   Form1.RoomList.ListItems.Add 1, , Username
       Form1.RoomList.FindItem(Username).ForeColor = vbGreen
       Form1.RoomList.ListItems(1).ListSubItems.Add , , Funcs.ReverseString(Left(Message, 4))
       Form1.RoomList.ListItems(1).ListSubItems.Add , , Ping
   Form1.RoomList.ListItems(1).ToolTipText = Username & ":" & Funcs.ReverseString(Left(Message, 4)) & ":" & Ping
Else
   Form1.RoomList.ListItems.Add , , Username
       Form1.RoomList.ListItems(Form1.RoomList.ListItems.Count).ListSubItems.Add , , Funcs.ReverseString(Left(Message, 4))
       Form1.RoomList.ListItems(Form1.RoomList.ListItems.Count).ListSubItems.Add , , Ping
   Form1.RoomList.ListItems(Form1.RoomList.ListItems.Count).ToolTipText = Username & ":" & Funcs.ReverseString(Left(Message, 4)) & ":" & Ping
End If


OnJoin Code:
Form1.RoomList.ListItems.Add , , Username
       Form1.RoomList.ListItems(Form1.RoomList.ListItems.Count).ToolTipText = Username & ":" & Funcs.ReverseString(Left(Message, 4)) & ":" & Ping
       Form1.RoomList.ListItems(Form1.RoomList.ListItems.Count).ListSubItems.Add , , Funcs.ReverseString(Left(Message, 4))
       Form1.RoomList.ListItems(Form1.RoomList.ListItems.Count).ListSubItems.Add , , Ping
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Eric


CrAz3D

So ignore it, if I don't care what the user's stats are?
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

PaiD


CrAz3D

Stupid war3...or not

Thanks
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Eric

Quote from: CrAz3D on May 31, 2004, 12:03 AM
Stupid war3...or not

Thanks
Same thing happens with D2.

CrAz3D

Alrighty then, I just decided to ignore all of the info, I wouldn't use it/display it anway.  Thanks
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

DarkMinion

Why wouldn't you use it?

CrAz3D

My bot isn't much of a chat bot, is has a chat box & a send textbox, that is all in the way of chatting.
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...