Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got branch for Fort instead of Evil Quest #36

Open
Th4n3 opened this issue Apr 28, 2010 · 2 comments
Open

Got branch for Fort instead of Evil Quest #36

Th4n3 opened this issue Apr 28, 2010 · 2 comments

Comments

@Th4n3
Copy link

Th4n3 commented Apr 28, 2010

Level 16 has the Fort branch. Weird! I'll check if the evil quest shows up on 23-27.

@dirkz
Copy link
Owner

dirkz commented Apr 29, 2010

Hmm lvl 16 itself is perfectly legit (mklev.c:1657):
if (! (u.uz.dnum == oracle_level.dnum /* in main dungeon /
&& !at_dgn_entrance("The Quest") /
but not Quest's entry /
&& (u_depth = depth(&u.uz)) > 10 /
beneath 10 /
&& u_depth < depth(&medusa_level))) /
and above Medusa */
return;

Do you have any src refs to the lvl ranges of role and alignment quests?

@Th4n3
Copy link
Author

Th4n3 commented May 1, 2010

In dungeon.def, the quests are:

# The quests, on levels 15 to 19.    

#   These levels should not be shared with other special levels    
#   or branches, else the quests may not be generated!    
BRANCH: "The Quest" @ (15, 5) portal    
BRANCH: "Lawful Quest" @ (15, 5) portal    
BRANCH: "Neutral Quest" @ (15, 5) portal    
BRANCH: "Chaotic Quest" @ (15, 5) portal    

And and the fort:

# The famous Fort Ludios...    
BRANCH:         "Fort Ludios" @ (23, 4) portal    

The Lawful quest never did show up. Very strange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants