Jump to content

AlexandreLois1

Resident
  • Posts

    78
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. BTW, if you do manage to get that working Linden Labs will kick you out of SL as it against TOS. What's the problem ? 1. What are the specific rules it breaks? 2. How do they know how I teleported?
  2. Thank you. There was a problem with the script. If the URL address is not valid, it can not teleport. And the script itself will not be able to choose a new URL address for teleportation. The principle of such a script - it should randomly select an address from the database URL and teleport avatar.
  3. Thanks for the help. I think there is a base finished in text form. Too difficult to do database manually. Maybe I'll hire someone in the future for this work.
  4. Need database There is a strong project associated with the script. We need a database with the slurl together with the names of the regions. Where can I get?
  5. Light show with stars of David I need to do this thing. Can someone help?
  6. I'm a little over 3 d fractal. Can you show your project? Here is my project I did a project with automatic generation. It's words. http://maps.secondlife.com/secondlife/Atlantis%20City/39/163/25
  7. Well, I'll try to remember your request. But I think this is a very rare thing.
  8. I want to have a script that creates the art project itself, mostly at random.
  9. I'm not good at this. Perhaps this style. http://pcg.wikidot.com/category-pcg-algorithms
  10. I need a script. I would be grateful for your help.
  11. I want to make a very unusual art project in Second Life. This is my personal development. We are talking about automatic content generation. I do not understand, where do the devil. I need a good programmer who writes a program. Willing to pay money.
  12. Program with random teams You must write a program with a random basic commands. The commands needs to change randomly. This experimental work. If your program does not work, selected randomly base command that the program worked. The program can grow. That is, you can add new commands that are randomly selected. The program should affect the graphics and sound. That is, should I get information about the program.
  13. Many thanks. Everything worked out.
  14. Stir sounds I have an object - a steam pump. It produces sounds. My neighbor, the sounds interfere and she asked them to remove. Pumps with animation. I opened the folder and removed the pump all the sounds. However, the sounds heard. There's still a script animation. Here he is. How to remove the sound? // Script Name: Sculpt_Animator.lsl integer nItems=0; integer currentItem = 0; default { state_entry() { llSetTimerEvent(.01); nItems =llGetInventoryNumber(INVENTORY_TEXTURE); } timer() { string name = llGetInventoryName(INVENTORY_TEXTURE,currentItem); if (++currentItem >= nItems) currentItem = 0; llSetPrimitiveParams([PRIM_TYPE,PRIM_TYPE_SCULPT,name,PRIM_SCULPT_TYPE_PLANE]); } changed(integer type) { if (type & CHANGED_INVENTORY) llResetScript(); } }
  15. Hi! One builder has long been in my house foundation and a light show. Today I discovered that they were gone. My security service did not register his presence. What could be the real cause of the disappearance of objects?
×
×
  • Create New...