Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: WiLD on May 19, 2003, 10:13 AM

Title: Double? Invaild?
Post by: WiLD on May 19, 2003, 10:13 AM
1. stupid me i found that the doubling wasnt just for diablo2 its for all clients. so if u saw post before this sorry my mistake.

2. my bot is showing up on the lvchannel list twise when it has ops, i cant figure out how 2 fix it.

3. if i go in a channel besides clan outcome it comes up with invaild key. but i no its not because i tested it.

Note: My bots username is outcome thats y if it leaves clan outcome it shows an error and it closes.

It if just a basic chat bot using bnls and cleanslatebot1.
Title: Re:Double? Invaild?
Post by: SNiFFeR on May 19, 2003, 11:47 AM
use csb2, then try it.
Title: Re:Double? Invaild?
Post by: Yoni on May 19, 2003, 01:03 PM
You're probably treating stats/flags change as user join. Don't.
Title: Re:Double? Invaild?
Post by: Camel on May 21, 2003, 09:04 PM
Quote from: Yoni on May 19, 2003, 01:03 PM
You're probably treating stats/flags change as user join. Don't.

right, but it's probably a good idea to do the reverse (treat user join as update if the user is already in the channel) because battle.net can under certain conditions (such as a user logging on to a realm) send a user join packet after the user is already in the channel. it's a good way to crash crappy bots, too :)