Dragon Breath
Charles Gray <[email protected]> Tue, 13 Sep 2005 01:28:37 -0700 (PDT)
| Newsgroups | gmane.games.devel.mud.rom |
|---|---|
| Message-ID | <[email protected]> |
On my mud i have dragonbreath as a auto-skill for
dragons. I have recently encountered a problem. When
players are in mud school fighting things that are in
the same rooms as Adepts, thier dragon breath hits the
adepts... I need to know how to make this not
happen... here is the code...
//GUESS WHAT< AUTOBREATH FOR PCS!
if (ch->race == race_lookup("dragon"))
{
dragon( ch, "fire breath" );
}
I know dragon is in the special.c file in stock rom...
so no need to include that. Any help would be
appreciated! thanks!
Atm,
Forgotten Empire
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
--
ROM mailing list
[email protected]
Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom