Jump to content

Billysue Bluebird

Resident
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Billysue Bluebird

  1. strange thing i just noticed. most people comenting here are arround my sl age.

     

    ID BE OLDER BUT LINDENS DELETED MY WHOLE HOUSEHOLDS SL ACCOUNTS IN 2009 AND SAID I COPYBOTED! IVE ALWAYS WANTED TO ASK THEM WHO THEN MADE THE THINGS ?I STARTED IN 2006

    • Confused 1
  2. 3 hours ago, Happy Toshi said:

    Any news ?

    my best selling seems to have changed for the first time since being completly wrong for months. Ive been only selling things ive never sold in 10 years. now my skybox wich ive sold several thousands of for 1l shows near top. but i still feel like im just starting over trying to biuld sales from 0. I dont understand why they have relavent by default ive never searched by relavant amazon doesnt have relavant.

  3. Best selling.. I figured it out.  It only shows 104 pages of results if you have set to show 96 items per page.

    I looked threw all 104 pages and my skybox wich is 1linden and i've sold 5,500+ of, is not there! so ill never sell anymore! because its not there!

    but it shows alot of things id never buy and doesnt look like have sold much if any.

    I went from sometimes being on page 1.... too............ not shown.

    I feel like they  reset the Best selling list too day 1. If thats the case it would take maybee 200 years to get my sales to where they were before with no advertizing and the amount of items on marketplace now.

    • Like 1
  4. 7 hours ago, Polenth Yue said:

    I tested this to see if I could reproduce it. My test product did move from second place to first place for the test search when I removed the info in brackets (leaving three words as the title). However, when I added random words with no special characters to the title, it went right down the search results. When I had the title with the three words and a random hyphen, I was in the top spot again.

    I think what's happening here is that the more words there are, the less important each word is seen as being. It's not so much the special characters, but just that it's more stuff in the title. People only tend to add hyphens and brackets when they've used a lot of words.

    In another thread, I commented on adding keywords to the features section to make my products go up in search. Doing that and making the titles shorter is getting my stuff to the top of some searches, so it's worth making the edits.

    Yes if you have a good store and you sell 500 different houses, change the name of all 500 houses to just "House" I bet you would make alot of money

    • Like 1
  5. 19 hours ago, Happy Toshi said:

    We need to come to the realization sales or views apparently don’t matter anymore. What matters now is what is saleing at this moment. Your hard work doesn’t matter to them because apparently they think it’s either old or not saleing to there expectations  and now the marketplace is pretty much a joke. On the lighter side it’s a joke in the “now”.

     

    On 4/8/2023 at 6:43 AM, Rowan Amore said:

    The default when searching a merchant's store is Newest.  General search is still Relevance.

     

    19 hours ago, Happy Toshi said:

    We need to come to the realization sales or views apparently don’t matter anymore. What matters now is what is saleing at this moment. Your hard work doesn’t matter to them because apparently they think it’s either old or not saleing to there expectations  and now the marketplace is pretty much a joke. On the lighter side it’s a joke in the “now”.

    They should rename both Best selling and relevance "Random"

  6. this week I sold 10 freebies one day and then basicly nothing since, I used to average sell 10_15 each day and i do not ever advertize so i think that makes me a good indicator of MP performance. 

     

        just curuis for info   and im not a necro something or other like jes that guy that caled me one  is    

     

     

    "ill f*ck you up I have alts"

  7. hi if you would look closely at my first post you see im replying to someone that instead of posting a new thread found this one. my sales have again been  halted again for days and now in 5 hours ive sold 7 things(this very day). people want to know info like this.

     

    im guessing your the kind of person that if i rezzed a cage from 2006 and you TPed into it you would assume i caged you

     

    and im deciding you also would report me a also just decided you ruined SL

  8. im a couple years late on my reply but low sales periods seem to just get worse and worse. I go from averaging selling 10+ freebies a day.......... for weeks and then Bam............. nothing nothing nothing. I think its a unfare monopoly  for the merchants that got reviews on X street when people could press 1 button and review an item.. there things sell over and over because of the rattings new people will never achieve.

  9. it seems to be working again. my pacrel says aprox 16,000 kb and I have 4 skyhouses and other things and the niebor who just moved in with a breedable farm who complained to me about my things shouting uses   106,343  kb and none of my things work well anymore and the sim has 0 script time left

  10. Billysue's hard work

     

    //billysue's  linked message(wheels that turn)
    integer MyNumber = 16;


    default
    {state_entry() {
        
      }
        link_message(integer sender, integer num, string msg, key id)
        {
            if (num == MyNumber)
            {
                if (msg == "foward")
                {
                    llTargetOmega(<0,1,0>,PI,1.0);      
                }
                if (msg == "stop")
                {
                    llTargetOmega(<0,0,0>,PI,0.0);   
                    }
     if (msg == "reverse")
     {
    llTargetOmega(<0,-5,0>,PI,1.0);      
                }
            }

        }
    }
    /////////////////////////////////

    and this is what you add to the car script below

    llMessageLinked(LINK_SET, 16, "foward", "");

    llMessageLinked(LINK_SET, 16, "reverse", "");

    llMessageLinked(LINK_SET, 16, "stop", "");

×
×
  • Create New...