Jump to content

Rolig Loon

Resident
  • Posts

    46,330
  • Joined

  • Days Won

    5

Everything posted by Rolig Loon

  1. Good question. Is it happening everywhere, or just on some sims? If you go to a nice quiet sim like Smith, do you walk at a normal speed? When you walk, do you walk at a uniform speed, or do you sort of jerk forward a little bit at a time, like you're being pulled on a bungeee cord? One way or another, you are experiencing lag. By studying some of those questions, you can narrow down the problem to decide whether your own computer and its Internet connection are the cause, or whether you're just on a laggy sim. Take a look here for the range of possibilities. If you want to provide extra information or need to clarify your question, click on the Options link in the upper right corner of your question and select EDIT. Please do not start a new thread. Doing that makes it hard for us to see what other people have already suggested, and it pushes other residents' questions off the page.
  2. Try the category Land & Region >>> Report a region offline . Your sim isn't actually "off line" but that should catch the techies' attention as long as you describe the problem adequately.
  3. Linden Lab tweaks the configurations from time to time, so there is no such thing as a "class 5 sim" or a "class 8 sim". The only promise they make any more is that any full region will have "class 5 or better" capacity, but they do not promise that a region will stay on a certain class any more. A full sim is sharing a server with up to 3 other sims at any given time, as well, so even knowing which server is running your sim today won't necessarily tell you how its performance may look tomorrow.
  4. Translators require a lot of memory, even if you are dealing with a limited vocabulary. Unfortunately, LSL is not well-designed for handling data-intensive tasks. The maximum size of a LSL script is 64K, and that includes all space used for the script itself and for data storage and manipulation. Language translation inevitably involves a lot of sorting operations, too, so even more of that storage is used for temporary list manipulation. The bottom line is that all but the simplest translation systems -- few words, no grammar or syntax correction -- are much better done outside of SL on dedicated servers, and then piped in by HTTP. If you are trying to write something very simple indeed -- essentially a substitution cipher (like a Little Orphan Annie decoder ring) rather than a real translator -- you can get a start with the small example that Miranda Umino posted in this thread. You can search for other ideas in the LSL Scripting forum archives.
  5. You can get a Magic box here: https://marketplace.secondlife.com/p/Xstreet-SL-Magic-Box/36791 HOWEVER ..... You should only be using a Magic Box if you are trying to add one-of-a-kind items -- items for which YOU do not have copy permission. That would include things like breedables and fairy eggs. All other items -- that's 99% of the stuff sold in Marketplace -- must be sold through its Direct Delivery system. That means uploading items to your MP store with the Merchant Outbox in your SL viewer--- not with a Magic Box. Please read all instructions at http://community.secondlife.com/t5/English-Knowledge-Base/Selling-in-the-Marketplace/ta-p/700193#Section_.4.2.1 . In fact, read that entire article.
  6. Um.... in a very vague way, yes. You're not giving an item that will go to someone's inventory. You're rezzing an object with a script in it. So your "button" activates the rezzer and captures the new object's UUID. Later, when you want to delete the object, you click a "Delete" button to send the "DIE!!" mssage to that object. I've frankly never peeked inside AvSitter (does it have mod perms?), but if I were modifying my own sit pose script to do this stuff I would probably be adding a llRezAtRoot function in the run_time_permissions event so that it rezzes the new object. I'd add an object_rez event to grab the object's UUID, and I'd add a dialog function in a touch_start event that would handle the "DIE!!" message.
  7. I've never bothered to use AvSitter myself, although I know it's a fine script. If I want something to disappear when I stand up, I need two scripts. One is in the object that will disappear. It listens for a code word from the other script -- the one that controls my sit animation -- and vanishes when it hears the message. I have the changed event in my animating script written something like this... changed (integer change){ if (change & CHANGED_LINK) { gAv = llAvatarOnSitTarget(); if (gAv != NULL_KEY) // Avatar has just sat down { llRequestPermissions(gAv,PERMISSION_TRIGGER_ANIMATION); } else // Avatar has just stood up { llRegionSayTo(DisappearingObject, secret_channel,"DIE!!"); // Send code word to the other object } }} I know the UUID of the DisappearingObject because I grabbed that in an object_rez event when I rezzed it in the first place.
  8. That would be a little less than $5 US. The best way to "earn" it is to skip lunch today and bring that $5 in world instead. It's quick and easy, and you won't have to work anywhere near as long in RL to earn it back again as you would need to in SL. :smileywink:
  9. Most dance machines behave in similar ways, so you can usually walk into a new club and understand quickly how to use their dance machine. Every once in a while, though, you can be surprised by one with a new menu or a different activating button. If you ever have a question and don't see an obvious sign, just ask someone who is already dancing. They obviously figured it out.
  10. It's possible that you didn't click the wrong age at all. After all, how hard is it to remember your own birthday? Instead, you may just be trying to visit places that won't admit newcomers to SL. It's nothing personal. Club owners can have a hard time with griefers, and it turns out that a high percentage of griefers have been in SL for less than 30 days. They either get bored and leave by then, or they are banned. As a defensive measure, then, club owners often routinely block anyone who is "underage" in SL from entering. If that's your problem, just wait until mid-October and you should be fine. BTW, just so you sound less like a newbie.... SL doesn't have "rooms." That's IMVU. :smileywink:
  11. He doesn't sound like a sweet guy. On the other hand, a landowner has an absolute right to ban or eject anyone from his land. He doesn't need to offer a reason. He doesn't even need to have one. Linden Lab won't display even the slightest interest unless there is a TOS violation involved. See the TOS, Sect. 6: "You are solely responsible for your interaction with other users of the Service, whether online or offline. We are not responsible or liable for the conduct or content of any user. We reserve the right, but not the obligation, to monitor or become involved in disputes between you and other users." It's time to move on and find a new place to enjoy Second Life.
  12. It means that you have included at least one prim that contains a no-mod script, animation, sound, texture, or other asset. The permissions of your final linkset cannot be less restrictive than the lowest-perm items in the linkset. So yes, you have to go through and edit every single prim until you find the one that contains the no-mod item. I'd suspect that you are using a no-mod script in a door, for example.
  13. KarenMichelle has given you the answer that is usually correct. Sometimes, though, your IP address can be blocked accidentally by Linden Lab. You can try to grab a new IP address by shutting down your router for a few minutes --- just unplug it from the power -- and then starting it up again. You may have to do that two or three times. See if you can log in then.
  14. The easy way to find out is to take off each attachment you are wearing when these things happen. That includes hair and any HUDs too. Then rez them, one at a time, on the ground and use your Edit tool to examine each individual prim in each item, looking for a copy of that LM. There will be a script in that same prim, used to hand out the LM. Remove both. This can be a slow process, especially if you are not used to using the Edit tool or if the stuff you are wearing has a ton and a half of prims.Treat it like a treasure hunt, though. The prize is that you'll be able to wear your things again without worrying about this annoyance.
  15. As we described in the replies to this very old thread, this sort of weapon can cause permanent damage to your graphics card. It essentially overloads it to cause burnout. Fortunately, it is very rare in SL. You are doing the right thing by submitting an Abuse Report. As you note, though, a truly determined griefer may continue to come back under a new account each time he is banned. Your only sure defense is to avoid being in places where you are likely to run into him again.
  16. Look here for ideas. You should understand that most unskilled jobs in SL do not pay very well at all. (Actually, all jobs in SL do not pay very well, by RL standards.) If you have a special skill as a creator (a scripter, a builder, an animator, ....) or as a performer (a DJ, a musician, a dancer .... ), you can earn enough to cover your in-world expenses. If you devote a lot of time and energy to it, you can earn a comfortable living. Those jobs do require expertise and usually some investment in specialized software or items in world. If you are looking for a job because you want to try something new and exciting, that's great. If you are doing it simply because you want to have some money in SL, you are better off just buying L$ on the Linden Exchange. You can live quite comfortably in SL for the price of a Big Mac and fries.
  17. Você está usando o tradutor da língua no seu visualizador SL? Você está usando uma conexão de Internet sem fio? Qualquer uma dessas coisas pode fazer com que suas mensagens digitadas a ser duplicado.
  18. Bummer. I hate to say it, but I am out of ideas, at least temporarily.
  19. With the recent implementation of SSA, bake fail has become much less of a problem for most people than it once was. It still happens, though, especially to people who have weak or flaky Internet connections. Wireless is sometimes part of the problem, so you ought to move to a direct cable connection from your computer to your router if you haven't already. There are several new suggestions for dealing with bake fail that you may not have seen or tried yet. Take a look here.
  20. Rats. We're exhausting all the easy, obvious solutions. OK ..... Here's another direction to consider >>> http://wiki.phoenixviewer.com/fs_freezing . That article was written for Firestorm users but applies to any viewer.
  21. Rolig Loon

    License

    Be very suspicious about this. Double check -- heck, triple check -- the address that you were logging in to. You may have picked up something with a bogus URL that is spoofing the Second Life login. The only licenses you have are the ones that are explicitly mentioned in the TOS. You do not pay for those. If you have a Premium membership in SL, you are paying a membership fee. If you own land, you are paying land fees. Those will not be described as "licenses". The only situation that I can imagine that could be legitimate would be if you are using some third-party program like Photoshop or Maya to create things for SL and are paying for a short-term license to use them from some keyserver. In that case, though, the message would come from those providers, not from Linden Lab, and it would not appear when you click the SL login screen. The bottom line: Don't give anyone money unless you understand what it's for and who you are giving it to.
  22. Right-click your avatar and choose My Appearance. The APPEARANCE window opens. Click the Gear icon in the bottom left corner and select New Clothes. Select the clothing item you wish to create (in this case, New Tattoo). The item automatically appears on your avatar. Adjust the sliders until the clothing is the shape you want. Click the Texture box to select a clothing texture from My Inventory, or drag the texture from My Inventory onto Texture. It is applied to your clothing item and becomes visible within moments. If desired, click Color/Tint and add an additional color to the entire article of clothing. Click Save As at the bottom left of the APPEARANCE window. Add a description in the text box, then clickOK to save your work. In the Edit Outfit tab, remove any item of clothing you don't want to wear by clicking the X to its left or right-clicking the item and selecting Take Off.
  23. Maringo Serrati wrote: The CPU can handle 64bit, I checked it before changing to a 64bit OS. Else I wouldn't be able to run Windows either. That's not what she's suggesting. Your CPU may be able to handle 64-bit, but for reasons that I do not understand some 64 bit systems have a hard time running SL, which is a 32 bit program. Most computers will simply look at SL and realize that they need to emulate a 32 bit processor. You may need to force yours: Locate your desktop shortcut for your viewer Right click on the icon and select Properties Select the Compatibility tab Check the “Run this program in compatibility mode for:” and select Windows XP from the drop down From the sound of it, though, you may have a damaged installation. That can happen easily enough, and the solution is to do a clean reinstall of the viewer and try again. Be sure you do it the right way, though >>> http://community.secondlife.com/t5/English-Knowledge-Base/How-to-uninstall-and-reinstall-Second-Life/ta-p/1375231
  24. The best advice I can give you is to take your time. You don't need a home to get along in SL, but you do need to understand how things work so that you know how to evaluate all the options ahead of you. First, about Linden Homes. You should read this article if you haven't already. It will answer most of your basic questions about Linden Homes, perhaps dispelling some of the stories that you may have heard second-hand. There are definite advantages to owning a Linden Home. Highest among them is that it gives you a low-risk way to experience home ownership/landmanagement/interior decorating without having to worry yet about buying land, paying monthly land fees, and purchasing or building your own house. There are also disadvantages. You can't modify the home itself, can't move or resell it, and can't run a business in it, for example. Like any property in SL, however, you can leave it at the drop of a hat and try something else if you want to. If you want to leap right ahead to owning your own parcel and putting a house on it, I'd suggest looking for the land first, to find a neighborhood you like and landscape you will be able to afford (and can fit your dream house on). The best way to approach that challenge is to attend Lindal Kidd's free class on land ownership on Friday evening, so that you at least understand what you are getting into. How to Buy and Rent Land in SL Time: Friday, 17:00 SLT Instructor: Lindal Kidd You do not have to have land in Second Life to have fun but it sure helps! Introduction to Land will teach you the basics of how to find, buy or rent, and sell land in Second Life. There is also an introduction to land controls, and a discussion of the risks and rewards of land on Private Estates versus the Linden Lab owned Mainland. Caledon Oxbridge offers classes every week. All classes are free and open to everyone. Unless otherwise noted, classes are taught at the Caledon Oxbridge Lecture Hall located between the "Cathedral/Gateway" and the "College of Avatar Motion". Location: http://slurl.com/secondlife/Caledon%20Oxbridge/78/140/29/ Website: http://www.caledonoxbridge.org/ Then start exploring, and do take your time. Visit sims that have Japanese themes to see how they are set up (and whether they have parcels you might rent?). Keep your eyes open for homes that look appealing and will fit onto the land you own or are thinking of buying. Use your Edit tool to find out who built them and then use Search to find where they may have a sales area that you can visit. The best way to avoid being conned is to do your homework. Get another cup of coffee. Ask questions.
×
×
  • Create New...