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  

NEW RELEASE

NEW RELEASE

House on the Hill 2

Welcome to gentle fire grid a new place for new beginnings new people friends' events 5 days a week and a Free temporarily home and you will have a perfect spot called home for new members of Gentle fire Grid join us today.
gentlefire.opensim.fun:8002:Gentle Fire Grid
SUNDAY 28.04.2024 AT 8.00 SLT
DJ MOCCI PRESENT THE NEW DISCO WONDERLAND IN VIRTUALIFE.
MUSIC FREE STYLE.
ALL PEOPLE ARE WELCOME TO ENJOY WITH US.
hop://grid.virtualife-grid.it:4577/Lazio/220/223/23
I am looking for the pose stands (EXAMPLE: LIKE FOR BALLERINA - there were several ballet poses/animations in one pose stand - Oni had them all categorized) I had gotten like a dozen or so different pose stands while I was over at her one region there. I am wondering who would have them as I would like to use them for my different avatars as I take pictures of them wearing different outfits so that when I go into my closet that I made I can just pick and outfit out and wear it.
Also, I am looking for photo booths that I can use that have backgrounds please & Thank You! ;) Huggiez All Around! ;)
Live from Rockin' The Blues! It's Saturday Night with DJ Kith! 7:30PM-9PM!
Region: Wyldwood Bayou Rockin' The Blues
Event begins: 2024-04-27 19:30 SLT
Added by: Kith Whitehawk
Details:
Blues man DJ Kith continues our Saturday Night Blues Party!! DJ Kith is gonna ROCK OUR HOUSE with the most exciting blues anywhere!! Kith's sets are guaranteed to be fresh and full of surprises, so if you like your blues with an edge... Grab a friend and hop the first gator down to Rockin' the Blues on Wyldwood Bayou Grid! This party will be full of fun, friendship and awesome blues tunes!

wyldwoodbayou.com:8002:Wyldwood Bayou Rockin' The Blues
DJ Riker's Saturday Blues Showcase at Rockin' the Blues tonight at 6:00PM!
Region: Wyldwood Bayou Rockin' The Blues
Event begins: 2024-04-27 18:00 SLT
Added by: Kith Whitehawk
Details:
Calling all blues lovers! Get ready for a night of smokin' hot blues with DJ Riker at Rockin' the Blues! Riker is a master of the blues, with a deep knowledge of the genre and a knack for keeping the dance floor packed! He'll be spinning your favorite blues from classics to contemporary! Rockin' the Blues is the perfect place to soak up the atmosphere of the blues! Come on down!

wyldwoodbayou.com:8002:Wyldwood Bayou Rockin' The Blues

NEW RELEASE

For all shogun and asian fans...


TrishiaOConnell: Amazing new items you have. Thank you for that! 5 months ago

News!!! We have a new decoration area in Tierra de Volcanes, paintings, furniture, garden area, etc. hop://astralia.eu:8002/TierraDeVolcanes/256/401/3222

Art Bells Club @ Far Beach region

Far Beach with a tropical setting

DJ Alex comes on fire, guys at 3 pm grid time! with the hottest tunes for everyone to set the mood. Yes! because it's always time to party. What's the reason for it? Well... we are PARTY PEOPLE!
Piazza, where great fun and good friends come together. Drop this link into your map; http://bridgemere.outworldz.net/:8002:Paradise Lagoon
ROGUE GALAXY LIVE AT ANKABI BIKER HEAVEN
Come join us for some great music! Bi-Weekly on Saturdays!
» Шhen: ❈ ∵∴12:pm OST - 3:PM EST ∵∴ ❈
» Шhere: ✫ANKABI BIKERS HEAVEN!✫
» Dress: ❈ ∵∴ CASUAL∵∴ ❈
» Ride: ankabi.de:8002:AnKaBi Bikers Heaven

eatin me some cat.. i mean chicken on a stick. at dim sums
in three rivers

