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  

Xenon Darrow: Ok, folks, if you haven't been here yet, you need to GO! This is a JEWEL in OpenSim! Herbie is doing amazing gorgeous things! 2 months ago

Port Agee - Steam Punk Pirate Region in GroovyVerse Grid

common folks Dj baby is rocking the sim

♬ WHO: DJ baby
♬ WHAT:MIXED
♬ WHEN: 6-8pm GRID TIME
♬ WHERE: THE BADASS HARLEY LOUNGE
♬ COME DANCE WITH US!!!
♬ BRING YOUR FRIENDS AND SONG REQUESTS

hop://alternatemetaverse.com:8002/Badass%20Club%20Land/395
◂◄◀ 1st Thursday @ Eternity ▶►▸
» Шhen: ❈ ∵∴6:00p ∵∴ ❈ ROGUE GALAXY
» Шhere: ✫ ETERNITY COUNTRY CLUB✫
» Шhat: • LIVE SINGER •
» Dress: ❈ ∵∴ CASUAL/COUNTRY∵∴ ❈
◂◄◀ MAP ▶►▸ login.digiworldz.com:8002/Rock City

There some new change being made at Hidden Ranch, coming soon Hope you enjoy see you around

Dj Golbez and his Exciting Rock Show Invade Serenity Cabins 4pm till 6pm grid time.
Then, The Sweet Dj Alex and her sultry country/rock tunes return to Serenity Cabins at 6 to 8pm grid time.
Taxi: hop://hg.osgrid.org:80/Serenity%20Cabins/132/133/23
See you there!

Hello, I am building a winery/vineyard if anyone has seen or has some prims/mesh related to said project please let me know. thanks in advance for your help.

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
Zoree Jupiter Live
1:00pm at The Triannon Ballroom
Friendly crowd and music variety according to your requests.
Looking forward to having you join us :)
Attire: Formal
hg.trianon-world.com:18002:Trianon Complex

SilviaFrey: Fantástica actuación y maravillosa fiesta. Gracias! 2 months ago

Hammer time with Dj Eagle

Eventankündigung: Blue Monday – Live aus dem Club XY

Wann: 5. August 2024 um 20:00 Uhr

Wo: Live aus dem Club XY

DJ: Xenos

Thema von Xenos: „Liquid Funk, Drum und Bass und anderes elektronisches Zeug“.
Keine Sorge, das Set ist tanzbar und nicht so krass wie mein DnB Set damals auf der Bunkerparty.


Vorprogramm:

Ab 20:20 Uhr präsentieren wir „Calibre – live from the SYSTEM stage at Boiler Room Festival Amsterdam“.
Ein einzigartiges Set des renommierten DJs und Produzenten Calibre, bekannt für seinen innovativen Ansatz in der Drum & Bass-Szene.
Freut euch auf eine faszinierende Mischung aus tiefen Bässen und melodischen Elementen, die die perfekte Einstimmung auf den Abend bietet.

Wichtig: Beachtet bitte das neue Taxi! Zappelbude, RISA, XY Club und AquaDance sind umgezogen! Ab jetzt finden hier alle Events statt!

Titelfoto Von JohnCalibreAppreciation – Eigenes Werk, CC BY-SA 4.0

Wir freuen uns auf euch und einen unvergesslichen Abend voller guter Musik und Tanz!

Taxi: hg.osgrid.org:80:XYPartyzone

Zur kompletten Ankündigung -> https://bit.ly/46rPKHH
Eventankündigung: Blue Monday – Live aus dem Club XY

Wann: 5. August 2024 um 20:00 Uhr

Wo: Live aus dem Club XY – Taxi: hg.osgrid.org:80:XYPartyzone


DJ: Xenos

Thema von Xenos: „Liquid Funk, Drum und Bass und anderes elektronisches Zeug“.
Keine Sorge, das Set ist tanzbar und nicht so krass wie mein DnB Set damals auf der Bunkerparty.


Vorprogramm:

Ab 20:20 Uhr präsentieren wir „Calibre – live from the SYSTEM stage at Boiler Room Festival Amsterdam“.
Ein einzigartiges Set des renommierten DJs und Produzenten Calibre, bekannt für seinen innovativen Ansatz in der Drum & Bass-Szene.
Freut euch auf eine faszinierende Mischung aus tiefen Bässen und melodischen Elementen, die die perfekte Einstimmung auf den Abend bietet.

Wichtig: Beachtet bitte das neue Taxi! Zappelbude, RISA, XY Club und AquaDance sind umgezogen! Ab jetzt finden hier alle Events statt!

Titelfoto Von JohnCalibreAppreciation – Eigenes Werk, CC BY-SA 4.0

Wir freuen uns auf euch und einen unvergesslichen Abend voller guter Musik und Tanz!

Hypergrid : hg.osgrid.org:80:Xenotown

Zur kompletten Ankündigung -> https://bit.ly/46rPKHH

welcome to orientation Center, where you begin at gentle fire you get a free home , Beach Swimming with your friends next door amazing join us.

Gentle fire Grid now offers 3x3 and 4x4 at a reasonable price. Looking for a place to call home where family friends is Community Contact Admin or Adora Make your dreams come true

presenting new beginnings blues with angelic ouie at 5 and bad boy evan at 6 both with voices that will make you croon

presenting new beginnings blues with angelic ouie at 5 and bad boy evan at 6 both with voices that will make you croon


Comments

No comments yet