Jump to content

Dora Gustafson

Advisor
  • Posts

    2,120
  • Joined

  • Last visited

Everything posted by Dora Gustafson

  1. llMapDestination is very useful but has it limitations. Only works for scripts attached to avatar, or during touch events.
  2. SecondLife.log that's interesting reading:matte-motes-yawn:Thank you for the advise!
  3. Does anyone recognize this problem? I had it on and off during the latest 5 versions or so. I kind of hoped the crash reports would sound the alarm at LL but no luck so far. The viewer freezes after half an hour or so and a crash report is send. It looks like the problem arise sooner in crowded rooms. My computer runs WinXP with 2GByte ram memory. At the latest freeze 10 minutes ago 2.5GB memory were utilized. Anyone tried something like this or know anything about it? PS! It may be that the new viewers are outgrowing my system, but I don't think it should crash like this anyway:smileysad:
  4. If by programs you mean servers there are 4 right now: Main channel, RC Blue Steel, RC Le Tigre and RC Magnum
  5. Rolig has told you how to change your profile To change anything else related to your account go to your Dashboard The Dashboard can be accessed from the side bar in viewer 2 It can also be accessed by logging in on this webside The menu on the left side can take you to all account related stuff
  6. Sarrah Windlow wrote: I have an item I wanted to set so that the default action is to sit on it, but when I set it that way and then try to sit on it I get the error message: "No room to sit here, try another spot" If it say "No room to sit" it is probably what it is:smileyvery-happy: The reason can be: Prim too small Prim too close to other prims Prim hiding behind a transparent prim or inside a bounding box of another prim
  7. You have a world map on your browser and one when logged in they work differently In world you just mark the spot you want to go and then teleport to it Using the browser map you need to be logged in as well Find the location click: Visit this location, then you get a landmark in world which you can teleport to
  8. Are you asking how to delete your account, your viewer or Second Life as such with its thousands of sims and residents? Me, I am puzzled:smileytongue:
  9. What do you have so far? This is a simple question about calculating the child's positions from the scale of the root prim and the scale of the child prim. Isn't it?:smileyhappy:
  10. It is not hard to make a breathing animation and QAvimator is good for it. All you have is the spine to operate on At the bottom of the breath it is more bend than it is at the top of the breath What you need is a bottom breath pose and a top breath pose Start with the bottom breath pose 1.5 seconds later you have the top breath pose 2.5 seconds after that you repeat the bottom breath pose When you cycle this animation the avatar will breath Note 1: the durations are estimates Note 2: the animation can be refined with more steps and by keeping the bottom breath pose for a short while
  11. Items don't show anywhere else but in game, but I guess it will be sufficient to be virtually, not physically, present to unpack them. Items are transferred to your account whether you are logged in or not. It is still up to you to receive and unpack what you buy and for that you need to be logged in. For all details see Shopping In The Marketplace
  12. What first comes to mind is llEjectFromLand(key user); It is simple and effective. I don't know enough about the conditions to say if you can apply it though:smileyvery-happy: If you seriously want to be alone use llTeleportAgentHome(key id)
  13. Aspect ratio doesn't matter in the web profile The small profile picture is a cut square from the picture you upload When you click on that the full picture is shown with the aspect ratio it was uploaded with
  14. jjccc Coronet wrote: there is a way of getting smooth spheres in sl i think as a particle bubble ive seen them and they are smooth all the way round All particles are flat as freckles, even bubbles:smileyvery-happy: But the viewer always shows you the full picture no matter the viewpoint. Just like floating/hovering text
  15. Conifer Dada wrote: The main bug, for me, when shadows are enabled, is that 'shiny' stops working. This is the general conception, but take a closer look. Shiny along with the general rendering is much more natural now See this link
  16. You hopefully won't need the magic box for more than 3 months The Market Place team is working on a Direct Delivery Program that will eliminate Magic Boxes It is expected up and running this summer:smileyvery-happy:
  17. My advise would be: do not give your items away for free! Even a small price of L$1 would filter out all those who buy it just because it is free and don't care about what they are buying. Forget about moderating the reviews and ratings:smileyvery-happy:
  18. There are scripts made just for this Here is one of them It won't help you if the object is no-modify though
  19. Try this: default{ touch_start(integer total_number) { llInstantMessage(llDetectedKey(0), llDetectedName(0) + ",This is a raid!!!"); }} This will send an IM to the one that touches and say the name of the same person. Look up the touch_start event handler and llInstantMessage
  20. llGetLinkPrimitiveParams( primindx, [PRIM_TEXTURE, i]); will return a NULL_KEY and not the texture's key if not in a full permission object. If the texture's key is obtained this way it may explain what is going on
  21. Locate the line: dHandle = llListen(dChannel,"","","");  Change it to: dHandle = llListen(dChannel,"",llGetOwner(),""); 
  22. Darrius Gothly wrote That doesn't have any effect on an item that the Merchant cannot copy but can sell (Transfer). If SLM doesn't take it into their inventory at the time of listing then the Merchant is perfectly capable of taking it back out of their Outbound Delivery folder at any time. What makes you think that LL cannot block items in the new folders? I guess the new folders will have features we haven't seen before.
  23. Will a merchant need any land in SL to keep the shop on the marketplace? Obviously you won't need land for a magic box or anything. Ultimately I could give up all my land and turn my premium account into a basic account.
×
×
  • Create New...