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  

After now when Region is "ready" many Aestian NPC-s are also ready to travel the world and find new places. Here they are at outpost.

Lucrezia & Gabriel Live

Atraxia on Pangea, EEP Experience a new level of immersive in OS Worlds.
https://gyazo.com/2f3f9bc3180ff7bbac3c0ecfbac27194
hop://pangeagrid.de:8002/Immersive%205/1041/1044/23

Good Morning Everyone
Greedy Gussies Wednesday Morning
Greedy/Coffee Social - Voice Chat enabled!
» Шhen: ❈ ∵∴7:00am OST/10:AM EST ∵∴ ❈
» Шhere: ✫Parsons Creek Lodge✫
» Ride: hg.osgrid.org:80:Parsons Creek Lodge

----- NEW -----

1/4 sim for free or rent a sim.
https://grid.virtualife-grid.it/
by Daniel30 Mccallen

Jeff Kelley à HIE https://www.youtube.com/watch?v=FslubTLIQG0


harthelie: je confirme jeff qu'il faut la changer et 8 ans t'es gentil mais elle a au moins 12 ans... 5 months ago
Step into the frontier mindset with John Dutton's quilted jacket, designed to withstand the elements while exuding timeless Western charm
https://yellowstonejacketco.com/product/yellowstone-john-d...

Wolf Mountain

Welcome Mountain

Warm invitation to the opening of the Elven Light Garden on the enchanting Sim Cloudshead Worldheart 2!


Bebe: Congrats Lampithaler I know how long have been working on this projects :) 5 months ago
Auf grund eines server schadens sind wir leider schon 2 tage offline es wird bald behoben sein ich denke in 2 oder 3 tagen
deswegen bitten wir um verständnis euer germandgrid team
Due to a server damage we are unfortunately already 2 days offline it will be fixed soon I think in 2 or 3 days
therefore we ask for your understanding your germandgrid team

Dj KrisTina:80's Night!
Now Till Close
Taxi: hop://hg.osgrid.org:80/Harmony%20Isle/256/257/23
See You there, Message me for Teleport!

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

Erstmal in die Küche setzen und aufs Essen warten :-)

We now have text-to-speech as well as speech-to-text in world.

https://youtu.be/Xv9ltVpOh5Y


Star Ravenhurst: That is awesome Mr. Wolf! After my gallery opening, I will be spending some time on your grid. I am looking forward to it! Good work! I need to go shopping for my avi! :) 6 months ago

Safari trips begin again tomorrow - ten more weeks of fun !
https://hgsafari.blogspot.com/2024/04/safari-heads-out-aga...

Gant's was lovingly created by the wonderful Alba Puca :)

Gant's open air dance venue is perfect for country sets. Interested in becoming a DJ in the NO DRAMA grid? Contact Govega or Morgant inworld.

Partyfotos aus der Zappelbude am 22.4.2024
Zur Abwechslung mal wieder eine Party im kleinen Kreis.
Dafür um so intensivere Mukke der harten Sorte. 😃
Danke für den Spaß. 🙂

Hier geht es zu den Fotos -> https://xenopolias.de/2024/04/23/partyfotos-aus-der-zappel...

Dj Winni presentiert:
Sommerhits
Am: Mittwoch den 24.04.2024
Ab : 19 Uhr --- 10 am
ankabi.de:8002:AnKaBi Hangout


3World: War mal wieder eine super Party.. Danke :-) 5 months ago

Gant's open air dance venue is perfect for country sets. Interested in becoming a DJ in the NO DRAMA grid? Contact Govega or Morgant inworld.

Many hidden vales and hills with dramatic waterfalls ponds.

Greedy Gussies Tuesday Morning
Greedy/Coffee Social - Voice Chat enabled!
» Шhen: ❈ ∵∴7:00am OST/10:AM EST ∵∴ ❈
» Шhere: ✫Tempo Isle - Wolf Grid✫
» Ride: grid.wolfterritories.org:8002:Tempo Isle

1/4 sim for free or rent a sim.
https://grid.virtualife-grid.it/
by Daniel30 Mccallen

Fabulous starlit surf

Le 20 Avril, la version exigée de dotnet monte de 6 à 8. http://opensimulator.org/wiki/0.9.3.0

dotnet 6 ne compilera pas et n'exécutera pas les versions postérieures à cette date. dotnet 8 supportera les versions antérieures "mostly". Il est prudent de ne pas mélanger les deux.

Bienvenue sur le tapis roulant Microsoft.
❮⇤«☊»⇥❯→»⇥❯→»⇥❯→»⇥❯→»❯
♥Đℐ❯OUR AWESOME Dj Aden
♥ᴡнєɳ❯now till ???
♥Ѡнᴇʀᴇ❯ Badass harley lounge
♥тυηєѕ❯MIX
❮⇤«☊»⇥❯→»⇥❯→»⇥❯→»⇥❯→»❯
hop://alternatemetaverse.com:8002/Badass%20Club%20Land/395...
DJ Kith’s Tribal Rhythms shake Hot Daddy’s on April 22 from 6-8PM
Region: Wyldwood Bayou Hot Daddys
Event begins: in 2024-04-22 18:00 SLT
Added by: Kith Whitehawk
Details:
Get ready to show your stomping dance moves as DJ Kith takes the Hot Daddy’s stage for a night of Tribal Rhythms. Join us for a world tour of dynamic beats that will drive you out of your seat and onto the dance floor. Kith has a wide and wild collection of music from all over the globe and loves to share it; it’s a Tribe favorite.

VWEC Hypergrid Quarterly Meeting @ Kitely!
6 pm grid time @ Cookie II
hop://grid.kitely.com:8002/Cookie II/109/170/25

Let's create some virtual world learning! Be sure to join the groups in Wolf Territories and Kitely!

Use the included SLURL above or grab the landmark at the VWEC region in Wolf Territories! See ya there!

Always push the boundaries


Wolf Territories Grid: Just wow. 6 months ago

hey folks dont miss 4 amazing live singers starting at 4 with charice 5 ouie 6 acidic and 7 aint

NEW RELEASE


Suzan_vonOtter: Hallo Ellen, deutsche clubs : offworld.eu:8002:Club Pyramid freitags meist ab 20 Uhr, hg.germanworldgrid.de:8002:Discofux mehrfach in der woche ab 20 Uhr . Englisch sprachige : hg.osgrid.org:8... 6 months ago
I can't believe we are opening in SIX Days!!
When you come to the party, be sure to have Shared Environment enabled with graphics as high as your rig will allow so you can see the beautiful sky and the shadows.
DJ Kith from Wyldwood Bayou will be spinning the music from female musicians over several decades, 70s-90s in honor of women in Open Sim.
My exhibit consists of portraits I have taken of women who have contributed to Open Sim in significant ways, entitled, "Sculpting Prims: Female Visionaries In Open Sim." This exhibit is to honor and acknowledge the work of women that often goes unnoticed and shine a light on their many accomplishments.
My exhibit is only a part of the opening as we also have several talented artists exhibiting their work you don't want to miss.
Come one, Come all!! We can't wait to see you there!
grid.genesis-roleplay.org:8002:Le Beau Retrouve

Thirza Ember: congrats star!! 6 months ago

Rogue's performing LIVE at Black Sun!
Come over to Kitely & join us for some fun!
WHEN: 3:00pm OST
WHERE: BLACK SUN
WHAT: LIVE SINGER
MAP: hop://grid.kitely.com:8002/SPACE%20FORCE/214/94/25


Comments

No comments yet