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  
*EUROPA COLONY SIM* SIMs where all dwellings will be from now on. To tap into this place, go to EUROPA and at welcome are you will see a big glassy teleport board. Enjoy.
PS. there are other destinations as EUROPA FARM and EUROPA MINES, feel free to explore but at these places, still a lot to be done.

Xenon Darrow: I love my and Ginger's little house and our HUGE garden! :) 2 days ago
A small scene from the music room of Widow Ryder's mansion in Stag Hollow. The mansion is my build, some of the furniture. The piano and Harp are scripted to play, and they play music. These items are unique to Stag Hollow so are not available to copy or purchase. If you are interested in roleplaying in the Stag Hollow setting, circa 1859, please contact me, there are rolls and homes available. Roleplay is free style within reason. Blessings and much love, Lavia.

Twiztid Timez Grid Welcomes the Funsize Dinkies World Resort & Funsize Academy! Welcome Ted & Sofee. We're thrilled to have you here and we welcome all dinkies and chompy's from all Grids!

Twiztid Timez Grid Welcomes the Funsize Dinkies World Resort & Funsize Academy! Welcome Ted & Sofee. We're thrilled to have you here and we welcome all dinkies and chompy's from all Grids!

This weekend!!!!!

Can the Clothing Fit Deformers for the female Legacy body be found in OS? If so, where?

Stop by and see some of the thing's I've built that you might like, though really I have builds all over the mall because we do our best to provide original builds as much as we can. While you're checking out my little corner, don't forget to stop by Ares Gizmos, Stuff N Things, Indego's Market & Boutique, Heart of The Matter Boutique, Creations by Tainted Angel, Cosplay Corner, Fall's For You, Thor's Forge and Star Ravenhurst Designs! We've got a little of everything waiting just for you.
Need is the mother of all creativity, or so I heard. And so out of need for one of my regions, I needed the right furniture and ended up building a full 7 piece set. It's beautiful, ornate and elegant and I made it for a mansion I built. You can get the pieces individually or get the fat pack. It's free, it's full perm and it's waiting to grace your home with beauty and charm just like you! Find it here at the mall in Lavia's Little Corner 2nd floor. Blessings and much love, Lavia.

Update June 2024 Basics are down, now the fun stuff.

▄▀▄▀▄▀▄▀▄▀▄▀ Party am Roadhouse▀▄▀▄▀▄▀▄▀▄▀▄▀
✠✠✠✠✠✠✠✠✠✠✠✠
Wer: DJ Winni
Wo: Biergarten
Was: Bierkönig am Ballermann
Wann: Mittwoch den 12.06.24
Ab: 19 Uhr --- 10 am

ankabi.de:8002:AnKaBi Bikers Heaven
▄▀▄▀▄▀▄▀▄▀▄▀ Party am Roadhouse▀▄▀▄▀▄▀▄▀▄▀▄▀
✠✠✠✠✠✠✠✠✠✠✠✠
Wer: DJ Winni
Wo: Biergarten
Was: Bierkönig am Ballermann
Wann: Mittwoch den 12.06.24
Ab: 19 Uhr --- 10 am

ankabi.de:8002:AnKaBi Bikers Heaven

Free sex, porn,Cinema, Free Skyboxes, Fuck, milf, lesbian, Fem bbc, furry, fury, anal, ebony, taboo, older,, BDSM, Women, Men, black cock,shemale
https://grid.virtualife-grid.it/

Visit our LinuxCafe to find out more about the different Linux distros out there and read about open source / open content projects.


GlennXpletive: This is an outstanding idea and great thing to do Sunshine! Seriously, very impressive and helpful to more than just the OS community. You should get the "great Idea" award of the month! 19 hours ago

Kon'nichiwa...NEW items available in Store!!

Enjoying a night...

▄▀▄▀▄▀▄▀▄▀▄▀ Party am Roadhouse▀▄▀▄▀▄▀▄▀▄▀▄▀
✠✠✠✠✠✠✠✠✠✠✠✠
Wer: DJ Winni
Wo: Biergarten
Was: Bierkönig am Ballermann
Wann: Mittwoch den 12.06.24
Ab: 19 Uhr --- 10 am

ankabi.de:8002:AnKaBi Bikers Heaven
▄▀▄▀▄▀▄▀▄▀▄▀ Party am Roadhouse▀▄▀▄▀▄▀▄▀▄▀▄▀
✠✠✠✠✠✠✠✠✠✠✠✠
Wer: DJ Winni
Wo: Biergarten
Was: Bierkönig am Ballermann
Wann: Mittwoch den 12.06.24
Ab: 19 Uhr --- 10 am

