Re: Dragon Ball Infinite

From: Thomas Arp (t_arp@stofanet.dk)
Date: 07/22/02


From: "Meagan Stevenson" <meagan@STEVENSON.MS>
> I am also currently looking for a fix to the DB script bug affecting
> %actor.name%. Like others that I have seen have this problem, it uses
> the name of the last person logged on instead of the person that is
> actually the actor.

The bug is due to not having the id of a player set up correctly
(probably due to a too hasty handpatch earlier).

Add

GET_ID(d->character) = GET_IDNUM(d->character);

somewhere in nanny(), around where the player enters the game.

Otherwise everyone will have id 0, and the first player on the
character list is selected every time, regardless of %actor%.

Welcor

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT