Rakis Heron @Rakis

Opensim Hyper Grid Offline

Give and take is opensim.


Fairy Stars div colours

// Fairy Stars div colours<br />
// Download script and items here:<br />
https://www.rakisworld.ch/downloads/FairyStars.zip&lt;br />
<br />
<br />
// Script name: Fairy Stars div colours.lsl<br />
<br />
// Rakis World, Rakis Heron @ yeali.outworldz.net:8002<br />
//<br />
// Script by RAKis - Rakis Heron<br />
// Particle Script 0.5<br />
// SL - 17-6-2004 <br />
<br />
integer on;<br />
<br />
particles(string texture)<br />
{<br />
// mask flags - set to TRUE (or 1) to enable<br />
integer bounce = 0; // Make particles bounce on Z plane of object<br />
integer glow = 1; // Make the particles glow<br />
integer interpColor = 0; // Go from start to end color<br />
integer interpSize = 1; // Go from start to end size<br />
integer followSource = 0; // Particles follow the source<br />
integer followVel = 1; // Particles turn to velocity direction<br />
integer wind = 0; // Particles affected by wind<br />
<br />
//pattern:<br />
//integer pattern = PSYS_SRC_PATTERN_ANGLE;<br />
//integer pattern = PSYS_SRC_PATTERN_ANGLE_CONE_EMPTY;<br />
//integer pattern = PSYS_SRC_PATTERN_ANGLE_CONE;<br />
//integer pattern = PSYS_SRC_PATTERN_DROP;<br />
integer pattern = PSYS_SRC_PATTERN_EXPLODE;<br />
<br />
// Select a target for particles to go towards<br />
// "" for no target, "owner" will follow object owner<br />
// and "self" will target this object<br />
// or put the key of an object for particles to go to<br />
//key target = "";<br />
key target = "";<br />
//key target = "owner";<br />
<br />
// particle parameters<br />
float age = 5; // Life of each particle<br />
<br />
float maxSpeed = .1; // Max speed each particle is spit out at<br />
float minSpeed = .01; // Min speed each particle is spit out at<br />
<br />
<br />
float startAlpha = 1; // Start alpha (transparency) value<br />
float endAlpha = 1; // End alpha (transparency) value (if interpColor = TRUE)<br />
<br />
vector startColor = <1,1,1>; // Start color of particles <R,G,B><br />
vector endColor = <1,0,0>; // End color of particles <R,G,B> (if interpColor = TRUE)<br />
<br />
vector startSize = <.3,.3,0>; // Start size of particles <x,y><br />
vector endSize = <.1,.1,0>; // End size of particles (if interpSize == TRUE)<br />
<br />
vector push = <0,0,-.1>; // Force pushed on particles<br />
<br />
// system parameters<br />
float life = 0; // Life in seconds for the system to make particles<br />
integer count = 4; // How many particles to emit per BURST<br />
float rate = .1; // How fast (rate) to emit particles<br />
float radius = .5; // Radius to emit particles for BURST pattern<br />
float outerAngle = 1.54; // Outer angle for all ANGLE patterns<br />
float innerAngle = 1.55; // Inner angle for all ANGLE patterns<br />
vector omega = <0,0,0>; // Rotation of ANGLE patterns around the source<br />
<br />
integer flags = 0;<br />
<br />
if (target == "owner") target = llGetOwner();<br />
if (target == "self") target = llGetKey();<br />
if (glow) flags = flags | PSYS_PART_EMISSIVE_MASK;<br />
if (bounce) flags = flags | PSYS_PART_BOUNCE_MASK;<br />
if (interpColor) flags = flags | PSYS_PART_INTERP_COLOR_MASK;<br />
if (interpSize) flags = flags | PSYS_PART_INTERP_SCALE_MASK;<br />
if (wind) flags = flags | PSYS_PART_WIND_MASK;<br />
if (followSource) flags = flags | PSYS_PART_FOLLOW_SRC_MASK;<br />
if (followVel) flags = flags | PSYS_PART_FOLLOW_VELOCITY_MASK;<br />
if (target != "") flags = flags | PSYS_PART_TARGET_POS_MASK;<br />
llParticleSystem([ PSYS_PART_MAX_AGE,age,<br />
PSYS_PART_FLAGS,flags,<br />
PSYS_PART_START_COLOR, startColor,<br />
PSYS_PART_END_COLOR, endColor,<br />
PSYS_PART_START_SCALE,startSize,<br />
PSYS_PART_END_SCALE,endSize,<br />
PSYS_SRC_PATTERN, pattern,<br />
PSYS_SRC_BURST_RATE,rate,<br />
PSYS_SRC_ACCEL, push,<br />
PSYS_SRC_BURST_PART_COUNT,count,<br />
PSYS_SRC_BURST_RADIUS,radius,<br />
PSYS_SRC_BURST_SPEED_MIN,minSpeed,<br />
PSYS_SRC_BURST_SPEED_MAX,maxSpeed,<br />
PSYS_SRC_TARGET_KEY,target,<br />
PSYS_SRC_INNERANGLE,innerAngle,<br />
PSYS_SRC_OUTERANGLE,outerAngle,<br />
PSYS_SRC_OMEGA, omega,<br />
PSYS_SRC_MAX_AGE, life,<br />
PSYS_SRC_TEXTURE, texture,<br />
PSYS_PART_START_ALPHA, startAlpha,<br />
PSYS_PART_END_ALPHA, endAlpha<br />
]);<br />
}<br />
<br />
default<br />
{<br />
state_entry()<br />
{<br />
<br />
llSetTimerEvent(1);<br />
}<br />
<br />
timer(){<br />
particles(llGetInventoryName(INVENTORY_TEXTURE,(integer)llFrand(llGetInventoryNumber(INVENTORY_TEXTURE))));<br />
llSetTimerEvent( ((integer)llFrand(2)+1));<br />
}<br />
<br />
link_message(integer sender_num, integer num, string str, key id){<br />
<br />
if(str == "off") {<br />
llSetTimerEvent(0);<br />
llParticleSystem([]); <br />
}else {<br />
if(str == "on") {<br />
llSetTimerEvent(1);<br />
}<br />
}<br />
<br />
} <br />
<br />
}

