With this set of scripts, Harper Scouts at level 5 are able to place magical bug on objects. With this bug, they can listen in on conversations that take place near the bugged object, even if they're far away!
CHANGES FOR === HarperSEv3.erf===
- Made a new item (and 1 new script) that can be added to your server. This one use item has the same effect as the harper bug and after one use is destroyed. It is called "Tasha's Detachable Ear" and is located in Custom 5: Tasha's Detachable Ear.
~~ I would like any input on this, as I don't know how multiple Ears, or ears combined with harper bugs will work if used together (setting 1 bug and 1 ear, ect).
CHANGES FOR === HarperSEv2.erf===
-Bugs are now destroyed 2 ways. By AOE spell or by Harper Resting.
-Took out the OnPercieve. The script now functions from the OnSpawn.
-The Harper now knows "who" is talking... not just what is said!
====== SETUP =======
Simply add "hset_onenter" to your modules "OnClientEnter" event. And "hset_onrest" to your Mod "OnClientRest"
If you already have something there... add
ExecuteScript("hset_onclient",OBJECT_SELF);
ExecuteScript("hset_onrest",OBJECT_SELF);
And you're good to go.
PLANS:
-Plan on adding different options for bug destruction or multiple options. These will be customizable by the builder by changing them in the Include.
-Plan on giving other gifted Harpers the ability to "tap" into a set bug and listen in on what the bug hears.
-Plan on a "stripped" down version available as a one shot item. For use in PW's who want their rogues to have some spy tools.
There is a lot of stuff that's being cleaned up. (like my onenter debugs lol forgot about them).
Perception is needless? Is there a more efficient way to set the owner of the bug onto the listener? I tried the OnSpawn but I couldn't get it to work right, kept spitting garbage out.
I also plan on using the OnPerception for later updates. Allow other Harpers to make checks to disable, or tune into the bug.
Working on the OnRest Destroy scripts... should be in the next update with a few other "destroy" options.
Posted by jdeavila at 2009-11-12 00:28:16 Voted 10.00 on 11/12/09
So cool - thanks!!! _________________________ Imtherealthing