Does this prompt actually affect anything? Are there even random quests in the game? If it does affect something, why can't it be set in options instead of requiring the player to type something in every time the game starts?
Chengband # of random quests prompt
Collapse
X
-
Also, it is a startup prompt since the quests need to be initialized properly during player birth ... So you couldn't change it during the game the way quests are currently implemented. Hengband hard-codes the number of random quests at 10 which is actually a well balanced choice. But for a fun twist, I recommend a Vanilla Town berserker choosing 49 random quests!Comment
-
Originally posted by ChrisAlso, it is a startup prompt since the quests need to be initialized properly during player birth ... So you couldn't change it during the game the way quests are currently implemented.You read the scroll labeled NOBIMUS UPSCOTI...
You are surrounded by a stasis field!
The tengu tries to teleport, but fails!Comment
-
Comment
-
Heh, reminds me of something I did in a Space Empires 5 mod... I wanted to assign rankings to a bunch of weapons (low tech weapons get low rankings, high tech weapons get high rankings, but the ranking is also affected by whether the weapon is light or heavy) so that the higher-ranked weapons require more research into weapon enhancement techs (heavy mount, extended range, etc.) to be able to use the enhancements.
But apparently the requirements formulas for the enhancements wouldn't let me grab the value of some arbitrary ability from the weapons, only whether or not they HAD the arbitrary ability or not, so I couldn't assign the rankings directly!
So what did I do? Since I happened to need four rankings, I used two separate abilities, and in the requirements formula, I took a zero, and added one if the first ability was present, and added two if the second ability was present. Then I compared that to the level of the weapon enhancement, and if the weapon enhancement level is greater than the sum I just calculated (which was the ranking which I couldn't set directly) then the requirement succeeds (can use this enhancement on this weapon), otherwise it fails (can't use this enhancement on this weapon)!You read the scroll labeled NOBIMUS UPSCOTI...
You are surrounded by a stasis field!
The tengu tries to teleport, but fails!Comment
-
For a twist, ironman with 49 quests is pretty interesting. But also deadly --- weak classes just can't take the heat. Also it encourages mad scumming which is a bit lame.Comment
-
Comment
Comment