Jump to content

Dante Tucker

Resident
  • Posts

    219
  • Joined

  • Last visited

Posts posted by Dante Tucker

  1. It depends on what the bot is used for. I have a chat bot stationed at one of our community areas, people love talking to it. Even if most of his responses make no sense. :P

    • Like 1
  2. It has no effect on the actual permissions of the individual components of the product though. It may be no perms in inventory, but you can still rez it, take out the anim and transfer or copy. It's a right in SL that can't be taken away.

    Beware of licenses which say you must not do either, they are unenforceable.

  3. Only thing I don't like about this is the assumption that you want her help. She should be used to to people ignoring her, especially noobs. It shows she probably has not been working there very long.

    If you are someone who wants to help new people let them ask first, a lot of people prefer to learn on their own and don't want your help. Prepare to be ignored, it does not mean they are a griefer.

  4. When you link prims one prim becomes the main prim, the others are called child prims. When an object is selected the contents window shows only the contents of the main prim, in order to see the contents of a specific child prim you must check "Edit Linked" in the top of the build menu.

    Choosing which prim will be the main prim when you link them is easy, you just select it last. Whichever prim is selected last before the link operation will be the main one.

    The main prim is highlighted in yellow when selected, the rest in blue.

  5. Edit: Too fast Knowl!

    There is a lot of ways to get to the abandon button other then clicking the ground.

    Try the menu option World > Place Profile > About Land

    Clicking the title of the land at the top of your screen also brings up the land info.

  6. There is actually odd cases where objects can end up on a parcel without either having rezzed on it, or entered it from an adjacent parcel.

    A second case is on regions that have a prim bonus set, and the region as a whole has somehow gone over it's shared 15,000 prim limit.

    Third case; You downsize your amount of held land in a region, putting you over your combined prim limit. These three odd cases is all the system  you are mentioning is for.

    If you try to rez an object on a full parcel normally you will still get the message "the way it used to be" as you put it :)

     

  7. It's a pretty low end card designed for netbooks and the like, meant for reading email and looking at facebook and not much more.

    This is becoming a problem now that more people are getting little mobile devices. Such things are not meant for Second Life. You need a computer with a fast processor and graphics designed for gaming. Laptops and other mobile computers usualy do not have such things.

  8. Which is it 10 or 15? I did ten seconds.

     

    integer toggle;default{    state_entry()    {        llSetTimerEvent(0.5);    }    timer()    {        if(toggle){            llSetLinkAlpha(LINK_SET, 0.0, ALL_SIDES);            llSetTimerEvent(10);        }else{            llSetLinkAlpha(LINK_SET, 1.0, ALL_SIDES);            llSetTimerEvent(0.5);        }        toggle = !toggle;    }}

     

×
×
  • Create New...