VGAlarm request

Etain

Active Member
Would it be possible to have it trigger an alarm when a certain player or guild enters the zone?

Also would it be possible to have the alarm shut down scripts like vgcraftbot and diplobot when a GM sends you a tell or comes into range? Alarming of course!
 

gavkra

Active Member
Etain,

I did something similar to your last request. In VGAlarm, you can edit the script and at the spots where it makes certain detections you can add:

dotnet -unload diplobot

I added this to the spot that detects if you've been warped.

You could probably use some script commands at the point of "/tell" detection and figure out what guild they are in to decide if they are likely a GM.

For the first request, maybe you could use the Where command and do it every so often. Search for guild name perhaps, or user name and if you see them, stop the other scripts.

The diplobot and others may have some options that you could just pause them, but I'm not sure.
 

pangelo

Active Member
Etain said:
Would it be possible to have it trigger an alarm when a certain player or guild enters the zone?

Also would it be possible to have the alarm shut down scripts like vgcraftbot and diplobot when a GM sends you a tell or comes into range? Alarming of course!
vgcraftbot already pauses itself when it alarms... if you have the alarms checked.

If you look at the coding where it searches for the old GM guild tags, you could probably figure out a way to have it alarm for your own set of guildtags.....:eek:
 
Top Bottom