Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

Chatbot @archiv:opensim:downloads:scripts
86 Treffer, Zuletzt geändert:
===== Chatbot ===== Bot das sich mit Avataren per Chat "unterhalten" kann. Erinnert etwas an "[[http:... in entsprechend passendes Prim kann das Chat-Bot mit einer Anpassung der englischen Texte auch als Con... en der ankommende Avatare begrüsst, oder eine Anleitung, Hilfestellung oder ähnliches gibt. <code> in... { llSay(0, "I'm good, just a little busy I guess."); }
Fire Particle @archiv:opensim:downloads:scripts
29 Treffer, Zuletzt geändert:
fect and click SAVE. Values are explained along with their // min/max and default values further down... | PSYS_PART_FOLLOW_VELOCITY_MASK ... properly, they can // be in any order! Any you omit a pair, it reverts to a default value. //============================= Texture Parameters ==========
Freeview Media Screen @archiv:opensim:downloads:scripts
28 Treffer, Zuletzt geändert:
nctional Picture viewer and Video control script with webguide support //This script is distributed fo... s script and post your improvement. Leave the credits intact but feel free to add your name at its bottom. //Whats new: //- Now using FULL_BRIGHT instea... where FreeView gets deeded to group post Video Init. //- Renamed WebGuide to TV-Guide to reflect what
Besucherzähler mit E-Mail Benachrichtigung @archiv:opensim:downloads:scripts
26 Treffer, Zuletzt geändert:
===== Besucherzähler mit E-Mail Benachrichtigung ===== Damit dieses Script funktionieren kann muss zuerst in der OpenSIM-Konf... onsdatei opensim.ini die E-Mail Funktion im Abschnitt SMTP eingeschaltet und konfiguriert werden. <code> // Besucherzähler mit E-Mail Benachrichtung // von Blub Blinker, www.sw
Prim Mover @archiv:opensim:downloads:scripts
26 Treffer, Zuletzt geändert:
ode> float cnfSpeed = 1.0; string cnfSitAnim = "backflip"; //////////////////////... //////////////////////////////////// vector velocity = <0,0,0>; warpPos( vector destpos ){ ... jumps = 100; list rules = [ PRIM_POSITION, destpos ]; integer count = 1; while... ules = (rules=[]) + rules + rules; llSetPrimitiveParams( rules + llList2List( rules, (count - ju
Poseball @archiv:opensim:downloads:scripts
20 Treffer, Zuletzt geändert:
is program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License version 3, as // publishe... / This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTAB
Zero Lag Poseball @archiv:opensim:downloads:scripts
20 Treffer, Zuletzt geändert:
is program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License version 3, as // publish... / This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTAB
Give all Content @archiv:opensim:downloads:scripts
17 Treffer, Zuletzt geändert:
a box to the person who clicked. // By default, it will only give items to the owner of the box. // I wrote this because of all the texture bundles that are given out. It's really a PAIN // to move a lot of textures or o... n an area where several people are going to touch it at once, because giving inventory is slow. // Ve
Simple Radar @archiv:opensim:downloads:scripts
16 Treffer, Zuletzt geändert:
is program is free software; you can redistribute it and/or //modify it under the terms of the GNU General Public License //as published by the Free Software Foundation; either version 2 //of the License, or (at your option... . //This program is distributed in the hope that it will be useful, //but WITHOUT ANY WARRANTY; witho
Snow Particle Generator (Schnee) @archiv:opensim:downloads:scripts
15 Treffer, Zuletzt geändert:
SYS_PART_FOLLOW_SRC_MASK //Particles follow the emitter | PSYS_PART_FOLLOW_VELOCITY_MASK//Particles are created at the velocity of the emitter //| PSYS_PART_TARGET_POS_MASK //Particles follow the target | PSYS_PART_EMISSIVE_MASK
Teleport @archiv:opensim:downloads:scripts
15 Treffer, Zuletzt geändert:
//This integer should equal total number of positions integer currentPos = 1; string currentpos; v... 2,22>; //These are vectors for the positions to vector vPos2 = <81,23, 103>; /... r vPos5 = <143.3,238.8,50.2>; string sPos1 = "Position One"; //name of positions, if desired. This helps string sPos2 = "Position Two";
Grafitti Board @archiv:opensim:downloads:scripts
15 Treffer, Zuletzt geändert:
===== Grafitti Board ===== Zeigt einen Text auf einem Prim der im Chat eingegeben wird. <code> // Grafitti board 0.0.2 for OpenSim // By Justin Clark-Case... ynamic! integer CHARS_WIDTH = 42; // Add some additional graffiti addGraffiti(string message) { while (llStringLength(message) > CHARS_WIDTH) { text += "
Visitor List Recorder @archiv:opensim:downloads:scripts
14 Treffer, Zuletzt geändert:
===== Visitor List Recorder ===== <code> // Global variables list visitor_list; float range = 10.0; // in meters float ra... ng name ) { integer len = llGetListLength( visitor_list ); integer i; for( i = 0; i < len; i++ ) { if( llList2String(visitor_list, i) == name ) { return
Sleep @archiv:opensim:downloads:scripts
13 Treffer, Zuletzt geändert:
er broadcast = 20; // A More Neutral Sleeping Position //vector target = <-1.06585, 0.71774, 0.18293>... 0.50028, 0.49972>; // A More relaxed sleeping position vector target = <-1.15419, 0.56328, -0.25744>;... 5, 0.51038>; integer debugRotation = FALSE; key sitAgent = NULL_KEY; integer gotPermission = FALSE; ... ; default { state_entry() { llSetSitText( "Sleep" ); llSitTarget( target, targ
Online Indicator @archiv:opensim:downloads:scripts
13 Treffer, Zuletzt geändert:
is program is free software: you can redistribute it and/or modify // // it under the terms of the GNU General Public License as pu... // // the Free Software Foundation, either version 3 of the License, or ... Vendor System is distributed in the hope that it will be useful, // // b
Sensor Door @archiv:opensim:downloads:scripts
11 Treffer, Zuletzt geändert:
Message Board @archiv:opensim:downloads:scripts
11 Treffer, Zuletzt geändert:
Texture Dropper @archiv:opensim:downloads:scripts
10 Treffer, Zuletzt geändert:
Terrains
9 Treffer, Zuletzt geändert:
Pose @archiv:opensim:downloads:scripts
8 Treffer, Zuletzt geändert:
Give Item @archiv:opensim:downloads:scripts
8 Treffer, Zuletzt geändert:
Animationen
8 Treffer, Zuletzt geändert:
Dimmen @archiv:opensim:downloads:scripts
8 Treffer, Zuletzt geändert:
Snow 2 (Schnee) @archiv:opensim:downloads:scripts
7 Treffer, Zuletzt geändert:
Sim Crash Logger @archiv:opensim:downloads:scripts
7 Treffer, Zuletzt geändert:
Particle System @archiv:opensim:downloads:scripts
7 Treffer, Zuletzt geändert:
Simple Vendor @archiv:opensim:downloads:scripts
6 Treffer, Zuletzt geändert:
Feed Reader @archiv:opensim:downloads:scripts
6 Treffer, Zuletzt geändert:
Elevator @archiv:opensim:downloads:scripts
6 Treffer, Zuletzt geändert:
Touch @archiv:opensim:downloads:scripts
5 Treffer, Zuletzt geändert:
Tip Jar / Donation Box @archiv:opensim:downloads:scripts
5 Treffer, Zuletzt geändert:
Spin @archiv:opensim:downloads:scripts
4 Treffer, Zuletzt geändert:
Texturen
4 Treffer, Zuletzt geändert:
Invisible Prim 2 @archiv:opensim:downloads:scripts
4 Treffer, Zuletzt geändert:
Flashlight @archiv:opensim:downloads:scripts
4 Treffer, Zuletzt geändert:
Dance Poseball @archiv:opensim:downloads:scripts
3 Treffer, Zuletzt geändert:
Follower @archiv:opensim:downloads:scripts
3 Treffer, Zuletzt geändert:
Sit Target @archiv:opensim:downloads:scripts
3 Treffer, Zuletzt geändert:
E-Mail @archiv:opensim:downloads:scripts
2 Treffer, Zuletzt geändert:
Sounds
2 Treffer, Zuletzt geändert:
Skype Online Status @archiv:opensim:downloads:scripts
2 Treffer, Zuletzt geändert:
Briefkasten @archiv:opensim:downloads:scripts
2 Treffer, Zuletzt geändert:
Randomly Moving @archiv:opensim:downloads:scripts
2 Treffer, Zuletzt geändert:
Webimage @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Youtube Video Player @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Get Position @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Avatar Trace Cam @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Altimeter / Speedometer @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Binary Clock @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Dynamic Texture @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Fireworks @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Scripts
1 Treffer, Zuletzt geändert:
Invisible Prim @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Load URL @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Navigation

Alternative Startseite
Helpdesk
Links
Maps
Radio
Suchmaschine


Drucken/exportieren