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  

DJ GIAKU

Teleporting Issues?

I just became aware of a major flaw with firestorm and the solution that is on the Firestorm download page. I have been unable to TP unless I relog for last 3 days. After much research I realized this was a Firestorm SLURL issue.

Go to the firestorm download page and you will see the above information.

I have not changed my viewer settings or added any new viewers; but it appears some upgrade (probably windows) caused the SLURL function in Firestorm to no longer work properly.

As I follow up....I am teleporting perfectly now after installing this.

I am encosing the notes from firestorm :

What is this ?
SLURL Proxy is an application that will handle SLURLs on your Windows system. Clicking a SLURL on the web,
will open SLURL proxy, which will forward the SLURL to the viewer you have chosen.

Why is that interesting ?
Various Second Life viewers you might, or may already have installed, modify the way SLURLs are handled on your system,
and often cause problems when you uninstall certain viewers.

SLURL Proxy provides a user friendly way to correct this.

Upon start up, SLURL Proxy will check to see if it's the default SLURL handler.
If it is not, it will inform you about that, and ask you if you'd like to use SLURL Proxy as default instead.

When you have set SLURL Proxy as default,(or even before that) you can simply drag one or more viewer shortcuts onto the application window,
and they should be listed with viewer name, and icon.

SLURL Proxy allows you to add several viewers, and one always needs to be the default viewer to use.
The default viewer is the one where the checkbox is checked.
If you would like to change the default viewer, simply click the viewer of your choice in the list.

That's it.

If you wish to set a viewer as default SLURL handler instead of SLURL proxy, then you simply need to click
Set other SLURL handler in the menu, and drag the shortcut of your favourite viewer onto the window.

Requires .NET 3.5 and only runs on Windows



KrisTina: Thats realllllllll old. blinks 5 months ago
hop://spacegrid.online:6002/SG_Field/143/188/22

.:^MZ_EVENT^:.

spacegrid.online:6002

Welcome, SpaceGrid

Happy weekend everyone. I want to show you
another original animesh highlight from Kimm Star from Kitely . THE BARBER SHOP Singers. You can see them singing inside the luxury shop on the sim. Available on kitely market place in her shop "virtual vignette".

Charming little shop full of sweet gifts !
Looking forward to seeing you, your Nasti


PinDeluca: OMG ! WHAT A BEAUTIFUL PLACE ! Bravo - stunning ! 5 months ago
This is the news everyone tried to guess what it was. Virtual beach region which is our current welcome region is getting a major upgrade!

I would like to thank Darci Viper and Lilly Sparks from OS grid for doing the complete rehaul and putting up with me. They have put a lot of effort in the region, I have done a few things but the credit really goes to them.

Also i want to thank Cuetulala artis aka bloom peters for working on a special project in there i cant yet reveal.

When it is finished, there will be a reveal party, stay tuned for details.

Lillysparks: I am SO happy and excited I just cannot wait! That will be a party spot for sure. xoxox. You designed a lot of it too, take credit where it is deserved. Hugs. 5 months ago

A killer vampire roaming the beach.

NATURAL PATH MESH - SEASONAL - Change all paths in your SIM with few clicks! Seasonal textures and scripts included. Available for FREE and FULLPERM at MOUNTAIN AREA, BOX 02. Enjoy :)


thedeeferry: I have a love-hate relationship, too. Love Flora. AMV hates me. Oh well. 5 months ago

party still going

Party changed last minute to may 3rd same time and info. if all goes well. My appologies.

Hello Opensimulators. For those who find and interest in what Second life community pertaining to Linden Lab you might find this interesting. Especially involving child avatars >>> https://community.secondlife.com/blogs/entry/15531-enhanci...

Madcap Media: So far, in this supposedly mature debate, we have had pedophilia, homophobia and now disability discrimination, I am disgusted to think I even stayed as long as I have on this toxic website... 5 months ago
❮⇤«☊»⇥❯→»⇥❯→»⇥❯→»⇥❯→»❯
♥Đℐ❯OUR AWESOME Dj james
♥ᴡнєɳ❯now til ???
♥Ѡнᴇʀᴇ❯ Badass harley lounge
♥тυηєѕ❯MIX
❮⇤«☊»⇥❯→»⇥❯→»⇥❯→»⇥❯→»❯
hop://alternatemetaverse.com:8002/Badass%20Club%20Land/395... Biker theme