ankabi.de:8002:AnKaBi Bikers Heaven
▄▀▄▀▄▀▄▀▄▀▄▀ Party am Roadhouse▀▄▀▄▀▄▀▄▀▄▀▄▀
✠✠✠✠✠✠✠✠✠✠✠✠
Wer: DJ Winni
Wo: Biergarten
Was: Bierkönig am Ballermann
Wann: Mittwoch den 12.06.24
Ab: 19 Uhr --- 10 am

ankabi.de:8002:AnKaBi Bikers Heaven

THE SWIMMING POOL OF OUR CLUB
A RELAXING MEETING POINT TO SOCIALIZE

`6 6 ) -. ( ).-.__.)
(_Y_.)' ._ ) . `. ``-..-'
..--'_..-_/ /--'_.' ,'

♬·.¸·´·.¸.-BADASS HARLEY LOUNGE·.¸·´`·.¸.-♬

♬ WHO: DJ Cartoni & AND HOST JAMI BOGBAT
♬ WHAT:MIXED
♬ WHEN: now
♬ WHERE: THE BADASS HARLEY LOUNGE
♬ COME DANCE WITH US!!!
♬ BRING YOUR FRIENDS AND SONG REQUESTS

Nuovo avatar
REDBLACK MAN
12/06/2024


CyberGlo CyberStar: Wow an amazing design! Very fly! Congratulations. :) 3 days ago

SouthGrid


Aurora Starchild: Oh wow - this looks great! Good landscaping work! 3 days ago

SouthGrid

Heaven is where the real wind blows - where you can stay up late, have fun, be wild, drink whiskey, drive through empty streets and have nothing in your head except the desire to love someone and not get arrested.

No event tonight, personal reasons.. See you Thursday! :)

🌟✨ Don't miss the opening of “Amnesia” in the Grid “Zone Nations”! ✨🌟
🕙 At 10:30 PM Italian time (1:30 PM SLT) DJ Adamking will rock the dance floor!
🎤 At 11:30 PM Italian time (2:30 PM SLT) the amazing voice of Katiaportugal will thrill you!
Come and experience an unforgettable night on “Amnesia”!

Druskus: Now in Live Katia Portugal! 2 days ago
Someone requested this house in the "What Are You Looking For" group, so I've set it out at the OSW exclusive area. As some folks were having issues getting there, I've got a teleporter setup to your left when you're exiting the subway car. Look for the door with OSW on it and click to get there. Enjoy!
🌟✨ Don't miss the opening of “Amnesia” in the Grid “Zone Nations”! ✨🌟
🕙 At 10:30 PM Italian time (1:30 PM SLT) DJ Adamking will rock the dance floor!
🎤 At 11:30 PM Italian time (2:30 PM SLT) the amazing voice of Katiaportugal will thrill you!
Come and experience an unforgettable night on “Amnesia”!
login.zonenations.com:8002/Amnesia/161/99/23

10 MINUTE CURTAIN CALL - EVEE BLACKSTAR! COME JOIN US FOR THIS AMAZING SINGER! ❈ ════ ❈ RIDE: grid.wolfterritories.org:8002:Tempo Isle

Zoree Jupiter Live
2-3:00pm
Club Fire
Gentle Fire Grid
Semi Casual attire
hop://gentlefire.opensim.fun:8002/gentlefire.opensim.fun%3...

First Event at Virtual Vista Metaverse
Thursday 13 June 2024 - Rice Tyler at Virtual Vista Metaverse 11am SL Time - 8pm CET
Taxi: virtualvistametaverse:8002:VVM Live Arena
We start with a warm up at 10 am SL Time - 7 pm CET with DJ Mick and at 11am SL Time rocks Rice! We looking forward to see you!

Emma Florido: I am very excited and looking forward to 2 days ago
10 MINUTES!! COME JOIN US!
TEMPO ISLE Presents..
EVANEA FAE LIVE! Come join us for
this very talented Performer! Singing your Favorites!
❈ ════ ❈ LIVE at 1:PM OST
❈ ════ ❈ TEMPO ISLE RESORT
❈ ════ ❈ RIDE: grid.wolfterritories.org:8002:Tempo Isle
❈ ════ ❈ HOP: hop://grid.wolfterritories.org:8002/Tempo%20Isle/442/813/2...
Let's celebrate the PRIDE MONTH with some awesome, extremly danceable tracks, loved by the LGBTQIA+ community. All queers and friends welcome! You wont regret it!

Where? At Stark Islands of course! In fact in our beloved RAINBOW CLUB, right at the main landing point.
When? Thursday, June 13th, starting at 11:00 am grid time

Don't miss it!

https://opensimworld.com/hop/82322

Comments

No comments yet

Loading...