Jump to content

Rolig Loon

Resident
  • Posts

    46,117
  • Joined

  • Days Won

    5

Rolig Loon last won the day on December 7 2023

Rolig Loon had the most liked content!

Reputation

36,620 Excellent

Retained

  • Member Title
    Flagrantly Humble

Recent Profile Visitors

17,928 profile views
  1. J.C. Bach: Sonata No. 5 in A Major, Op. 17, No. 5 - I. Allegro
  2. Friedrich Gulda & Claudio Abbado - Mozart: Piano Concerto K488
  3. Most of your if statements should be else if .... As it is, they are mostly being ignored.
  4. Me too. I can nurse a 20 oz mug of coffee for a few hours and still have comfortably warm coffee in it. Coffee is a lot more forgiving than tea, though. I'm not sure that its flavor wouldn't degrade.
  5. Oh, you're concerned about this test? If you are hoping to detect hits that are not on the torso, then what you want is more like if (hitPos.y>=((hitPos.y >= theirPos.y-(0.1*sizeY)) || hitPos.y>=(theirPos.y+(0.1*sizeY))) assuming that the torso is centered on the bounding box and is only 20% of its total width.
  6. Where you're going wrong is that arms might be anywhere from the extreme left side of the bounding box to the extreme right side, including right in the middle. You won't be able to distinguish between a hit on an arm and a hit on the torso, and you won't even be able to tell the right arm from the left arm, since it's hard to get the av's rotation reliably. Your vertical method works pretty well because the torso's a big target and your Z slices can distinguish fairly reliably between a hit on the head and one in the stomach.
  7. It's just you. Link a couple of prims together and drop this script in them: default { touch_start(integer total_number) { llSay(0, "Touched link #" + (string)llDetectedLinkNumber(0)); } } The script should detect a click on either prim correctly. It does for me.
  8. I'm not surprised that you have fair success with shots on the torso, but it's going to be harder to target left and right. avSize.y is the Y dimension of the av's bounding box, but the arms could be anywhere inside that. Depending on the anim, your target's arms might be stretched out or folded in, or anywhere in between, but the cast ray will simply report that it hit the bounding box.
  9. Saki's stories were often like that. He was basically a satirist, making fun of all sorts of societal customs of his day, so a lot of his plots had endings that were counterintuitive. My dad, for whatever quirky reason, loved them. I remember reading them myself when I was young.
  10. Rolig Loon

    Access issue

    Ah.... no. Estate can't be missing. All land anywhere in SL is part of an estate. Look under the WORLD menu at the top of your screen. If you're in the standard viewer, select the Region/Estate option. In Firestorm it's called Region Details. That will show you the screen I showed in my last post.
  11. Anyone related to me just smiles politely when I mention SL, which is just as well. This is my escape hatch, where I can relax and do weird things with total strangers and a few select friends who may be imaginary for all I know.
  12. Rolig Loon

    horse avatar

    Welcome to the forums! There's no really good place for a suggestion like this in the forums, sadly. If you'd like to get someone to create a horse for you, you might try posting in the InWorld Employment forum. If you want suggestions about where to look for a horse that you haven't found already, maybe the Wanted forum is right. Otherwise, the Creation forums don't work because those are for creators exchanging ideas or moaning to each other about things that don't work. And this Answers section isn't going to work either because it's for asking how SL works (or why it doesn't). I'm not sure what to suggest except maybe try contacting some of the current mesh designers directly with a personal message. There are some very talented creators out there. Good luck.
  13. Rolig Loon

    Access issue

    Stand in your parcel and open About Land >>> Access: If that top box is UNchecked, check it. Leave the other two boxes UNchecked, as I have. If your About Land display looks like mine already, then have a look at the Region/Estate settings: You can't do anything about these unless you happen to own the whole estate or region, but your display should look like mine, at least to the extent of having that first button UNselected so that residents don't need to be on the estate's Access list. If the Anyone Can Visit button is selected, but the 18+ box or the Payment Info box are checked, then that will explain why some of your friends can't enter.
×
×
  • Create New...