Jump to content

Rolig Loon

Resident
  • Posts

    46,273
  • Joined

  • Days Won

    5

Everything posted by Rolig Loon

  1. Take a deep breath. Next time you talk to the billing office, be polite and patient. Don't say "Billing History", because history has nothing to do with it. You simply want to be able to delete credit card information from your account. Explain that for some odd reason, the big X next to your credit card information at https://secondlife.com/my/account/billing.php doesn't do anything when you click on it. You'd like them to please click it for you. Now, there still might be something wrong with your credit card, or with the way you entered the information, but that's a different matter.
  2. 1. Create the notecard 2. Save it in your inventory 3. Drag/drop it from inventory onto the avatar you want to give it to, or drop it into the text field when you are sending the person an IM. This is exactly what you do to send anyone anything in SL.
  3. You're expecting too much out of your graphics card. You'll have to choose a lower setting than Ultra if you expect faster loading. You might be able to get by with turning off some function like basic Shaders instead, but it's probably smarter to just use the lower graphics setting.
  4. Th function that you want is llSetTextureAnim . There are examples in the wiki to show you how it works. Basically, you just need to provide the number of frames in each row of your texture and the number of rows overall. If you don't feel like writing your own tiny scipt to use that function, take a look at http://www.peregrinesalon.com/anim/ , which not only creates a multiframed texture (the part you have already done) but also provides a custom script to run it in SL.
  5. That is a script error message, created when the script is supposed to stop some animation that you are using, but doesn't have permission to do it. That sounds a little screwy, but it happens a lot. Typically, you have been sitting on a pose ball or a scripted chair of some kind and have just stood up. You gave permission to start an animation when you sat down, but that permission is revoked the instant that you stand up. So the script screams its error message at you. The problem can be traced sometimes to poor scripting. A newbie scripter can easily write code that tries to start or stop animations wihout asking first. In your case, that's not likely, because you are using well-known commercial scripts that work fine for other people. My guess is that you have been using the HUDs incorrectly. Each of those HUDs should restart as soon as you attach them from inventory, and that should force the script to get permissions. Try detaching and then reattaching a HUD to see if that helps. If not, select your HUD with your Edit tool and then use Build >> Scripts >> Reset Scripts to restart it. If that doesn't work either, you may need to contact the creator for further advice, or at least read the instructions that came with the HUD. ETA: A script has no way of knowing which viewer you are using, or what computer you have, so those bits of information are nice to know but irrelevant. There are a handful of functions that require a viewer with a V3 codebase (like Firestorm or V3 itself) and would fail on 1.23 or Phoenix. There are no functions that work only on V1, however.
  6. Did you look at the script that I just pointed you to?
  7. It all depends on how the script is written, but in general the door should not be the root prim of the linkset and the script should not be in the door. Take a look at http://community.secondlife.com/t5/LSL-Library/Linkable-Multiprim-Sliding-Door/td-p/722649 , for example.
  8. Rolig Loon

    Bidoof Push

    I don't have a clue what a Bidoof Push is, but Lindal is right. If you push another person without permission, you can find yourself ejected, AR'd, and potentially banned from SL. Give it up, Bucko.
  9. It's a two step process. First, you have to go to your dashboard at secondlife.com and select Sell L$ from the menu on the left. Follow instructions there to sell the number of Lindens that you choose. When other SL residents have purchased your L$, the sale proceeds will be deposited in your USD balance. Then (second step here) you can submit a credit transfer request to send dollars to your PayPal account. Read these two articles for more important details >>> http://community.secondlife.com/t5/English-Knowledge-Base/Buying-and-selling-Linden-dollars/ta-p/700107#Section_.1 http://community.secondlife.com/t5/English-Knowledge-Base/Account-balance/ta-p/700015#Section_.2
  10. You get a new home the same way that you got the first one. Go to Linden Home registration and log in with your Second Life account and password. View the four themed communities and home options within each theme. Click on your preferred home image. Name your home. Click Next. Read the Terms and Conditions and check the box agreeing to them. Click Accept. Review your Linden Home information on the confirmation page. Click Go to your Home or use the SLurl provided. Choosing a Linden Home is sort of like choosing a home in RL. The one that you like best might not be available today, so you have two options.... take a different one instead or wait a while and see if the one you want is available later. People leave Linden Homes all the time. When someone leaves the one you want, maybe you'll be there to claim it.
  11. The only reason you have a limit is because you are still a newbie. After you have been in SLfor a little while, your limit will increase. You can also request an increase now if you wish. See Billing and Trading Limits to check your limits Under Billing, select LindeX Billing and Trading Limits Review Reqest. Fill out the remaining fields as instructed, then click Submit. We'll review your request and get back to you within five business days.
  12. We have absolutely no idea. We don't even know which viewer you are using. We don't know anything about how you have set it up, or what computer it's on either. We don't know how you are connected to the Internet. Heck, we don't even know if you are crashing. You didn't tell us about any error messages, so you might just be disconnecting instead of crashing. You can add important information to give us a clue about what's wrong by clicking on the Options link in the upper right corner of your question and selecting EDIT. Please do NOT start a new thread.
  13. default{ touch_start(integer num) { string group = llList2String(llGetObjectDetails(llGetKey(),[OBJECT_GROUP]),0); llSay(0,"To join our group, click this link >>> http://world.secondlife.com/group/" + group); }} That ought to do the trick. Just put it in a prim that you have set to your group.
  14. Well, the syntax error is easy enough. You're just missing a right parenthesis. llSitTarget( <0.00, 0.00, 0.80>, llEuler2Rot(<0.0,0.0,PI> ) ); The reason you turn around,of course, is because the internal animation that is triggered when you go in the "Edit Appearance" mode is called "turn_180". That's the one I called in this Multipose Stand too. If you don't really want that anim, you could always substitute another one like, for example, "stand". It won't put you into the spread-eagle pose, but it won't turn you around either. See other possibilties at http://wiki.secondlife.com/wiki/Internal_Animations .
  15. That's very unlikely. To hack your account, a person would have to get into Linden Lab's servers. Frankly, it's not worth the trouble of doing that if they're only going to get a measly $65. It's much more likely that you either gave someone else your password or that you fell for some sort of scam. Many SL residents have been sucked in by phishing operations this season. Of course, it also possible that your money isn't missing at all. Before you panic any more, check the Transaction History on your dashboard at secondlife.com >> Account . You will see a complete record of any changes in your account balance for the past 30 days --- amount and to whom each was paid. You may discover that you just forgot some big payment. The balance that shows in the upper right corner of your viewer screen in world is often out of sync with those records, BTW, so you might also find that the real balance on your dashboard isn't missing $65 at all. Now, if you have given your password to someone else -- either accidentally or on purpose -- your account could be in jeopardy. Here's what to do -- and do it now..... Your account may have been compromised if: You can't access your account. You suddenly notice a reduced available balance on the payment source you have on file. If this happens, contact us immediately! Here's what to do: Go to the Second LIfe Help page and log in if you can. If you can't access your account, use the Forgot your login information? link on the right to recover your username and reset your password. Then log in. On the Second LIfe Help page page, click the Contact Support link on the right. On the next page, click Submit a a Support Case form. Under What type of problem are you having?, select Account Issue. A second dropdown appears. Under Account Issue, select I believe my account has been compromised. Fill in the rest of the fields as directed. Click Submit. Check your email for your case number. Call our fraud number: 800-860-6990. Once you do this, Linden Lab will place your account on hold and investigate the relevant transactions. This may take a few days. Once we have concluded the investigation, we'll send you an email explaining our conclusion and the action we will take. Note that all transactions involving Linden dollars are subject to Linden Lab's Terms of Service. Tip: Even if you are able to log into your account, we recommend that you change your password immediately to something secure and unique. Changing your password regularly is one good way to protect the safety of your account. For information on how to change your password, see the How to change your password section of this article.
  16. When you register for Second Life, you provide your birth date, because you are required to be at least 16 years old. If you are 13-15 years old, you may be allowed if you are restricted to the estate of a sponsoring organization. For more information, see Teens in Second Life. To access adult content, you must be at least 18 years old.
  17. No. Have you tried viewing on a different monitor or --- even better -- a different computer? The simplest explanation is that your intensity or contrast has changed on your monitor, or that something similar has shifted in your GPU.
  18. It's not strictly an "upgrade." It's exactly like RL. You need to buy the sim from whoever owns it now, or find another sim to buy. There are loads of details to be aware of, so I'll give you a couple of Knowledge Base articles to get you started now .... http://community.secondlife.com/t5/English-Knowledge-Base/Buying-land/ta-p/700043 http://usd.auctions.secondlife.com/ http://community.secondlife.com/t5/English-Knowledge-Base/Buying-Private-Regions/ta-p/700045 Once you've read those, though, I suggest that you take the land class offered on Friday evenings at Caledon Oxbridge University to get a much better feel for what's ahead. With luck, Lindal Kidd will be along here shortly to describe what that's all about. It's her class.
  19. You've already suggested the best solution. Stop using the feeds. I never pay any attention to them myself, and my life is much easier. :smileylol:
  20. That's an odd combination of symptoms, but the "host not found" error message usually means that your computer and SL's servers have momentarily lost contact with each other. (1) Try shutting off your computer, unplugging the router and modem for a couple of minutes, and then plugging them back in and restarting. That simple step may clear up everything. If not, then ..... (2) Add Google's free public DNS servers to whatever your ISP assigns you as a default. Here's how >>> http://code.google.com/speed/public-dns/
  21. You either sell it to someone else or you abandon it. So.... either read this >>> http://community.secondlife.com/t5/English-Knowledge-Base/Selling-and-renting-land-to-others/ta-p/700135#Section_.1 or ... Right-click on the land you own and select About Land. The About Land window opens. In the General tab of the About Land window, click Abandon Land.
  22. OK, I'll bite. Why is that any more elegant or efficient than integer n = llGetInventoryNumber(INVENTORY_TEXTURE);while(n){ --n; llRemoveInventory(INVENTORY_TEXTURE,n);} ?
  23. Your first name is tyr567 and your last name is RESIDENT. You and thousands of other people. Welcome to the extended family. The only time you will ever need that information is when you log in with a couple of the third party viewers.
  24. Rolig Loon

    same as

    Nope. You just have a borked installation. Do a CLEAN reinstall and try again. Here's how >>> http://wiki.phoenixviewer.com/fs_clean_reinstall
×
×
  • Create New...