Keira Moxie
Registered User
Join date: 17 Dec 2005
Posts: 47
|
03-06-2009 06:50
I need a script to level land asap... this is not for use in SL .. I own one in SL already that I bought from someone long ago... this is for use in Open Sim for my RL job.. If you have ever seen OS you get this itty bitty mound when you first log in... it's awful lol...
I need to raise the land and level it fast... any takers please? I will pay well for this script. Thanks!
|
Briana Dawson
Attach to Mouth
Join date: 23 Sep 2003
Posts: 5,855
|
03-06-2009 06:52
From: Keira Moxie I need a script to level land asap... this is not for use in SL .. I own one in SL already that I bought from someone long ago... this is for use in Open Sim for my RL job.. If you have ever seen OS you get this itty bitty mound when you first log in... it's awful lol...
I need to raise the land and level it fast... any takers please? I will pay well for this script. Thanks! Whoa whoa whoa?? Wha????? Why cant you use the LAND TOOLS to "Flatten" the entire sim? Why pay for something that LL gives us the ability to do freely? Am i missing something? Is there some bug with terrain that can only be overcome by an external program/script that the land tools themselves cannot fix??
|
Ee Maculate
Owner of Fourmile Castle
Join date: 11 Jan 2007
Posts: 919
|
03-06-2009 07:18
I picked up a free script that did this a while back somehwere online perhaps? I'll try and dig it out.... EDIT: actually it's not very exciting, and the new land tools will do it a lot quicker now you can set the strength of the tool...... // Copyright 2004 Guzar Fonzarelli // Please keep this copyright notice attached to this script.
default { state_entry() { llSetTimerEvent(0.1); }
timer() { llModifyLand(LAND_LEVEL, LAND_LARGE_BRUSH); // brush sizes LAND_SMALL_BRUSH, LAND_MEDIUM_BRUSH, LAND_LARGE_BRUSH } }
|
Keira Moxie
Registered User
Join date: 17 Dec 2005
Posts: 47
|
03-06-2009 08:24
Yes the land level tool does it a lot faster and makes it very smooth... using the land tools leaves bumps and holes... good for small jobs.. but not when raising a full sim .. would take days using the land tools. Thank you.. I will try that script 
|
Briana Dawson
Attach to Mouth
Join date: 23 Sep 2003
Posts: 5,855
|
03-06-2009 08:25
Hey, the name of my very first store in SL was "Moxie".
Cool surname.
|
Mandy Medusa
Registered User
Join date: 21 Jan 2007
Posts: 118
|
03-06-2009 15:08
Actually you can select a tag box that lets you use the land tool on the ENTIRE parcel. The parcel can be as large as a whole sim.
That means you can raise and flatten a whole sim within 5 seconds using the standard linden land tools....I dont think a scripted tool can do that faster.
|
Lilyanah Demar
Working to make SL my RL
Join date: 15 Apr 2006
Posts: 212
|
03-06-2009 17:27
This script worked perfectly in Open Sim... thank you so much.. sending you a gift in SL tonight.
|