👍 2 like

Milestones

Hide Feed  
Put on your swamp duds, bring your outdoor gear, and come party at *the DIP*, where your host and DJ Nora Cola will entertain you with potentially hours of Zydeco and Cajun music (until I run out of it, then who knows what) at the newest venue in OS, starting at 10 am PST. Skinny Dipping is allowed but watch out for nasty critters, they do bite!
hop://hg.zetaworlds.com:80/Banarnia/683/1288/21
Adults only, please.
🎵 Get Ready for a Musical Splash at The Blue Grotto Bar on Mermaid’s Cove with DJ Macy! 🎵
🌊🌴🎧
🎉 DJ Macy is turning up the heat tonight with a genre-blending extravaganza that’ll have you dancing in the moonlight! 🌙
🎶 From tropical beats to classic rock, Country, Blues...you name it, DJ Macy’s multi-genre set promises an unforgettable sonic voyage. 🚀
🏖️ Beachwear, casual, or come as you are—we’re all about good vibes and HOT moves! 🕺💃
Join us tonight as we welcome one of your favorite DJs and her sexy hostie Pixey back to open sim! And HEY! Bring a friend or 2! Guys don't panic! This ain't no chicks only night!!
Shopping and Swimming with the mermaids are here for your fun too! This is a special event but the dynamic duo will be back often! Stay tuned!
(still under construction so please pardon our dust!)
hop://login.osgrid.org/Mermaid%27s%20Cove/710/600/28
*********NO CHILD AVIES!*****
This wonderful combat system has been masterfully scripted by Ares Halostar. It let's you set up a game on your land in your woods, where avatars can fight vampires, spiders, werewolves, and more! Not only this, but healing fairies and magical spirits fly to your aid to heal you! The entire system is FREE and is a massive amount of work. If you always wanted a complete roleplay situation this is it from A to Z. It's Amazing! :) It's at hg.neverworldgrid.com:8002:Never Village It is well worth the trip! He has put some heart & soul into this system! Enjoy!

Marpil Grafenwalder: wow sounds interesting!!! I want to try this 6 months ago

Party im Roadhouse
Am: Samstag
Ab: 20 Uhr --- 11am
Rogue Galaxy singt dann ab 22 Uhr --- 1pm
ankabi.de:8002:AnKaBi Bikers Heaven

Another view from the welcome area

Join us at the Piazza at 3 pm grid time, for a couple of hours of fun and music while Rockin' Robert spins the tunes for us via his radio station Wax Radio.
The Piazza, where good friends and great music always come together.
bridgemere.outworldz.net:8002:Paradise Lagoon
Pink Floyd Event on Pangeagrid.de:8002
Evan Williams has been singing for over 20 years in real life, genres are as such: Hard and Soft Rock N Roll, Blues, Jazz, and Country. On April 12th at 1pm SLT / 22 Uhr Cet he will sing songs by Pink Floyd on the Pangeagrid for an hour
hop://pangeagrid.de:8002/Bourbon Beach/247/376/22
On April 9th, the Board of Directors convened and resolved to augment its membership by two individuals, thereby ensuring a quorum. Subsequently, it was unanimously decided to extend membership offers to Unadecal Masala and Roland Francis. I am pleased to confirm that both candidates graciously accepted, and on April 11th, our inaugural board meeting took place, yielding fruitful outcomes.

