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  

hey folks hehe me again i love to build come on over and check out my new build


Let the games begin!! I have set up the first 4 boards Lucky Letter Boards with new outfits for you. Currently with 4 new legacy outfits. I wish you a lot of fun and luck with Lucky Lettering.

Hi folks! Been a while since I posted something. Out now is this semi-circular sofa, named by the public, sitting up to 8 avatar (4 couples) and with tons of animations.
Some of the texture available look better on a 'latex' type of shine.
Remember the furniture store is located: hop://playground.darkheartsos.com:8002/Boutiques%20NW/768/...

Khaos Reign: I'm really struggling to get to the store, it keeps dropping me in the water and when I cam about I can't seem to find it :( I haven't had a chance to get to any of the stores that you have. Hopefully... 3 months ago

NEW RELEASE

News!!! this needs no introduction ....
you know where to find it lol....
hop://astralia.eu:8002/TierraDeVolcanes/50/371/3146


Aurora Starchild: Ohhhh un nuevo local para....catequesis? :P 3 months ago
Am 11.07.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 mit Rock und Pop der guten Zeit. Also wie meistens gut hörbare Musikstücke die bestimmt wieder Erinnerungen hervorholen.

Stream: https://laut.fm/radiorockt
Streaming URL: https://stream.laut.fm/radiorockt
Taxi: artdestiny.de:8002:MusicCallBay
Hey everyone! I have some exciting news, the new welcome region is officially up! please come check it out. I would like to thank Lilly sparks, Darci Viper for all there hard work. I also want to thank Catuelala for the ziplines.

Stay tuned for details on the grand opening party
Freitag 12.7.2024
Rock-House
mit DJ Anachron

Beginn 19:00 Uhr

Planlos ins Wochenende
(Eine Chance für die, die sich schon immer mal ein Stück wünschen wollten.)

Ende wie immer um Mitternacht

in english:
Friday 12.7.2024
Rock-House
with DJ Anachron

Starts at 7:00 p.m.

Start the weekend without a plan
(A chance for those who have always wanted a piece.)

Ends as always at midnight

Hypergrid : dorenas-world.de:8002:Nihilon
OOoops I did it again, but this time it's a really good thing!! A complete Bedroom suite "The Rose Queen Bedroom Suite" is textured with fine cherry wood and rose carved draw fronts, door fronts and trim. You will find that all of the drawers and doors work but you'll have to add your own bed animations. There is a 6 drawer dresser with a mirror a full wardrobe, Bed with under bed storage drawers, a night stand and a vanity with mirror and vanity chair. It is full perm so you can retexture the sheet, blankets, pillows or any part that you want to change and modify. You can find it in our Livingroom and Bedroom department at the mall. Just use the Mall Shops Teleport System to get there. And while you're there check out our many vendors like Ares Gizmos, Creations by Tainted Angel, Fall's For You Animesh people, Stuff n Things and Ezra's Antiques and Collectables. Stop by the Ancient builds and check things out and don't miss Thor's Forge for the finest medieval builds you'll find anywhere. We have lots and we're adding more....stop by and take your time browsing and don't miss our "Best Friends Pet Center and Mini Zoo" and if you're looking for a house, hey, we've got those too!! Blessings and much love, Lavia.

New Gallery @ Acacia

Hi Beautiful Finding things People :),
Does anyone know if this is around Opensim, a group choreography dance machine like this one or similar Spot One https://marketplace.secondlife.com/p/Spot-On-Choreography-... Thank you :)
If the words you say are right
If you pay the price
She'll let you deep inside
But there's a secret garden she hides

Located at the edge of the gypsy lands, come explore The Secret Garden at Avedon Park. Explore the garden and relax inside the greenhouse pool. . Please join our group and be sure to READ our simple rules to help you enjoy your adventure.

Builder of the original Hobbiton in Open Sim is online for the next hour! Pop in and say hello!

ART & FRIENDS, wants the goddess that exists in every woman to shine, you are unique. Textured dresses that break the rules.
hg.osgrid.org:80:Arts-&-Friends


Sylvia-Koeln: I love it 3 months ago

ART & FRIENDS, quiere que brille la diosa que existe en cada mujer, tu eres única. Vestidos con texturas , que rompen las reglas.
hg.osgrid.org:80:Arts-&-Friends

a huge space station, under constant construction


Draconis Exonar: 4 domes for 4 different scenes. come and discover these proposals 3 months ago

Dies ist einer unserer neuen shops viel spass wünschen wir euch
This is one of our new shops, we hope you have fun

do you want to spend an evening by the pool in a swimsuit?...so what are you waiting for...we are waiting for you on Palm Beach, also to celebrate marilu's birthday.....everyone in the pool....
vuoi trascorrere una serata a bordo piscina in costume da bagno?...allora che aspetti...ti aspettiamo su Palm Beach, anche per festeggiare il compleanno di marilu'.....tutti in piscina....

