Posted by
| Zeno
USA (2,871 posts) Bio
|
Message
| I've just recently installed this, and the only problem I ran into is this:
if ( match == (match & pRoom->room_flags)
How do I convert that to EXT?
[EDIT] I also compared these...
ROOM_DARK, ROOM_DEATH, ROOM_NO_MOB, ROOM_INDOORS, ROOM_BANK,
ROOM_NEUTRAL, ROOM_CHAOTIC, ROOM_NO_MAGIC, ROOM_TUNNEL, ROOM_PRIVATE,
ROOM_SAFE, ROOM_SOLITARY, ROOM_PET_SHOP, ROOM_PLR_HOME, ROOM_DONATION,
ROOM_NODROPALL, ROOM_SILENCE, ROOM_LOGSPEECH, ROOM_NODROP, ROOM_CLANSTOREROOM,
ROOM_NO_SUMMON, ROOM_NO_ASTRAL, ROOM_TELEPORT, ROOM_TELESHOWDESC, ROOM_NOFLOOR,
ROOM_EMPTY_HOME, ROOM_ARENA, ROOM_NOMISSILE, ROOM_PROTOTYPE, ROOM_DND, ROOM_NO_TRAIN
"dark", "death", "nomob", "indoors", "bank", "neutral", "chaotic",
"nomagic", "tunnel", "private", "safe", "solitary", "petshop", "plr_home",
"donation", "nodropall", "silence", "logspeech", "nodrop", "clanstoreroom",
"nosummon", "noastral", "teleport", "teleshowdesc", "nofloor",
"apartment", "arena", "nomissile", "r4", "r5", "prototype", "dnd", "no_train"
I don't know why those r4 and r5 are there. Should I remove them?
[EDIT 2] Also, crashes are happening.
#0 find_first_step (src=0xa13df08, target=0xa13eea0, maxdist=1475)
at track.c:143
143 MARK(src);
#0 find_first_step (src=0xa13df08, target=0xa13eea0, maxdist=1475)
at track.c:143
#1 0x0814cbab in hunt_victim (ch=0xa1b11b8) at track.c:365
#2 0x0814e318 in mobile_update () at update.c:800
#3 0x08150e1e in update_handler () at update.c:2272
#4 0x080bf05f in game_loop () at comm.c:708
#5 0x080be8cd in main (argc=8, argv=0xbffde310) at comm.c:318
#define MARK(room) (xSET_BIT( (room)->room_flags, BFS_MARK) )
#define UNMARK(room) (xREMOVE_BIT( (room)->room_flags, BFS_MARK) )
#define IS_MARKED(room) (xIS_SET( (room)->room_flags, BFS_MARK) )
What's wrong? |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | Top |
|