hop://login.osgrid.org/Three%20Rivers/191/159/200

You are welcome to attend the monthly Worlds Fair planning meeting on Saturday, April 27th (today) @ 12 noon grid time at Wolf Territories.

grid.wolfterritories.org:8002/OpenSim Worlds Fair/1025/1023/4001

*if that link isn't working for you IM me (Koshari Mahana) in world and I'll send you a LM.
if you picke dup the 4.1 Simona upgrade and found it isnt always working ( cause of Xengine ) we did a fix on that.. you can pick up the latest Simona version at Vesti, and pick up the updated version only not all the other add ons

Jerralyn Franzic: Is the Simona update less complex now? I stopped using it because that was a problem for me, especially if I want to be seen at a venue as myself by others and not as a jellydoll. I typically try not ... 5 months ago
Week 11: Lets start building a home. pick a home you would like tobuild from the plans at https://www.houseplans.com and send the plans and exterior shots to Esse. This will be an ongoing build, with small lessons every Saturday, like Lighting, Planar texturing, and some scripting. Start time 10am
These Textures are out of this world!

"Observatories Combine to Crack Open the Crab Nebula" by NASA's Marshall Space Flight Center is licensed under CC BY-NC 2.0.

Come see the 17 new Nebula textures taken by NASA and other photographers.

Textures Trees & Scripts

╔═══◈◈Hikonai ᴘʀᴇsᴇɴᴛs◈◈
╫◈ ᴅᴊ ◈DjChanel Hurricane
╫◈ ᴡʜᴀᴛ◈TUNES-Deep Techno Connection☻
╫◈ ᴛɪᴍᴇ ◈13.00 SLT
╫◈ where ◈♬ Hikonai, Arkham Grid ♬
╫◈ when ◈1-3 pm grid time 27 April Saturday


Patinha: Party time!!! ★ WARNING ★ DJ OUT OF CONTROL ★ MANAGEMENT NOT RESPONSIBLE ★ 5 months ago

Ab 19 Uhr---10 am ist DJ Winni on Air für uns...
ab 21 Uhr---12 am haben wir wieder Rogue Galaxy bei uns zu Gast
Wir freuen uns auf Euch :))))

WEST NAIT CLUBE

Il 27 Aprile alle ore 22:30 (1:30pm Slt) Grandissima Serata al Red Carpet con due grandi cantanti. Lucrezia Angel e Esteelauder Dubratt, due voci eccezzionali per un grande evento nella Opensim Jungle Friends di Tony Portal. Non mancate vi aspettiamo numerosi!!!

On April 27th at 10.30pm (1.30pm Slt) Great evening at the Red Carpet with two great singers. Lucrezia Angel and Esteelauder Dubratt, two exceptional voices for a great event in Tony Portal's Opensim Jungle Friends. Don't miss it, we are waiting for you!!!

Our wonderful new theatre designed by Luna Lunaria


Aurora Starchild: Ohhh thsoe are some fancy chairs! 5 months ago

Paddleboats over the waves with new friend, Charlene. Fun stuff!


Charlene McNally: I had so much fun! Those waves were something but we survived! 5 months ago

Zort (galactic explorer, age 4,217) says: "Even on distant planets, adventures get better with a little blue boost."

==> Try Viagra! and Fly to EUROPA!!


Luna Lunaria: I loved Europa. Wonderful work :-) 5 months ago

Main Railroad Station at Wolf Territories Region ( a short walk from Wolf Mountain, okay maybe a long walk)


Aurora Starchild: Love it, great work on the material layers - love the light reflections! 5 months ago
Hello Beautiful People...:) I am looking for a swimming pool kind of Olympic style with swimming animations. It doesn't have to be that huge. Anyone? :) Please and thank you :) Oh and also gym equipment if you know where i can get those items too would be grand. :)

Lillysparks: The furniture vault has amazing gym/sports stuff. Check it out. (going to fethch the landmark for you brb) 5 months ago

Comments

No comments yet