emc
New Member
- Joined
- Jun 15, 2012
- Messages
- 190
- Reaction score
- 3
What does this do?
Plays a sound alert if the player has not moved R distance within X seconds.
Setup
Extract to your plugins folder.
Configuration
Edit the ./Plugins/LocationChecker/config.txt file to configure:
Line1: TimeSpan (if the player hasn't moved within this timespan, in seconds, alert)
Line2: MinRadius (minimum distance within which the player is considered to have not moved yet)
Line3: SoundFile (path to your epic sound file)
* Comes with default sound file and config.
[table="width: 500, class: grid, align: left"]
[tr]
[td]File[/td]
[td]Version[/td]
[/tr]
[tr]
[td]View attachment LocationChecker.zip[/td]
[td]1.0[/td]View attachment LocationChecker-1.0.1.2.zip
[/tr]
[tr]
[td]View attachment LocationChecker-1.0.1.2.zip[/td]
[td]1.0.1.2[/td]
[/tr]
[/table]
The plugin was in request to:
Plays a sound alert if the player has not moved R distance within X seconds.
Setup
Extract to your plugins folder.
Configuration
Edit the ./Plugins/LocationChecker/config.txt file to configure:
Line1: TimeSpan (if the player hasn't moved within this timespan, in seconds, alert)
Line2: MinRadius (minimum distance within which the player is considered to have not moved yet)
Line3: SoundFile (path to your epic sound file)
* Comes with default sound file and config.
[table="width: 500, class: grid, align: left"]
[tr]
[td]File[/td]
[td]Version[/td]
[/tr]
[tr]
[td]View attachment LocationChecker.zip[/td]
[td]1.0[/td]View attachment LocationChecker-1.0.1.2.zip
[/tr]
[tr]
[td]View attachment LocationChecker-1.0.1.2.zip[/td]
[td]1.0.1.2[/td]
[/tr]
[/table]
The plugin was in request to:
This works like the Unstucker. It checks if the character has moved 40 yards in 60 seconds. If it has not moved 60 seconds, then:
Unstucker version - Restarts the Quest
My Request - Alert with some sorts of sounds
I prefer alerting instead of restart because sometimes restart will screw up while alerting allows the user to come and fix the problem.
Thanks.
Last edited: