Jump to content

Rolig Loon

Resident
  • Posts

    46,150
  • Joined

  • Days Won

    5

Everything posted by Rolig Loon

  1. If your avis always supposed to stand up as part of the shut-down process, you can try deliberately stopping all animations just before she stands. Something like this ..... listen (integer channel, string name, key id, string msg){ if (msg == "Shutdown") // From a dialog, maybe? { Shut_off_engines(); /// Whatever you do to turn off the engines....... llReleaseControls(); list temp = llGetAnimationList(llAvatarOnSitTarget()); integer i = (temp !=[]); while(i) { --i; llStopAnimation(llList2String(temp,i)); } llUnSit(llAvatarOnSitTarget(); }} You'll still have a problem if your av stands up without going through the sequence, but this should kill all anims so that your AO can start fresh once you're standing. ETA: It just occurred to me that you could also be running "striding", actually) because you're interacting with a physical object. See if it helps to put llSetStatus(STATUS_PHYSICS,FALSE) in that shutdown sequence.
  2. It has nothing to do with Second Life. You paid the Geek Squad for bad information. You have picked up a computer virus from the Internet. See https://jira.secondlife.com/browse/VWR-29307 for the best cure. Look near the bottom for Alisha's comment. It works.
  3. You can't tell what viewer other people are using. Linden Lab changed policy about three months ago and made that impossible. If you want to tell whether people are looking in your general direction, just activate LookAt in your viewer. You can always do that from your Develop menu with Avatar >> Show Look At, but each viewer also has a shortcut, usually in Preferences. That setting works unless the other person has ShowPointAt turned off. It's a rough indicator at best, because the person could be looking at something behind you or next to you.
  4. You can change your Display Name once a week on your web profile at http://my.secondlife.com/Shadowpulse >> Settings >> Display Name . You can never change your login name (username).
  5. string sound = llList2String(["Stupid_sound","Happy_sound","Wierd_sound"],(integer)llFrand(3.0)); llTriggerSound(sound,1.0); As I said earlier, "I put the script into a simple cube, along with an animation and a handful of sounds ....."
  6. Traffic counts the number of minutes an avatar spends in a parcel but only for avatars that do not move to another parcel (for at least five minutes) within the 24 hour data-collection period. So an avatar who pops in to your parcel and leaves within 5 minutes does not count for traffic purposes, but one who stays for at least 5 minutes gets 1 traffic point per minute. The total traffic number for the parcel is the sum of all avatar points during that period. There have been some recent irrgularities, so you'll find discussions of traffic in a couple of the forums as well as a few questions here in Answers.
  7. Certainly. If you know the name of the sound or animation and if it is in the object's inventory, just give your script the name instead of asking it to look for it. llTriggerSound("my_obnoxious_sound",1.0); llStartAnimation("Standing_on_my_head"); With a sound, you can actually give it the UUID of the sound file instead of the name, if you know it. Yes, you would need to touch the object to trigger a touch_start event. The only reason I suggested it is that at least during the testing stage it's a real nuisance to have to keep attaching and detaching the thing every time you recompile its script. Touching the object is much less of a nuisance. The other thing, of course, is that there may be times when you want to keep wearing the object but shut off its sounds and animation temporarily. Again, using a touch_start or a listen event as a switch beats having to attach and detach the object every time.
  8. I tried to help two people in world last week with exactly this same issue. Both had mesh homes and neither could rez anything inside. I am not yet mesh-adept myself, so I can only deduce that they are having a bounding box problem. In both cases, they could rez objects easily on the porch or the lawn (or the roof!), and drag them inside, but not rez indoors. They each had plenty of prim allowance left, so that was not an issue. BTW, the person who created one of the two homes is a well-known and respected builder, so this isn't work done by an amateur.
  9. No, there really isn't. The best you'll be able to do is to rez your objects outside the house and drag them inside. The problem seems to be the bounding box of the mesh structure. I've seen it in a couple of new mesh buildings now. Owners have been able to rez furniture outside the house, but only drag it inside, not rez it there. It makes temp rez items (like some poseballs) useless, unfortunately. You might try asking the creator of your building whether he has a way to fix it.
  10. You'd have to ask Linden Lab about policy decisions. We'd all just be guessing.
  11. That's not a message from Second Life. I suspect that you have a firewall or an anti-virus routine blocking access. To create an exception for SL in your firewall, read http://community.secondlife.com/t5/English-Knowledge-Base/Using-Second-Life-with-a-firewall/ta-p/1304539 . To deal with your antivirus routine, see http://wiki.phoenixviewer.com/antivirus_whitelisting
  12. Rolig Loon

    how to buy sky?

    You can't buy "sky". You buy or rent land and all of the airspace above it. You can build anywhere on land that you own or rent, including in the sky. To learn more about buying land, see http://community.secondlife.com/t5/English-Knowledge-Base/Buying-land/ta-p/700043 or http://community.secondlife.com/t5/English-Knowledge-Base/Buying-Private-Regions/ta-p/700045 . To read about renting land, see http://community.secondlife.com/t5/English-Knowledge-Base/Renting-land-from-other-Residents/ta-p/1420695
  13. When you uploaded the items to your Marketplace store, did you put them all in the same upload folder by mistake? You are supposed to upload one separate folder for each saleable item. You can put several related items in a folder (the top, skirt, and glitch pants for a dress outfit, for example, or a set of instructional notecards and LMs), so that they are all sold as a single package. If that's not what you want to do, upload items in separate folders if they are supposed to be sold separately.
  14. Edlexchange no es un servicio proporcionado por Linden Lab. Si usted tiene un problema con su servicio, usted debe ponerse en contacto con Edlexchange. En el futuro, sería más inteligente de comprar y vender L $ en el Lindex. Ver https://secondlife.com/my/lindex/buy.php
  15. Rolig Loon

    Full perms

    You're the seller, so you determine the price. As an aside...... Once you own an item that's full perm, you can do anything with it that you like. However, it is a mean, lowdown business practice to go into competition with the creator who sold it to you. The creator did all the work of making and marketing the product. Reselling his/her full perm work at a lower price is not nice.
  16. Be aware of your monthly PayPal limits. By default, your monthly spending limit with PayPal is set to USD $250.00. You can easily raise or lower that limit. See Using PayPal for more information. Here are some common reasons for credit card failure: You entered the credit card number incorrectly. You did not enter the billing address or entered it incorrectly. It should be the same address that appears on your bill. You did not enter the name on the card or entered differently from how it appears on the card. The credit card is not in the list of accepted payment methods (see http://community.secondlife.com/t5/English-Knowledge-Base/Billing/ta-p/700037#Section_.3) You did not enter the CVV (3 digits on the back, or 4 digits on the front for AmEx) or entered it incorrectly. The card is expired, or the expiration date was entered incorrectly. There are no funds available on the credit card to validate it. We send a US$1.00 authorization to ensure that a credit card is valid. This is not a billing, but the card must have at least US$1.00 available on it to pass validation. Your monthly payment limit is reached, and/or your bank is not authorizing any more transactions. The issuing bank has not pre-approved transactions with Linden Research, Inc. Contact the issuing bank to resolve the problem. If you are outside the US, your card may not be set up for international/overseas transactions (this is very common with Visa Electron). A common cause of payment method failure is the use of unsupported card types. At this time, the majority of prepaid cards are not compatible with our system, even if they bear the VISA/AMEX/Mastercard logo. This includes cards purchased at retail stores, rechargeable credit cards, and bank-issued check cards. If none of the above applies, contact your credit card provider to determine the cause. You may also contact Linden Lab Billing Support.
  17. I understand "frustrated", but what do you mean by "not working"? And why are you posting in someone else's thread that was marked as ANSWERED three months ago instead of starting your own new question?
  18. Do you have a verified method of payment (credit card or PayPal account) associated with your account? Read the full page at http://community.secondlife.com/t5/English-Knowledge-Base/Billing/ta-p/700037 to see what you may have overlooked.
  19. Land is organized in sims (256m x 256m plots), in estates of one or more sims, and in parcels, which are smaller subdivisions of sims. If you buy land, then you own it and you don't pay rent to anyone. You have to pay a monthly land fee to Linden Lab, though. On the other hand, if you rent land, you pay weekly or monthly rent to whoever owns it, and then s/he pays the land fees. If you rent land, you'll know what the rent is. You can't rent without knowing. It's right there on the rent box. Why are some places to rent more popular in RL than others? :smileywink: Make a list. The same is true in SL. You purchase land from whoever owns it, usually on the land itself. If you're on the Mainland, there are not many zoning restrictions. On a private estate, the landowner creates a covenant that can be as restrictive or relaxed as s/he likes. If you are considering buying or renting land, you ought to start reading .... http://community.secondlife.com/t5/English-Knowledge-Base/Buying-land/ta-p/700043 http://community.secondlife.com/t5/English-Knowledge-Base/Managing-your-parcel/ta-p/700113 http://community.secondlife.com/t5/English-Knowledge-Base/Group-owned-land/ta-p/700079 https://secondlife.com/my/account/landfees.php? http://community.secondlife.com/t5/English-Knowledge-Base/Renting-land-from-other-Residents/ta-p/1420695
  20. Yup. I put the script into a simple cube, along with an animation and a handful of sounds, then attached the cube to my right arm. You don't have really wierd names for your animation and sound files, do you? BTW, the attach event is triggered by attaching or detaching the scripted object. If you simply want the script to work if the object is attached, you may want to use a touch_start event or a listener to test .... touch_start(integer num){ if (llGetAttached()) { llRequestPermissions(llGetOwner(), PERMISSION_TAKE_CONTROLS | PERMISSION_TRIGGER_ANIMATION); }} That way, you don't have to actually keep attaching and detaching the thing to make it work.
  21. Well, the script works just fine. I have been testing it myself and it doesn't kick up a single error. Check to be sure that you actually have placed sounds and animations in the same prim as your script. I can't think of any good reason why it shouldn't work if they are there. BTW,. there's no way to stop getting script error messages other than to get rid of the errors. They're sort of like the "Check Engine" light in your car. You can put black tape over it, but the light will still be there until you fix the engine. :smileytongue:
  22. There are many ways to make a door (or anything) password protected. Basically, though, you just want to add a sensor of some kind, usually a listener, that can tell when an approved person is trying to enter. Match whatever information comes from the person with what the script expects to hear, and open the door. You should be aware, of course, that locks are useless in SL. A locked door is interesting but anyone can get through one, so it really becomes an annoyance. BTW, the simplest and best door script in SL is http://community.secondlife.com/t5/LSL-Library/Simple-Hinge-Action/td-p/875331
  23. My general rule is that I'd rather not go places that are too dumb to want me there. Be yourself, not what some height meter expects you to be.
  24. It sounds like you have a borked copy of the viewer. Try doing a clean re-install with a freshly downloaded copy. A "clean re-install" means getting rid of all traces of the previous installation. Not just the program folder that your Windows utility removes. See here for instructions >>> http://wiki.phoenixviewer.com/fs_clean_reinstall . Those instructions work for any viewer.
  25. Sometimes. Specifically what problem are you having? What do you mean by "loading"? Are you getting an error message? What is it? When does it happen? What computer are you using? How are you connected to the Internet? Can you tell us anything to help diagnose the problem? Click on the Options link in the upper right corner of your question and select EDIT to add information. Please do NOT start a new thread.
×
×
  • Create New...