PrillLeon: Gooooooooo let's dance ....................... 3 months ago

I'm so thankful for my Serenity - thank you to the awesome people in Opensim for making it all possible.


CyberGlo CyberStar: I'm glad I could help. I take great joy in knowing that I helped another person realize their dream, and am responsible for something wonderful in the metaverse. 3 months ago

News! hop://astralia.eu:8002/TierraDeVolcanes/56/372/3146


Jared Seda: These are so cool thanks for sharing 3 months ago
𝗩𝗶𝗿𝘁𝘂𝗮𝗹 𝗩𝗶𝘀𝘁𝗮 𝗠𝗲𝘁𝗮𝘃𝗲𝗿𝘀𝗲 𝗥𝗶𝗰𝗲 𝗧𝘆𝗹𝗲𝗿 𝗼𝗻 𝗦𝘁𝗮𝗴𝗲
📕📕
⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️
Thursday 11 July 2024 - Rice Tyler at Virtual Vista Metaverse 11am OS Time
Taxi: virtualvistametaverse:8002:VVM Live Arena
We start with a warm up at 10 am OS Time - 7 pm CET with DJ Emma and at 11am OS Time rocks Rice! We looking forward to see you!
We will not ban reallife body sized avatars just because some people walk around here at 3 meters and imagine that they are children's avatars, No children's avatars are strictly forbidden here!! Anyone who commits character assassination or other insinuations in order to harm us must expect criminal consequences
Mean values ​​of height, weight and BMI in women in Germany by age group
18 to 20 years 167.6 62.6 22.3
20 to 25 years 167.5 64.1 22.9
25 to 30 years 167.3 66 23.6
30 to 35 years 167.2 68.2 24.4
35 to 40 years 167.3 68.3 24.4
40 to 45 years 167.5 69.3 24.8
45 to 50 years 167.1 70.9 25.4
50 to 55 years 167.1 71 25.4
55 to 60 years 166.9 71.5 25.7
60 to 65 years 165.4 71.2 26.1
65 to 70 years 164.5 70.9 26.3
70 to 75 years 163.9 71 26.5
75 years and over 162.6 67.9 25.7
Total 165.8 69.2 25.2

Ankhsenaton: "Welcome to my world, won't you come on in? Miracles, I guess, still happen now and then..." or "Welcome to the jungle!"... In this virtual world in English, incomprehension and lack of kindness are t... 3 months ago
Wednesday Night Party with Emma Florido
⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️
Virtual Vista Metaverse - presents our Wednesday Night Party! Emma Florido invites you to 80s, 90s, hits, pop & rock music. Don't miss it, we look forward to seeing you! We start at 10 am CET

Taxi: virtualvistametaverse.com:8002:discofux
=================
Virtual Vista Metaverse – präsentiert unsere Mittwochabend-Party! Emma Florido lädt ein zu 80er, 90er, Schlager, Pop & Rock musik. Wir starten um 19 Uhr Lasst es euch nicht entgehen, wir freuen uns auf euch!

More photos from Wolf Territories Grid.


Jared Seda: Such a lovely grid. 3 months ago
German Grid invites all adults to appear on the grid, no child avatars. look around we have nothing to hide every sim is accessible and connected to the others
germangrid.ddns.net:8002:GermanStartArea

PUTRI LIVE AT GFG WELCOME CLUB FIRE @ 3PM

HERE IS YOUR LIMO
hop://gentlefire.opensim.fun:8002/Gentle Fire Grid/42/39/22

Gentle fire Grid
Zoree ♥(*•.¸♥¸.•*´)♥ Zoree ♥(*•.¸♥¸.•*´)♥ party .Pop,love,disco,fado,rock,country,etc
One of awesome singing in opensim and second life
Join Zoree ♥(*•.¸♥¸.•*´)♥ TIME 2:00 grid time date
Where at the CLUB FIRE

Need a ride contact adore / Pete dress, code causal/ SEMI CASUAL
hop://gentlefire.opensim.fun:8002/Gentle%20Fire%20Grid/40/...
Tempo Isle Presents..
The Vocal Stylings of EVEE BLACKSTAR!
Come join us for some great tunes and a fun afternoon!
❈ ════ ❈ LIVE at 2:PM OST
❈ ════ ❈ TEMPO ISLE
❈ ════ ❈ RIDE: grid.wolfterritories.org:8002:Tempo Isle
❈ ════ ❈ HOP: hop://grid.wolfterritories.org:8002/Tempo%20Isle/442/813/2...
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...

NEW CLOTHING
SN Abby Outfit
Alltime Moneygiver and Luckyshower at Beach
~NO RESELL~


Comments

No comments yet