• Welcome to Valhalla Legends Archive.
 

Channel view help!!

Started by EviL_MarinE, November 08, 2004, 01:14 PM

Previous topic - Next topic

EviL_MarinE

Hey, my bot is working and connected to battle.net now (my coding woo!), but i am stuck on Channel View, i have this atm:


Username = PublicModule.KillNull(Mid(Data, 29))
ListView1.ListItems.Add Username


I have a feeling i need more to add to that, and more coding, but like what :(

Cany anybody help me on this?

Warrior

How does one make a Connection to Battle.net yet not know how to add something to a listview?
Quote from: effect on March 09, 2006, 11:52 PM
Islam is a steaming pile of fucking dog shit. Everything about it is flawed, anybody who believes in it is a terrorist, if you disagree with me, then im sorry your wrong.

Quote from: Rule on May 07, 2006, 01:30 PM
Why don't you stop being American and start acting like a decent human?

Yegg

he didn't make that big an error, only the adding part if ur just adding a user name u could do

ListView1.ListItems.Add , , username

Minux

Quote from: Warrior on November 08, 2004, 02:00 PM
How does one make a Connection to Battle.net yet not know how to add something to a listview?

He obviously didn't, but it's not going to get better when people like Yegg just go and post the answer without explaining it. Which results in Copy/Paste.

Yegg

well sorry if i helped some1.

BaDDBLooD

Quote from: Yegg on November 08, 2004, 07:33 PM
well sorry if i helped some1.

i think the point of his post was that you didn't help anyone.

just EDIT your post explaining why you need to have , , when adding only text.
There are only two kinds of people who are really fascinating: people who know absolutely everything, and people who know absolutely nothing.

EviL_MarinE

I made a attempt and missed , ,

Quote from: Warrior on November 08, 2004, 02:00 PM
How does one make a Connection to Battle.net yet not know how to add something to a listview?

It is my my coding........

Thx for help guys

oh and, can sum1 explain why i have to have , , ?

l2k-Shadow

Quote from: EviL_MarinE on November 09, 2004, 12:46 PM
oh and, can sum1 explain why i have to have , , ?

Read the yellow help text which displays when you write "Listview1.ListItems.Add "
Quote from: replaced on November 04, 2006, 11:54 AM
I dunno wat it means, someone tell me whats ix86 and pmac?
Can someone send me a working bot source (with bnls support) to my email?  Then help me copy and paste it to my bot? ;D
Já jsem byl určenej abych tady žil,
Dával si ovar, křen a k tomu pivo pil.
Tam by ses povídaj jak prase v žitě měl,
Já nechci před nikym sednout si na prdel.

Já nejsem z USA, já nejsem z USA, já vážně nejsem z USA... a snad se proto na mě nezloběj.

hismajesty

You're omitting the first two params.

Minux

Quote from: hismajesty[yL] on November 09, 2004, 04:26 PM
You're omitting the first two params.

Which by the way are Index and Key. Neither are necessary in order for it to work.

EviL_MarinE

aight my channel view is nearly 100% right, it adds and removes the name on JOIN and LEAVE

it displays and removes the names that join AFTER the bot joins

I want it to display the names in the channel already

Can anybody help me? ;D

Kp

Quote from: EviL_MarinE on November 12, 2004, 11:02 AMaight my channel view is nearly 100% right, it adds and removes the name on JOIN and LEAVE

it displays and removes the names that join AFTER the bot joins

I want it to display the names in the channel already

Can anybody help me? ;D

Yes.  Add the name when you get the USER event (but beware duplicate updates).
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!