Unknown Regions code

Posted by JamesTalon on Wed 01 Nov 2006 12:12 PM — 9 posts, 34,992 views.

Canada #0
Alright, different problem, different code. I am trying out various codes, and this one works fine, it just doesn't come with an immortal, and is rather...vague, on how to get one set up. Theres no way that I can find to get authed out of the academy, and I can't find how to remove the need to be authed before you are able to save. Any help is appreciated.

Oh, and its in Linux, and using the UR code located at http://www.gendi.co.uk
Amended on Wed 01 Nov 2006 06:14 PM by JamesTalon
USA #1
No idea offhand, you could try removing the requirement to save after the academy and then edit your pfile up to Imm level.
Canada #2
I've been looking through the code, and haven't actually found how yet. Truth is, I'm not very good at coding, and this is the first time I've tried to do anything with a mud other than play. Where would I look to disable the auth requirement, since I would prefer it not be required at all?
USA #3
Search through the code for the message you get on the MUD when you try to save (and it fails) and you'll find the code block.
Canada #4
http://www.kodekoan.com/project/ur
Australia Forum Administrator #5
In SMAUG, look in system/sysdata.dat, and find the line:


Waitforauth    1


Change it to:


Waitforauth    0
#6
Ok thats fixed one more thing and ill let you all rest your brains

I have myself at wizlevel 112 and i can't access any of the immy commands so i need to know how to set the trust level i tried looking in the pfile and theres no refrence to it
Australia Forum Administrator #7
I see there was an immortal character in the players/d directory, namely Darrik. I gather SWRIP is his baby, and he left his character there to play with.

I edited that file Darrik in that directory, found the Password line, and changed it to something I knew, like this:


Immune       4194304
Susceptible  1028
Restore_time 1086740963
Mentalstate  0
Password     darrik~
Lastplayed   1193982732
Rank         &c(&rShai'tan&c) &R&W~
Title         Darrik Vequir &R&W^x~
AuthedBy     professor schoolmaster teacher headmaster~



Then I could log on as Darrik, password "darrik", and had access to imm commands (or I seemed to have as far as I could see).
#8
Nick Gammon, thanks for solving :)