Lifting this off the "If you were a newbie combatant..." thread as an official idea:
For those following someone, when the group leader changes rooms, the followers only know that they moved to a room name, but they do not get the benefit of seeing what's in the room unless they do a manual QL. Why not make it possible for followers to automatically QL when they move to another room, similar to normal movement? To reflect my addiction to all things configgable - have this functionality be a toggleable ability in Vision or a config option, like, say, CONFIG FOLLOWQL ON/OFF, for those who like it less spammy?
Comments
The argument that you can just make a trigger to send QL each time you follow isn't really valid, since you'd end up sending ql 5 times in the last room instead of once in each room 9 times out of 10--and besides, by the same token, you can just make a trigger to capture target calling out into a box. It goes both ways.
Alias:
^tql$
if sql == nil then
cecho("<red>\nQL ON FOLLOW ENABLED!")
sql = true
elseif sql == true then
cecho("<red>\nQL ON FOLLOW ENABLED!")
sql = nil
end
Yes, it can be almost perfectly scripted with a good client, decent connection, and being located in the US. That doesn't come close to covering everyone though.
Doesn't help when Xer walks you into (probably Hasar's) retardation. This isn't an ideal situation where a script would be an ideal situation for the reasons Sena listed as well as a few other scenarios.
→My Mudlet Scripts
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.