Login
User Name:

Password:



Register

Forgot your password?
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
SWRFUSS 1.4
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.4
Author: Various
Submitted by: Samson
Users Online
Bing

Members: 0
Guests: 14
Stats
Files
Topics
Posts
Members
Newest Member
487
3,788
19,630
595
Salan

Today's Birthdays
Gatz (39)
» SmaugMuds » Codebases » SWFOTE FUSS » BUG mud.h in Channel bits.
Forum Rules | Mark all | Recent Posts

BUG mud.h in Channel bits.
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Nov 3, 2011 11:15 pm   
Go to the top of the page
Go to the bottom of the page

ayuri
Magician
GroupMembers
Posts239
JoinedJun 13, 2008

 
In the defines for the channel bits, BV 27 is used twice.
CHANNEL_SPORTS should be BV28 even if CHANNEL_103 isn't used currently.

Below is the original defines:
#define CHANNEL_AUCTION            BV00
#define CHANNEL_CHAT               BV01
#define CHANNEL_QUEST              BV02
#define CHANNEL_IMMTALK            BV03
#define CHANNEL_MUSIC              BV04
#define CHANNEL_ASK                BV05
#define CHANNEL_SHOUT              BV06
#define CHANNEL_YELL               BV07
#define CHANNEL_MONITOR            BV08
#define CHANNEL_LOG                BV09
#define CHANNEL_104                BV10
#define CHANNEL_CLAN               BV11
#define CHANNEL_BUILD              BV12
#define CHANNEL_105                BV13
#define CHANNEL_AVTALK             BV14
#define CHANNEL_PRAY               BV15
#define CHANNEL_COUNCIL            BV16
#define CHANNEL_GUILD              BV17
#define CHANNEL_COMM               BV18
#define CHANNEL_TELLS              BV19
#define CHANNEL_ORDER              BV20
#define CHANNEL_NEWBIE             BV21
#define CHANNEL_WARTALK            BV22
#define CHANNEL_OOC                BV23
#define CHANNEL_SHIP               BV24
#define CHANNEL_SYSTEM             BV25
#define CHANNEL_SPACE              BV26
#define CHANNEL_103                BV27
#define CHANNEL_SPORTS             BV27
#define CHANNEL_HOLONET            BV31


ayuri

Pages:<< prev 1 next >>