|
Leo Mission
Registered User
Join date: 6 Jan 2006
Posts: 189
|
01-12-2006 15:48
Hi, got a slight problem.
I had a script which I installed on an object and set about 400m above ground. It was on a platform and it fed through to my av but I had a mishap and the platform crashed onto the ground minus the script object. The script has now malfunctioned and I need to delete it and start again as I'm getting error messages whenever I go onto my land and my av malfunctions slightly.
Trouble is, locating something the sizeof an orange 400m up in the air (in the clouds) ain't easy and I've not been able to find it.
Any ideas?
|
|
Cottonteil Muromachi
Abominable
Join date: 2 Mar 2005
Posts: 1,071
|
01-12-2006 15:59
You can turn on the beacon mode for scripted objects. It will show up as thin crosshairs when you go near anything scripted.
And if you remember it as being somewhere in the clouds, its probably nearer to the 200 - 300m area.
If all else fails, and you don't have anything worth much on your land, just return all the objects.
|
|
Art Laxness
Registered User
Join date: 24 Sep 2005
Posts: 34
|
01-13-2006 02:59
get on edit mode, look up and do a big drag selection?
|
|
Nepenthes Ixchel
Broadly Offended.
Join date: 6 Dec 2005
Posts: 696
|
01-13-2006 04:53
Make a script to find the script. Something like: default { touch_end(integer_number) { llSensor("", NULL_KEY,SCRIPTED,96,PI); } sensor(integer total_number) { integer i; for (i=0; i< total_number; i++) { llOwnerSay(llDetectedName(i)+" at "+(string)llDetectedPos()); }
} }
Fly up to the rough area, use the sensor to detect all objects with active scripts within 96 metres.
|
|
Leo Mission
Registered User
Join date: 6 Jan 2006
Posts: 189
|
Thanks
01-13-2006 16:19
Thanks for the script, it's kind of you to write that for me.
Actually I didn't need it though, the beacon tip worked a treat - it showed up like a little red spot and I was able to retrieve it relatively easily all thanks to you Cottonteil.
|
|
Osgeld Barmy
Registered User
Join date: 22 Mar 2005
Posts: 3,336
|
01-13-2006 16:54
sit on a box and change its zaxis to 400 , do your thing and then delete the box (dont stand up or you will have a box stuck up there)
|
|
Lefty Belvedere
Lefty Belvedere
Join date: 11 Oct 2004
Posts: 276
|
01-13-2006 18:19
also dont' forget you can remove the clouds whenever you want using the debug menu, take a box to the altitude you need and then select Highlight Transparent in the Views menu will help you find a hidden object you can't seem to lasso.
~Lefty
|