ID:172900
Mar 13 2004, 11:17 am
|
|
Upon logout, the client for a connected mob isn't deleted... If I hit Summon, it lists the keys of anyone who's been in the server since the last reboot. Also, once in awhile, it leaves a keyless mob in the world. Is there something I'm forgetting, or is there some kinda proc someone could provide me with that would rectify this?
| |
Yeah, I have that and all other necessary things, it doesn't list them in who or the players tab, because those cycle through mobs with connected clients... they're just invisible mobs with a key.
| |
That's the problem though. My coding is inaccessible, quite possibly for some time to come. I know for a fact, though, that I have the
mob/Logout() del(src.mob) code; is there something I should specify in client/Del() to get rid of the damned things? | |
mob/proc/Logout()
del(src)
..()
that should work...
the others i dont no about might be your not defining who should be summoned like mob in world or something liek that