Kherz not dropping stuff
-
Bug Name: KherzBlind-9868271347868756237477362348976871265348.4
Reported By: Ashlynn
Flags: Mortal Annoyance
Summary: Kherz can't drop anything in his death script if he's blind.
Documentation:
The death script (vnum 1836):
mob asound {MThe demon-mist in the air dissipates, and a sense of calm washes over you.{x
remove all
drop all
mob echo $I evaporates in the air before you.
mob goto 1
The two bold statements are the problem.
There are four possible ways to fix this: two in the script, two in code.
In the script, it can either do repeated cure blindness spells on himself to remove the blindness (using mob at to conceal the messages of course) or load the objects directly in the room. The former isn't 100% perfect as the blindness spell might not dispel. The latter doesn't take into account items that ended up in its inventory, such as projectiles.
In the code, the see_all flag could be set to give vision to mobiles within the scripts (and only the scripts), bypassing vision checks (except for wizi). Or, add a mob remove/drop command that can do the actions without checking visibility and echoing any messages about it.
-
Well, the praxis diviner also has no infrared (night vision) so that would fail in dark rooms.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login