Jump to content

Rolig Loon

Resident
  • Posts

    46,402
  • Joined

  • Days Won

    5

Everything posted by Rolig Loon

  1. When you become a Premium member, you get a waiver for the land fees for a 512 sq m parcel on the Mainland. You may choose to use that waiver to claim a Linden Home, which sits on its own 512 sq m parcel, or you may apply the waiver to any other parcel that you buy on the Mainland. That is, if you buy a 512 sq m parcel, your land fees on it will be $0. If you buy a parcel that is in the next tier ( 512 < x < 1024) , you pay $3 a month instead of the normal $8 for a parcel in that tier. See here for more information >>> http://community.secondlife.com/t5/English-Knowledge-Base/Buying-land/ta-p/700043#Section_.3
  2. Hehe .... OK... I wouldn't normally put a redundant + sign in front of a positive integer, but for completeness, do this ... list integers = ["+","-","0","1","2","3","4","5","6","7","8","9"];integer gLisn;default{ touch_start(integer num) { llListenRemove(gLisn); gLisn = llListen(91,"","",""); llTextBox(llDetectedKey(0),"Type an integer and click \"Submit\".",91); } listen (integer channel, string name, key id, string msg) { llListenRemove(gLisn); integer Flag = TRUE; integer i; for (i=0;i<llStringLength(msg);++i) { if (llGetSubString(msg,i,i) == llUnescapeURL("%0A")) { if (i == llStringLength(msg) -1) { msg = llGetSubString(msg, 0,-2); llSay(0,"Final carriage return removed."); } else { llSay(0,"This message contains a non-integer."); Flag = FALSE; } } else if (( !~llListFindList(integers,[llGetSubString(msg,i,i)] )) || ((~llListFindList(["+","-"],[llGetSubString(msg,i,i)])) && (i != 0))) { llSay(0,"This message contains a non-integer."); Flag = FALSE; } } if (Flag) { llSay(0,"The message in the Text Box is an integer = " + (string) msg); } }} This time, I anticipated your next challenge, Dora. If someone types an integer and then hits the ENTER key before clicking the Submit button in the text box, this version will ignore the carriage return and still recognize the string as an integer. This is getting ridiculously clunky now, but it works. :smileyhappy: Edit: Cleaned up code. A little less clunky.
  3. It's really quite simple, probably. You belong to one or more groups that are expecting you to share in group liabilities for things like the L$30 a week that it costs the group to show their land in Search. That's the default in all groups, but many group owners change it so that only they and a few managers pay the costs. If you prefer not to pay your share, you may leave the group, or maybe send the owner a polite IM and ask her or him to reconsider how costs are shared. BTW, any time you wonder where your L$ are going, just go to your dashboard at secondlife.com and navigate to Account >> Transaction History. You'll be able to see who has given you L$ and to whom you have give yours during the past 30 days.
  4. We're not script consumers here. We're script creators. The people to ask are people who are likely to buy your product. That said, it sounds like a nice challenge. Go for it. :smileywink:
  5. If you want help solving the problem, you'll have to tell us what it is first. How far do you get through the login process before it stops working? What error message do you get, if any? Have you ever been able to log in before? If so, what have you changed recently? What computer are you using? What graphics card? What operating system? What kind of Internet connection? What SL viewer are you using? To tell us something useful so we can start figuring out what's wrong, click on the Options link in the upper right corner of your question here and select EDIT. Please do NOT start a new thread. BTW, this is a resident-to-resident Answer service. We are all SL residents like you. There are never any Lindens here.
  6. Dora Gustafson wrote: This is fairly tight, but does not include negative integers. It's a good thing that the OP is so vague, It allows many interpretations:) Good point. I'll pop back up there and accomodate negative integers. :smileyhappy:
  7. Comprar mais terra. Para cada m² de terra que você possui, você terá 0.228 prims. Em alguns sims privadas, o proprietário pode redistribui prims de outras áreas para aumentar o número em seu próprio pacote, mas isto é incomum.
  8. Try http://search.secondlife.com/?query_term=fish+hunt&collection_chosen=all&sort=&isLeftColOpen=true
  9. Rolig Loon

    Game

    Read the Linden Lab Gambling Policy very carefully. If you have doubts about whether your game is "legal" after you read the policy, it probably isn't. In other words, interpret the policy conservatively.
  10. It probably is a DNS issue, but it might not be easy to solve by simply changing to the Google DNS servers. From the support team at Firestorm..... If your friends list and your group list are both empty and you disconnect on every teleport, can't initiate IM sessions then you most likely have this issue VWR-25426 or VWR-26759 if you are on a Mac and this issue only happens to you on Mesh enabled viewers. This issue can also, apparently, be triggered by time change (ie, daylight savings). The fix here is to set up Google Public DNS or OpenDNS. If changing the DNS servers hasn't worked, read through the very lengthy set of comments on those two JIRAs for other suggestons. Also, consider the possibility that your router may be failing.
  11. Or try this ... list integers = ["-","0","1","2","3","4","5","6","7","8","9"];default{ //more stuff goes here .... listen (integer channel, string name, key id, string msg) { integer Flag = TRUE; integer i; for (i=0;i<llStringLength(msg);++i) { if (( !~llListFindList(integers,[llGetSubString(msg,i,i)] )) || ((llGetSubString(msg,i,i) == "-") && (i != 0))) { llSay(0,"This message contains a non-integer."); Flag = FALSE; } } if (Flag) { llSay(0,"The message in the Text Box is an integer = " + (string) msg); } }} ETA: Modified, per Dora, to recognize negative integers.
  12. Ich meine im Voraus für die diese Informationen von http://community.secondlife.com/t5/English-Knowledge-Base/Account-credentials/ta-p/700017#Section_.5 zu entschuldigen. ..... Ihr Konto wurde möglicherweise gefährdet, wenn zu haben: Sie können nicht auf Ihr Konto. Sie plötzlich eine Verringerung des verfügbaren Saldos auf der Zahlung Quelle, die Sie auf Datei. Wenn dies geschieht, kontaktieren Sie uns sofort! Hier ist, was zu tun ist: Gehen Sie auf die Second Life Hilfe-Seite und melden Sie sich an, wenn du kannst. Wenn Sie nicht auf Ihr Konto zugreifen, verwenden Sie die Daten vergessen? Link auf der rechten Seite, um Ihren Benutzernamen zu erholen und Ihr Passwort zurücksetzen. Dann melden Sie sich an Auf der Second Life Hilfe-Seite klicken Sie auf den Kontakt Support-Link auf der rechten Seite. Auf der nächsten Seite, klicken Sie auf Senden aa Support Case Form. Unter welchen Art von Problem ist aufgetreten?, Wählen Konto herausgibt. Ein zweites Dropdown erscheint. Unter Konto herausgibt, wählen Sie Ich glaube, mein Konto gehackt wurde. Füllen Sie die restlichen Felder, wie verwiesen. Klicken Sie auf Senden. Überprüfen Sie Ihre E-Mail für Ihre Fallnummer. Rufen Sie unsere Betrugs-Nummer: 800-860-6990. Sobald Sie dies tun, wird Linden Lab Ihrem Konto zu halten und die betreffenden Transaktionen zu untersuchen. Dies kann einige Tage dauern. Sobald wir die Ermittlungen abgeschlossen haben, senden wir Ihnen eine E-Mail erklären unsere Abschluss und die Maßnahmen wir ergreifen. Beachten Sie, dass sämtliche Transaktionen mit Linden-Dollar unter Linden Lab Nutzungsbedingungen sind.
  13. So long as you have a Magic Box and Linden Lab hasn't told us that it's time to abandon them, you could sell the eggs through Marketplace that way -- one at a time, as separate one-of-a-kind objects, or boxed in sets. Direct Delivery isn't set up to handle one-of-a-kind items yet, though, so it's not an option. If you want to try selling them direct to like-minded people, then you could join one of the many in-world fairie groups, assuming that they don't mind their members selling stuff to each other. When I type "fairies" into http://search.secondlife.com, and aim at Groups, I get a huge list of possibilities. I leave it to you to sift through them.
  14. The "Waiting for Region Handshake" message occurs when the Second Life Viewer does not receive an acknowledgement from the server. The usual cause of this error is a firewall blocking UDP packets. Reconfigure your firewall to resolve this problem. For information on how to configure firewalls, see: Using Second Life with a firewall. You might also first try simply logging in to a different sim. Occasionally that message means that the server for the sim you are aiming at is daydreaming. It probably is a firewall problem, but it doesn't hurt to try the easy step first.
  15. Gifts from Marketplace have been problematic for a long time. It's all too easy to have a gift sent to someone whose "in box" is capped and therefore rejects the gift. Even if that doesn't happen, the Marketplace software seems to take delight in losing gifts. There are a handful of JIRAs on the subject. Here are a couple of tips: 1. Before you send a Direct Delivery gift to someone, be sure that the person has a Received Items folder in which to receive it. One good way is to ask the person to "buy" something free from Marketplace like https://marketplace.secondlife.com/p/Direct-Delivery-Linden-Bear/3290638 or https://marketplace.secondlife.com/p/MAGIC-WAND-Stops-Animations/3475671 first. 2. Money is a great gift, and it lets the recipient buy something that he really wants instead of something that you want. If the recipient likes to shop, consider the gift of time spent together in world while you help him pick out the perfect present. 3. If all else fails and you are truly wedded to idea of sending gifts from Marketplace, be prepared to send each merchant a friendly note, complete with all the details for your transaction, when it doesn't arrive. Merchants have grown to expect this, and most are glad to try redelivering any missing items.
  16. @Vladan -- In case you're curious, the thread that Talia is referring to is http://community.secondlife.com/t5/LSL-Scripting/mulling-llGetRegionAgents/m-p/1527007#M10782
  17. There are several ways to sense more than 16 avatars, but they won't work in a HUD. Basically, you need to either rotate the scanner in place or send it out as a scanning drone, to cover overlapping areas. Even making a multi-prim scanner won't work in a HUD, since all sensors will look in the direction that you are facing. If you need to keep your script in a HUD, using llGetAgentList is probably your best bet. I know it seems wasteful, but unless you have a gigantic number of avatars in the sim it shouldn't take long (or a lot of script memory) to filter the list. If you're only interested in people within 20 m, you may be able to scan only for avatars in the parcel, too, instead of the whole sim.
  18. If you have a failing memory chip, you will probably need to replace it. I'd suggest taking your machine to a reputable repair shop and asking them to check it thoroughly. Tell them that you are getting a 0xC0000005 error, so they know where to start looking. As I said above, I am not a hardware expert, so all I know is in the web reference I cited.
  19. That's a communication problem between your computer and SL's servers. Information about your appearance has to be "baked" onto your avatar on your own computer, saved there, and then uploaded to SL before it's fully visible there. If the necessary information is messed up in transmission, you may end up with a borked file on your computer, or SL's servers may end up with a borked image. Either way, your av's appearance defaults to a fluffy cloud. Your friend doesn't have a messed up file in her avatar's files on the same computer, so she looks fine. Anyway .... What works to repair the damage for one person won't necessarily work for the next person, and it may not be the same thing that works for you tomorrow. See the full list of possibilities here >>> http://wiki.phoenixviewer.com/doku.php?id=fs_bake_fail . Start with the simple things at the top of the list and work down until you find what works for you today. You may find that the bake fail problem comes back repeatedly, even after you fix it with one of the suggestions on that wiki page. If so, you have a chronically weak Internet connection. There are many steps to take for repairing it. Perhaps the simplest ones -- ones that work best for most people -- are: (1) Don't Use WIRELESS. Wireless connections are inherently less stable than direct cable connections and are more vulnerable to interference. Then, (2) Reboot your router. Unplug it from the power for a few minutes to let it clear its RAM. Then plug it back in and let it get a fresh hold on an IP address.
  20. Bummer. I am out of guesses for now. Maybe something will occur to me in my sleep. If so, I'll post it in the morning. Meanwhile, hope that Nalates pops around to see this thread. She's not a Mac person either, but she usually has useful ideas. Good luck for tonight.
  21. Joshua Taggart wrote: Update: I can help Cat get logged in. If she clears her cache, logs in she will load just fine. This is until her viewer begins to load her inventory. Once she does that, she crashes and then insta crashes each log in afterwards. I was even able to get her to do a character re-test, then she crashed. The above leads me to believe that she is having a server side issue with her inventory. She is using Exodus, and is the only viewer which allows her to stay logged in as well. Have you tried doing a manual clearing of cache? >>> http://wiki.phoenixviewer.com/fs_cache_clear . That will clear out more than just the texture cache. You may also want to delete the user settings, which is a bit more drastic, but may be necessary if they are borked. Here are the instructions for Mac with Firestorm. Any other viewer will look essentially the same.... If you're using OSX 10.7 Lion, you will need to show hidden folders to find the Library. Go to User/Library/Application Support and delete the Firestorm folder. NOTE: If you wish to preserve your chat logs and/or contact sets, then you will need to make a backup copy of them before deleting the contents of the folder just named. The folder contains one or more folders in turn, each one named after your SL user name(s). Inside each of these folders, locate the chat log files. These will have the names of your groups and the people with whom you have had conversations. The contact sets file is named settings_friends_groups.xml. Select the chat log files, and the contact sets file (settings_friends_groups.xml), if you wish, and copy them to a location you can easily locate later, like a temporary folder on your deskstop. After this, you can erase the entire contents of the Firestorm folder. Then proceed as described below, install (or reinstall) the viewer, and run it once to have it recreate the default files. Once you have logged out again, you can copy the chat logs and contact sets file back where they were.
  22. I'm truly grasping at straws now. I didn't realize that we were dealing with a Mac, so I just looked for JIRA issues that are Mac specific. Take a look at https://jira.secondlife.com/browse/VWR-28520 , for example. I didn't see an answer to my earlier question... is this a crash or a disconnect? Any error messages?
  23. It can sometimes take anywhere from a few minutes to a day or more for your items to be delivered. Not that it helps now, but to remember for the future: (1) Don't overuse the shopping cart. It is easily confused if you put more than a couple of things in it. (2) Don't buy things from Marketplace (especially LOTS of things) unless you are in world to receive them at the time. We each have an "in box" that holds IMs, notecards, group notices, group invitations, and anything that is delivered to us if we aren't in world at the time. That "in box" can only hold 25 things, total. If anything else comes in, it isn't saved. It is gone ... poof .... forever. If you have a mess of things delivered from Marketplace and half your friends send you notecards, that in box will be capped and you will never know what happened. So, what do you do now? ....... To get a record of the individual items in your order, open Marketplace and click the My Marketplace menu at the top of the page. Select My Account >> Order History from the pulldown menu. If you do not receive items within about 24 hours, you should cut and paste the information about a missing item from that Order History and send it in a IM or notecard to the merchant, along with a polite message requesting redelivery. Most merchants are very kind and willing to redeliver. This happens all the time and they are aware of it. Do be patient, though. Not everyone logs in to SL every day or checks their e-mail. If you still haven't heard in another day or two, follow it up with a second polite note and finally, if you STILL haven't heard, file a support ticket at https://support.secondlife.com/create-case/ , selecting Marketplace from the pulldown menu.
  24. I still think it's unlikely to have anything to do with the account. It's a connection issue of some kind. Did you try any of the suggestions that Lindal gave when you asked your question at http://community.secondlife.com/t5/Avatar/avatar-stuck-in-cloud-form/qaq-p/1402239 a while ago? The two problems -- crashing and bake fail -- are almost certainly related. Take a look at Nalates's blog here >>> http://blog.nalates.net/2011/10/26/troubleshoot-your-sl-connection/ for suggestions about how to troubleshoot your connection and, possibly, fix it. Let us know if anything works (or doesn't), but please don't start a new thread. It just makes it hard for people who come in to the middle of a conversation to know what you've already tried. Just click on the Options link in the upper right corner of your question and select EDIT. ETA: I should have thought to ask..... are you actually crashing, or are you disconnecting? That is, do you get any error messages, or do you just disconnect? If you are disconnecting without any error messages, there's always the scary possibility that you are overheating. If it's been a while since you blew the dust and cat hair out of your machine, do it now, and be sure that your fans are spinning freely. Heat can cause serious damage to your GPU or motherboard. Once of the first symptoms is a tendency to disconnect after a couple of minutes in a heavy graphics environment --- like SL
  25. Continued at http://community.secondlife.com/t5/Avatar/SL-crashes-few-minutes-after-log-in/qaq-p/1568195#M9183
×
×
  • Create New...