Fire your mud up in gdb put a break point in do_look and step trhough it one line at a time (as a switched person) and see exactly whats stoping you from seeing things.
----- Original Message ----- From: "Yrahcaz Yelhcir" <[EMAIL PROTECTED]> To: "Dale Kingston" <[EMAIL PROTECTED]> Sent: Sunday, September 22, 2002 2:26 PM Subject: Re: olc and switching > its not just channels though. when an imm 'switches' > into a mob, they can't see any act messages. including > channels, do_look, colour etc > > --- Dale Kingston <[EMAIL PROTECTED]> wrote: > > see right here in create_mobile > > > > mob->comm = COMM_NOCHANNELS | COMM_NOSHOUT | > > COMM_NOTELL; > > mob->affected_by = pMobIndex->affected_by; > > mob->alignment = pMobIndex->alignment; > > mob->level = pMobIndex->level; > > > > see it turns off their channels. check to see if you > > have that cause > > create_mobile probly would have changed once you > > installed olc I would > > think. > > ----- Original Message ----- > > From: "Yrahcaz Yelhcir" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Sunday, September 22, 2002 12:21 PM > > Subject: re: olc and switching > > > > > > > the problem lies somewhere else, nowhere in the > > color > > > versions of send_to_char or page_to_char is there > > an > > > if(IS_NPC(ch)) check. Its not just color, but MOST > > act > > > messages (to include channels and 'look') are not > > > being seen when switched. I know it has something > > to > > > do with olc because this was not a problem before > > i > > > put in olc. > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > New DSL Internet Access from SBC & Yahoo! > > > http://sbc.yahoo.com > > > > > > -- > > > ROM mailing list > > > [email protected] > > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > > > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com >

