Please don't have the Naga Queen encounter on an Escort lvl
Posted: Tue Apr 12, 2016 3:31 am
So this is partially a bug and partially not ... as in 2 things ... but it definitely makes the Anorithil starts rough.
a) the bug: when activating the Naga portal and spawning the queen (which teleports you to a random level), she will share a square with the escort. This makes it impossible to target her without also targeting the escort. Often she will take the escort as her target (being closer on spawning). So by the time you've moved away enough to get them to separate squares, the escort is dead.
My preferred fix (pseudocode):
# [before generating random escort levels]
if (playerclass = Anorithil) {
NagaLevel = determine(levelQueenTeleportsTo);
}
# [while generating random escort levels]
delete(@AllowedEscortLevels{NagaLevel});
generateEscortLevels;
b) the bigger issue ... even if she doesn't spawn ON the escort ... she is already a pretty rough start for a low level character ... and makes the escorting a madenning experience. If you really want that to continue, ok, but in that case please have her spawn a few squares away (minimum of 4 from the player) so that we have a little chance of taunting her and saving the escort.
a) the bug: when activating the Naga portal and spawning the queen (which teleports you to a random level), she will share a square with the escort. This makes it impossible to target her without also targeting the escort. Often she will take the escort as her target (being closer on spawning). So by the time you've moved away enough to get them to separate squares, the escort is dead.
My preferred fix (pseudocode):
# [before generating random escort levels]
if (playerclass = Anorithil) {
NagaLevel = determine(levelQueenTeleportsTo);
}
# [while generating random escort levels]
delete(@AllowedEscortLevels{NagaLevel});
generateEscortLevels;
b) the bigger issue ... even if she doesn't spawn ON the escort ... she is already a pretty rough start for a low level character ... and makes the escorting a madenning experience. If you really want that to continue, ok, but in that case please have her spawn a few squares away (minimum of 4 from the player) so that we have a little chance of taunting her and saving the escort.