Jump to content

TheOriginalLixy

Resident
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Since the latest region restart (approx.) 13, Dec 2023 the BUMP sound has changed and I couldn't figure out how to get rid of it. I had previously added a "no bump sound script" to my items (house, steps, etc.) that had worked perfectly until the restart. (I use Firestorm) I found the answer here: https://jira.secondlife.com/browse/BUG-234835 I'm not saying it's a fix, I'm only saying it worked for me. It would only be for your own items as SL is still working on this fix for the upcoming holidays as per the above link. I used a "no more bump" script named 'Simple Collision Sound stopper by Cheyenne Palisades and replaced the old sound 'llCollisionSound("", 1.0)' with the new sound 'llCollisionSound("900bdb8a-a208-1c9b-c08e-c67016bf3069", 1.0)' so the script now looks like this - //----- // Simple Collision Sound stopper by Cheyenne Palisades default { state_entry() { llCollisionSound("900bdb8a-a208-1c9b-c08e-c67016bf3069", 1.0); } touch_start (integer x) { // Here you can make the script do stuff when it's touched, if that's your inclination } } //----- Make a new script>>add this in the new script>> add script to item>>refresh I hope this helps someone ♥Lixy♥
  2. Thank you, he did just that. I was able to group things as I wanted, take - as coalesced objects, and clear his land of all my items. Thank you for the information.
  3. Hola. How do I retrieve all my items from a previous "landlord" that has banned me from the land I was "renting"? I had filled a 1/2 sim full of items and then was told I need to pay $11,000 L's (this was the first the landowner had mentioned the rent) I was banned off the land with all my items still there (lots of no copy items) within hours. Is there anything I can do to get all my items back?
×
×
  • Create New...