Mailing List
Home
Forum Home
Mac Game - Mac game development
Rivers of MUD - a Diku and Merc based multiuser dungeon
SMAUG
Subjects
Getting UDP through NAT/firewalls/whatever for a game
Getting UDP through NAT/firewalls/whatever for a game
QuickTime errors
Python script as stand alone MUD server
Subject: Various sound problems
Fragment Shaders & GL TEXTURE RECTANGLE EXT
Subject: Timers and global variables
Re: Language and platform for Text MUD server
Apparent acquisition of Yantis (mysupersales) by IDE
HID keyboard
Getting UDP through NAT/firewalls/whatever for a game
Microsoft Sparkle
Subject: Director MX
Congratulations Horizons
Yet more problems fullscreen mode
Apple Dev Kitchen Them 's tasty vittles, Maw!
NSOpenGLContext, Pbuffers, and drawables
More DCR "theft " naughtiness
dynamic sprite creation and imaging lingo
Re: Find stuff in Flash array?
Effects of skill imbalances?
QuickTime errors
Rom 2 4/Quickmud Enhancement/Bug fix
Subject: Working with XML files/CFURL
smooth scrolling/subpixel tweening
RE: (Ron help me?) Flash text
Subject: Flash Racing
Subject: MudDev FAQ 2
Browser based games
Installing GLUT
Special character in Flash XML
 
Subject: RE: Problem with Note Board

Subject: RE: Problem with Note Board

2005-09-13       - By Dale Kingston

 Back
Reply:     1     2  

Like I was indicating for some reason it thinks it's talking to a mob, so
you need to use gdb to print who that mob is sapose to be, this is easly
done by typing: print mob->name. If that mobs name happens to be your
characters name. Then you need to look a little higher in the code to find
out why it thinks that you are a mob.

-- --Original Message-- --
From: ^*^Britty^*^ [mailto:emogreen@(protected)]
Sent: Tuesday, September 13, 2005 8:01 AM
To: sarix@(protected)
Subject: Problem with Note Board

Hey, thanks for the help - I attached a copy of my
note board to this e-mail if have time / want to look
at it and maybe see if you can find anything mucky
with it... I've been trying to figure out what's wrong
with it for a long time and I'm completely stumped :(
It might be a problem with act() but I have doubts
that it's act() because I haven't modified that
function - I'm running QuickMUD and everyone has told
me it comes pretty much bug free from the start, but
anyway, I would appreciate it sooo so very much if you
could check out my board... Also, here is a bigger
chunk of the error in mob_progs.c if it helps:

   if ( mob )
   {
       for ( prg = mob->pIndexData->mprogs; prg !=
NULL; prg = prg->next )
       {
           if ( prg->trig_type == type
             &&  strstr( argument, prg->trig_phrase )
!= NULL )
           {
               program_flow( prg->vnum, prg->code,
mob, NULL, NULL, ch, arg1, arg2 );
               break;
           }
       }
   }


It is in the void p_act_trigger() function.  Also, I
am pretty desperate to figure this out, so if you
needed to gdb the code and crash it etc, I would be
willing to let you give it a go.  Take care!

Brittany


   
__ ____ ____ ____ ____ ____ ______
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

--
ROM mailing list
ROM@(protected)
Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom