Jump to content

AthenaStarfire

Resident
  • Posts

    57
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. How do I detect an avatar has entered my 1024 size parcel in LSL? Cheers
  2. I would like to have multiple dancers and patrons in a "Night Club" setting, Is it possible to have multiple "bot" avatars dancing on a dance floor that both them and real people avatars can be on. As well as other "Bots" walking around and doing things on "pose balls" (ie: playing pool, pinball and slot machines) Cheers
  3. I would like to have multiple dancers and patrons in a "Night Club" setting, Is it possible to have multiple "bot" avatars dancing on a dance floor that both them and real people avatars can be on. As well as other "Bots" walking around and doing things on "pose balls" (ie: playing pool, pinball and slot machines) Cheers
  4. Is it possible and how would I ,,, Write a script that would run on an object that would detect $L transaction on an avatar, even when offline. and email the transaction details to me.
  5. I found a much easy to understand way to do it... { vector target; target = (targetPos- llGetPos()) * (ZERO_ROTATION / llGetRot()); float ang=270*DEG_TO_RAD; llSitTarget(target,llEuler2Rot((<0.0,0.0,ang>))); } You can just put in the compass degrees Cheers
  6. Thanks this is pretty much only an 'elevator' in a structure in a 1024sq lot... with 27m floors
  7. How would I get the avatar to face West (270 degrees) when it unsits reset() { vector target; target = (targetPos- llGetPos()) * (ZERO_ROTATION / llGetRot()); llSitTarget(target, ZERO_ROTATION); //teleport llSetSitText("Teleport"); }
  8. I can't seem to figure out a simple way to state which way an avatar is facing after a teleport... The teleport works fine...normal sit/unsit type. Would like to be able to state in the script which way facing when they arrive 0 Deg (N) 90 Deg (E) 180 Deg (S) and 270 deg (W) Cheers
  9. So I'm pretty stuffed making a Lesbian Female Only Place?...
  10. Is there a way to get wither an avatar entering or clicking an object is Male or Female?
  11. jjccc Coronet wrote: The way i did it was edit the land and divide the parcel by dragging accross terrain each parcel can have its own media playing I tried this also, but you have to be in the parcel subdivison in order to see the movie.You can't view all at the same time..
  12. Is it possible to have more than 1 movie playing on a parcel at then same time by scripting? or is the 'About Land' the only way to do it? I have looked at the PARCELMEDIA- Commands
  13. Is it possible to have more than 1 movie playing on a parcel at then same time by scripting? or is the 'About Land' the only way to do it? I have looked at the PARCELMEDIA- Commands
  14. Qie Niangao wrote: Phil Deakins wrote: Bots generally add a lot less to a server's work than normal avatars. That's true of pure traffic bots, high in the sky, but I think the OP here has it in mind that they should be down mingling with the masses, and that's going to lag viewers pretty much the same as if the avatars had real people manipulating them. That said, however, the whole point is to make the place look busy, so if it were actually that busy--full of real-people-operated avatars--there'd be all that viewer lag then, too. Independent of lag, I think it's a mistake to people a club with bot dancers. It's exactly the same mistake to use dancers who are perpetually AFK. If a club is full of zombies, the overall level of engagement approaches that same zombie level.. The 'OP' (me) is planning to people an adult club with Real Person Dancers (already have them) who have thier own dance routines and take $L tips from viewers, When these people are not around due to 'Real Life' (Sleeping, spending time away from the computer etc.) A 'bot' using thier account will be placed and will also take tips for them (While the 'bot' is active on thier account, they will be listed as a 'scripted' avatar on the LL lab pages and when they are there for real, will not). I may just state thier accounts as 'scripted' permenatly (with thier permission) because if I am not mistaken only 25 real people are allowed in a parcel at the same time. I am not really concerned with 'fake traffic' as the club will be mostly busy with just my friends in second life.
  15. Amethyst Jetaime wrote: Yes you can get a bot to do it. A bot is a SL avatar controlled by software instead of person. You can fix them up and attach things to them like an AO and program them to do a lot of things. The software can be run on your own computer or on a server that you rent space on. There are bot services in SL that will host them. Software is free. You must register them as a scripted agent when creating the avatar or risk being suspended or banned. Any idea where I can get this software? and more info about this (I'm a pretty versed scripter and 3D Modeler) I have my own server (web) if thats whats needed and another here (linux and Win 7)
×
×
  • Create New...