Stuck... Again..

Posted by AkiraMuyo on Sun 24 Feb 2002 04:02 AM — 4 posts, 17,232 views.

#0
Ok, i've been learning a bunch. But I still need help. I've completely wiped out all the areas, and races I don't want. I've created one room for people to enter, I also made a prog so that when they leave down it levels them to 2. Which allows them to save. Heres my problem, I need to authorize them. For some reason, I cannot authorize them myself with an imm character. It just say's player is not awaiting authorization. However, when I try to trans them, it says there not authorized yet. But in the original smaug, when you pull on that rope it somehow authorizes and levels you then. I've figured the level part but no auth, can you please help.

Actually I guess its two questions, one how can i fix it so I can authorize them myself and how can whats the code to authorize them if they enter a room or ect...??

Thanks a bunch!!!
Akira

p.s sorry for rambling...
Australia Forum Administrator #1
The test for whether you can authorize them is based on auth_state, which must be 1 - waiting for authorization, and must have the flag set PCFLAG_UNAUTHED.

See get_waiting_desc in act_wiz.c
#2
I'm useing the smaug wizard. It doesn't seem to have code it in. Is it possible for me to change it?
Australia Forum Administrator #3
I'm not sure about the smaug wizard. The code for smaug is available from this site, and from www.smaug.org.