Valhalla Legends Forums Archive | Battle.net Bot Development | channel list

AuthorMessageTime
TeEhEiMaN
my channel lists suck, always some kind of problem, so ima start over.
I need a tutorial on Flags and something to help me set up a new channel list. i been looking for some tutorials, but havent had any luck, i know there somewhere here.

Please post link

thx
June 18, 2004, 4:16 AM
Tuberload
[code]IF flag_variable AND flag_constant EQUALS flag_constant THEN flag is set[/code]

So for example:

flag_variable = 0x8200
flag_constant = 0x200

0x8200 AND 0x200 = 0x200, so the flag would be set.

Read up on bitwise operators for more information.
June 18, 2004, 4:44 AM
TeEhEiMaN
alright i got my channel list workin pretty good. thx
June 19, 2004, 3:07 AM

Search