Jump to content

Niall Braveheart

Resident
  • Posts

    160
  • Joined

  • Last visited

Posts posted by Niall Braveheart

  1. 6 hours ago, Theresa Tennyson said:

    Assuming you still have access to that E-mail account, you could turn on "Send offline IM's to E-mail" and get someone to send you an IM when aren't logged in.

    Don't think that will work, I believe Offline IMs now only go to verified email addresses!

    A verified email address is required in order to:

    From the knowledgebase

     

  2. Rez a cube

    x= 0.05
    y= 0.01
    z=0.01

    Then set slice to

    Beginning 0.0
    End = 0.1

    Alternatively if doing it with mesh, you need to place a small invisible triangle to "trick" the system to thinking it's larger, similar to the trick used so mesh doors pivot arounf their edge

    https://community.secondlife.com/forums/topic/338230-options-for-scripting-doors/

  3. If it gave you a message about being spammed with urls, is it possible the object has been somehow blocked from sending any more dialog/popups to open the url.

    Maybe try it in a new cube or in a different region.

  4. After the line

    llSetText("Mere's Tipjar!", <1,1,1>,1); //Change the hovering text here

    Add

    llDialog ( llGetOwner(), name + " tipped you " + (string)amount, [] , -9168 );

    Change the -9168 to some other randon nnegative integer

  5. One other point which I haven't seen mentioned, is that a rez box won't work well with no-mod items.

    Typically they require dropping a script in the object to be packaged in the box to record its positon relative to the rez box, and then move it to the correct position when it is rezzed again.   You won't be able to do this with no-mod items

    If you put the items in the box without having added the script and recording their location, then the box will just rez them at the position the box is at and leave them there, you will need to position them manually yourself.

    • Like 3
  6. 3 hours ago, Dakota Linden said:

    Hi Sassy!

    The demo's and variants issues that you raised are not a Policy issue, but a design issue. 

    The demo's originally were only intended to be purchasable through the link on the main items product listing, but unfortunately, the code base for the Marketplace didn't allow that unless the listing for the demo was also active. 

    Unfortunately, color variants are also limited by the same issue with the demo's.  It is not possible with the code base to have variants purchasable through the primary listing.  They too must have their own listing.

    Cheers~

     

     

    The code might not allow you to do exactly what you/we want, with variants/demos but there I'm sure there are other things that can be done to make things better.

    For example a check box similar to the permissions one to indicate if a listing is a demo or not , users could then filter on this in a similar way to how they are already able to filter for specific permissions.

  7. Highly desirable attractive waterfront parcel available to rent, 4976 sqm 1708 prims, with unnrestricted access to open sailable water.

    Come and have a look you won't be dissapointed, keep the house we already have there or use your own the choice is yours.

    Click here to visit this parcel

    Winchester_001.png.dffb55d6c4d8af1f8c2bfe07eebca8d1.png

    Enjoy the stunning views

    Winchester_002.png.b56e4370a5a236cd105c7b89d9cfa691.png

    Also access to shared facilities and activities including club/hangout area, jetski's, hangliding and rowing boats.

    If you have any queries or questions then please Contact Theresa Manning or Niall Braveheart.

    ~Sweet Harmony Rentals ~
    more then prims and meters ....it is a life style.~

    Click here to visit the Information Center

     

  8. Looks like your trying to count up to 10 seconds

    In which case I would use llResetTime and LLGetTime

     

    integer Count;default{    state_entry()    {        llResetTime();        llSetTimerEvent(0.1);    }     timer()    {        Count = (integer)llGetTime();		if ( Count <= 10)		{			llSetText((string)Count + " Seconds!\n\n ", <1,0,0>, 1.0);		}		else		{			llSetTimerEvent(0.0);		}            }}

    (Edited to fix syntax errors and typos)

     

     

    • Like 1
  9. We have something for everyone at Sweet Harmony Rentals.

     

    • Waterfront Parcels
    • Roadside Parcels
    • Island Parcels

    Use one of our homes or use your own the choice is yours

    Parcels come with control of Security, Privacy and Media land settings 

    All our renters have access to a number of community features including

    • Dance Area
    • Cuddle Island
    • Jetski Rides
    • Hangliding
    • and more ....

    We also have a number of Large and Small skyboxes available.

    Visit our information center to see all our currently available properties, and find your ideal home today.

    http://maps.secondlife.com/secondlife/Peach/56/185/22

    Please contact Theresa Manning, Niall Braveheart or one of our managers listed at the information center if you need any further details or assistance.

     

    ~ Sweet Harmony Rentals ~

    "More than just meters and prims ... it's a lifestyle"

     

  10. Put it in your profile, see if you can get some friends to too

    Spend time on making your listings properly so they they rank well in search

    If you have an inworld presence place some sort of sign in your store

    Provide good customer support, so your customers will be happy to recommend you to others.

     

     

     

     

  11. Spacious roadside store, ideal for a new or expanding business

    16x28m with 225 prims
    This store is on it's own parcel so you change the name to match your store/brand name ,choose your own background audio and control your security. For additional 30L$ a week (as charged by Linden Labs) you can even have your store listed in search.
    We can also add your logo to the store window so it's clear for all to see.

    All this for 450L$/week, what are you waiting for start or grow your business now.

    Come check it out at http://maps.secondlife.com/secondlife/Peach/182/153/34

    

    For more information contact Theresa Manning, Niall Braveheart or one of our managers, who are listed at our information center.

     

    ~ Sweet Harmony Rentals ~

    "More than just meters and prims ... it's a lifestyle"

    Visit our information center to see all our currently available properties.

    http://maps.secondlife.com/secondlife/Peach/56/185/22

     

     

×
×
  • Create New...