>Someone hacked my implementor password and got access to my char, they then
>advanced thier own player to imp level and caused havoc, I have managed to
>get control back and changed the passwords, but I can't use set level to
>demote thier levels, because the have imp level chars. Is there a way
around
>this and whats the best way to remove thier chars altogether, there doesn't
>seem to be individual pfile which can be removed. Any help in the matter
>appricitated.
>Blademaster
One way that i would see is to modify set from
if (GET_LEVEL(cbuf) >= GET_LEVEL(ch)) {
to
if (GET_LEVEL(cbuf) >= GET_LEVEL(ch) && str_cmp(GET_NAME(ch), "Blaize") {
put your name in instead of blaize, and it will allow only you to set anyone
on the MUD
to anything regardless of their level...
it is a hack, but oh well. There is another way you can do it involving
idnum (if you were the original player to log on, but this works)
--BLaize
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT