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  
Nutella vanished

Does anyone know why Nutella in OSGrid is down since (at least) days - if not longer?
I used to have a shop there and cannot reach it.

Almost halfway through this season of Safari, here 's the latest on our trips, plus special posts about Jimmy Olsen and Bloom Peters
The Olsen hideaway:
https://hgsafari.blogspot.com/2024/09/a-haven-for-jimmy.ht...
What happens when a group visits The Prince of Amor's solar system
https://hgsafari.blogspot.com/2024/09/boldly-going-with-pr...
An international load test
https://hgsafari.blogspot.com/2024/09/hie-times-high-tunes...
Bloom Peters' interactive animesh
https://hgsafari.blogspot.com/2024/09/weekend-at-winx-1.ht...
Bloom Peters' mesh-hack for Firestorm
https://hgsafari.blogspot.com/2024/09/weekend-at-winx-2.ht...

the New Rome Bath House... Use shared Enviroment

We have some new gestures in are store come have a look

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
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
Due to the Hurricane emergency I am cancelling Saturday's dance at Masala Al Kohav! Again there will be NO DANCE tomorrow, Saturday the 28th. Please be safe, seek shelter and let us know you're alright. God bless and Keep!

CyberGlo CyberStar: I watched team connercroff and team dominator as they live streamed on youtube while in the eye of the hurricane. 11 hours ago

----- NEW -----


Meow kittybunny: Love it, thank you :D 15 hours ago
FG RADIO DJ CLUB

DJ - DJ EAGLE

When - 11 - 1 pm GRID TIME
WHERE - GFG RADIO DJ CLUB
Attire - CASUAL
Hostess - HONEYOG

YOUR TAXI - hop://gentlefire.opensim.fun:8002/Radio DJ Club/138/125/23

Anyone have some PBR EEPs for Open Sim?

#halloweenland #arkhamgrid
Teleport Area DREAMSCAPE

📝 Due to circumstances beyond my control

undead living living dead admeja.bounceme.net hits the hypergrid

It's finally completed, the Lavine Mansion!! Inspired by a wonderful friend and amazing builder/creator/designer Koshari Mahana, I decided to create my own mansion borrowing a few ideas from one of her builds. This mansion has all the charm of the Victorian Era, with downright "royal" beauty. It has a huge kitchen area, dining area, study or Livingroom and a sunroom or garden room washroom/bathroom on the first floor, the 2nd floor boasts 5 bedrooms and a large bathroom, the 3rd floor has 4 guest rooms or dorms for visitors and the 4th floor is all attic space. You really have to see this beauty to appreciate the time, effort and detail put into it. It's only drawback is it has a land impact of 812, but it's worth every bit of it. There is one small porch on the front for the 2nd floor and two much larger porches on the back of the house for the 1st floor and 2nd floor. Stop by and check it out, it is on the 1st level of the mall grounds just below the fantasy floating homes. It's full perm and free for any who would like it. Blessings and much love, Lavia.

JustCurious: link please yesterday

New theme in my gallery: Subspace

YAY!!!! My birthday!!!! See you at AmiciDiAuma! 13 PST Friday, Sept. 27th
hop://astralia.eu:8002/AmiciDiAuma/176/68/6410


Fearghus McMahon: Happy belated birthday! 2 hours ago

Soundscape is now OPEN!


NOW!

¡Trae tus mejores movimientos y prepárate para la fiesta!

Bring your best moves and get ready to Party!

hop://login.friends-grid.com:8002/Amigos%20III/695/307/28

@@@@@@ FUNNY ALIEN NPCs (*) WITH CRAZY SONGS COLLECTION @@@@@@
(*) NPC Killer HUD included.

By request, NPCs you could see at sims at EUROPA now available at LIGHT and SOUND MUSEUM, SOUND SECTOR, BOX 07 for FREE AND FULLPERM!

01- ALIEN BEATLES, singing "Yellow Subarine";
02- ALIEN MADONNA, singing, "Like a Virgin";
03- STARWARS ALIEN PERFORMERS, singing "Cantina in Mos Asley";
04- EDITH-ALIEN-PIAF, singing "Je ne regrette rien";
05- Alien singing "I just pooped in my pants";
06- LORD SITH and STORMTROPPERS, singing "I`m too sexy for my shirt";
07- MARILYN-ALIEN-MONROE, singing "Diamonds are the best girls friend;
08- REDNECK ALIEN, singing "Big Rock Candy Mountain";
09- THE ALIEN CHORDETTES, singing "Lollipop";
10 -TINY ALIENS, singing "We are the world".
11- DEE-ALIEN-LITE, singing "Grooves in the heart";

Xenon Darrow: they are all stellar! Jimmy has enough for an album! But...I don't know about that poop dude... :D 2 days ago
This month's OSWF meeting is this Saturday, Sept. 28th at 12pm noon PDT (grid time). It will be held in the dome next to the landing area.

grid.wolfterritories.org:8002/OpenSim Worlds Fair/998/983/24

IM Koshari Mahana, Kimm Starr or Cooper Swizzle if you want us to send you a LM

Hope you can make it!
Lynnestra 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

For all autumn and nature lovers.."Peaceful autumn waterfall scene"


Safinemahoe2: Details make the difference! excellent work! 2 days ago
Hi / Bonjour,
I'm looking for a script that can delete duplicate objects in a box based on their UUID.
Rowin gave me a pretty close hud but it only searches for objects whose UUID matches the one you enter in the hud, which is very laborious with many objects (unless I didn't know how to use it, but I don't think so). Thanks in advance!
Rock-House (Special)
Freitag 27.9.2024
Rock-House
mit DJ Anachron

Beginn 20:00 Uhr

Thema diese Woche:
Herbstzeitlose
(Musikwünsche möglich)

Ende wie immer um Mitternacht.

Rock-House (Special)
Friday 27.9.2024
Rock-House
with DJ Anachron
Starts at 8:00 p.m.
Topic this week:
Autumn crocus
(music requests possible)
Ends as always at midnight.
!!!TODAY'S THE DAY!!!

Join the VWEC Hypergrid Tour on September 26th at 10:00 AM Grid Time for an Epic Journey to Europa!

Step into the visionary world of Jimmy Olsen, where imagination knows no bounds! Europa is a futuristic utopia, a dazzling cityscape filled with sci-fi marvels, cutting-edge architecture, and breathtaking innovations. From the sprawling mall to the futuristic gadgets and sleek taxis, Olsen's Europa is a place where creativity and technology collide in spectacular fashion.

But the adventure doesn't stop there! Xenon Darrow will be your guide on this incredible journey, taking you through four of the mesmerizing Sims within Europa. This is your chance to explore new realms, uncover hidden wonders, and immerse yourself in a world that defies the ordinary.

Don't miss this one-of-a-kind experience! Mark your calendars for September 26th at 10:00 AM Grid Time and be part of the VWEC Hypergrid Tour. Ready to be transported?

Come meet at Kitely or Wolf Territories 10 minutes early!


grid.wolfterritories.org:8002:VWEC
grid.kitely.com:8002/Cookie II (If you are rerouted to the Welcome area, look for a link or use this hop again)

If you cannot make it early, come directly to Europa directly.
grid.wolfterritories.org:8002:EUROPA
Am 26.09.2024 um 19 Uhr starten wir wieder auf der TimeBandit im ArtDestiny Grid zu Richi's MusicCall durch. Alle sind wie immer herzlich willkommen. Musikalisch geht es wieder ab.

Stream: https://laut.fm/radiorockt
Streaming URL: https://stream.laut.fm/radiorockt
Taxi: artdestiny.de:8002:MusicCallBay

News!!! Bikini Alyssa Dress compatible with Legacy-Apple-Reborn
hop://astralia.eu:8002/TierraDeVolcanes/84/283/3226

npc not working

anyone having problem with npc not doing anything when you rez

News!!! Hailey Dress Lace Is 100% mesh, compatible with mesh bodies APPLE, LEGACY, REBORN.
hop://astralia.eu:8002/TierraDeVolcanes/86/286/3226

"If you tell a lie long enough, loud enough, and often enough, people will start to believe it." Joseph Goebbels: On the “Big Lie”



PagaSuccubus: I know you will delete this and again will scream and ban me but..... This is citate from Joseph Goebbels: On the “Big Lie”. https://www.jewishvirtuallibrary.org/joseph-goebbels-on-the-quot-big-lie-qu... 2 days ago

Comments

No comments yet