Looking for a small outdoor Tiki style bar

and... one new ride for the fun.... for speed try the orange snake car .... ;-)


LeonitasLionheart: YESSSSSSSSSSSS....SSSSSSSSSS....i soooo need thisssssss in my life! 5 months ago
Lynestra 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

Hello... The region is back.... with more fun rides, and more to shop...
I didn't change all the LM in all the boxes yet so just delete the old LM....
thanks

Rock-House (Special)
Freitag 3.5.2024
Rock-House
mit DJ Anachron

Beginn 19:00 Uhr

Jetzt wird's psychedelisch meine Herrschaften:
Tangerine Dream
Cosmic Jokers
The Pilgrim

Ende wie immer um Mitternacht.
Hypergrid : dorenas-world.de:8002:Nihilon

Hello everyone :)
Excited to be back today 11:00 am at Speakeasy Swinghard at AMV! Always so much fun and such a friendly group of people ready to have a good time!
Hugs and hopefully see you there!!
x
Map us at: alternatemetaverse.com:8002:AMV Events
Dear fairy tale fans,
Cloudshead Worldheart 1
opens again
on Thursday, May 9th.
We look forward to seeing you :-)
___________________________________

Liebe Märchenfreunde,
Cloudshead Worldheart 1
öffnet wieder
am Donnerstag , den 9. Mai.
Wir freuen uns auf euch :-)

Dear fairy tale fans,
Cloudshead Worldheart 2
opens again
on Sunday, May 5th.
We look forward to seeing you :-)
_____________________________________

Liebe Märchenfreunde,
Cloudshead Worldheart 2
öffnet wieder
am Sonntag, den 5. Mai.
Wir freuen uns auf euch :-)

Margie: tried going there but says I'm denied access 5 months ago
Poolside Towel OUT NOW!
This one is extremely versatile: has animations both on top of the towel on the pool side, on top of the prop tube (yes, including threesomes on top of it!), as well as floating/in-water animations. You can always make the towel transparent to put it on a deck, or by the seaside! The prop tubes also change texture on-click.
Comes with Texture HUD, material layers...
Uber: hop://playground.darkheartsos.com:8002/Darkhearts Boutiques/399/369/23

Lillysparks: Love the grass!! 5 months ago

Extreme RLV is born today, a land all about bdsm, you will find a small shop plus disco come and visit us we are waiting for you.
4X4 sim
https://grid.virtualife-grid.it/

There's a new group gift available for free inside the lobby at Lunaria Emporium on Wolf territories Grid. Look for the group kiosk on the right. Make sure to wear your group tag!

its time for happy hr come on over and lets party

Your IP Address is recorded every time you visit any sim in the robust log. This means you cannot go to ANY sim without your IP being recorded. All I have to do to see anybody's IP is go to my robust file, and search on part of their name. This pulls up their name, ip address, cmac, and key. So if you are paranoid or don't your information out there, then don't come to the metaverse. First of all the way ip addresses work, your IP address MUST be told to the server you are visiting so it knows WHERE to send visual data back to so that you can see it. In fact, this is how the entire internet works. So get a grip.

Lillysparks: Cyberglo, you are so cool the way you ended this crash-course in IP basics. "Get a grip" LOL. You must have been around someone who was complaining...this seems oddly specific. Hehe 5 months ago
Come out and join others for informal chat. Sometimes we just want to chill and hang out, and it would be soo cool if we could make a new friend or two.

Coffee & Chat
host - Zilog Darkcore

the new social experience designed for people who want to chat.
The Ultimate Sim Monitor.
This monitors over 35 settings on your sim and displays their status in multiple colors. It's the most advanced sim monitor anywhere. It is based on Roland's Display Board available at NeiferLeif. It's available here: cyberdatastorm.com:8002:Welcome to buy for 0$ :D Enjoy!

Comments

No comments yet

Loading...