The newly appointed board members will undertake pivotal responsibilities, including reviewing and adjudicating art submissions, voting on prospective projects, and contributing to strategic decisions concerning the gallery's operations. Additionally, they will engage in various board-related duties.

To foster creativity, we are excited to announce the integration of a dedicated workspace within the gallery premises, facilitated by a small sim. This space will serve as a collaborative hub for artists, providing an opportunity for mutual encouragement, support, and artistic synergy within the Open Sim community.

We extend heartfelt congratulations to Una and Roland on their appointments. Your expertise and commitment will undoubtedly enrich our board, and we eagerly anticipate your contributions.

Sodasullivan: Great news! I know that Mr. Masala has been a huge supporter of my creative endeavors, and I am excited about what sounds like a very exciting project. (Also nice to see elf representation on the boar... 6 months ago

three rivers soho has shops and row homes available for free come show off your stuff or move in here, we have other homes as well

hop://login.osgrid.org/Three%20Rivers/465/51/23

Pink Floyd Event on Pangeagrid.de:8002
Evan Williams has been singing for over 20 years in real life, genres are as such: Hard and Soft Rock N Roll, Blues, Jazz, and Country. On April 12th at 1pm SLT / 22 Uhr Cet he will sing songs by Pink Floyd on the Pangeagrid for an hour
hop://pangeagrid.de:8002/Bourbon Beach/247/376/22

Val's Cock 3.7 is out Now !
hop://hg.osgrid.org:80/ValLands/1182/828/52
http://www.vallands.ca


Aurora Starchild: Wow, thanks for all these updates! 6 months ago

DJ GIAKU DANCE PARTY


Sissi_Bella: hop://junglefriends.opensim.fun:8002/Jungle%20Resort/161/71/22 Beautiful dance floor on the beach!! Everyone welcome!! Tonight 1 PM grid time!! 6 months ago

Some of our products are more fun than others!


Textures Trees & Scripts

(yes, we do sell dolphins, whales, octopus, spotted stingray, manta ray and hundred of fish)

Carlos avatar

Carlos avatar

MAYA

2 New avatars you can found them at LFG11 Littlefield Anniversary Expo hop://lfgrid.com:8002/Littlefield%20Anniversary/485/355/22 Till Abril 30 (after at Mexico Lindo ) -

The Land Rental System. This amazing system is available on Valands in osgrid. It's a work of art in scripting and she has done an amazing job of creating this, if you are in the business of renting land you should check it out and stop by val lands and get a copy. Really awesome work!

Jared Seda: Simply Amazing! 6 months ago
❮⇤«☊»⇥❯→»⇥❯→»⇥❯→»⇥❯→»❯
♥Đℐ❯OUR AWESOME Dj james
♥ᴡнєɳ❯now till ???
♥Ѡнᴇʀᴇ❯ Badass harley lounge
♥тυηєѕ❯MIX
❮⇤«☊»⇥❯→»⇥❯→»⇥❯→»⇥❯→»❯
hop://alternatemetaverse.com:8002/Badass%20Club%20Land/395...

hop://astralia.eu:8002/MiParaiso/191/131/3425


Jerralyn Franzic: Whoo... just like SL... Legacy seems to be gaining ground in the fantasy depth. Anyway, this outfit is... *jaw drops* 6 months ago

the farmers market is open in three rivers, all the veggies u need in one place. up the hill by the parking garage .

hop://login.osgrid.org/Three%20Rivers/175/328/28

Lynestra Parker & On The Rocks present TGI Thursday!

Thursdays from 4:00 PM to 6:00 PM Pacific time

DJ Maldrul will be playing a mix of classic and contemporary Rock & Roll and his signature selection of SOMETHING COMPLETELY DIFFERENT!

Come check out Rocky Shores where you can dance, surf, play Greedy, hang out and explore!

hop://alternatemetaverse.com:8002/Airmid/478/97/23

The New Calypso Outdoor Lounge is now open for visitors.
Please, come anytime .. no events currently set in stone for schedule but there is a dance floor as well. ( wicked way )


GlennXpletive: Absolutely beautiful job on that! 6 months ago
three rivers statue of liberty is finally accessible, u can teleport to the top of the base, you can also catch the almost island new monorail train here .

hop://login.osgrid.org/Three%20Rivers/94/108/23

i tried for a midnight shot full distance rendered and still cant get it all in the shot lol. three rivers has alot to explore

Zoree Jupiter Live
1:00pm at The Triannon Ballroom
Friendly crowd and music variety according to your requests.
Looking forward to having you join us :)
Attire: Formal
hg.trianon-world.com:18002:Trianon Complex

always more for you in Fun Shopping Mall..... select " Fun Shopping " on the teleporter board......

from 12 to 1 dj bootsy will be spinning her best music with wings

A Valeria's avatars 2 sono arrivati gli ANDORIANI


Comments

No comments yet