Jump to content

MatKerekes

Resident
  • Posts

    8
  • Joined

  • Last visited

Posts posted by MatKerekes

  1. 20 minutes ago, MatKerekes said:

    I noticed that my linden balance was short of roughly 1.5k when I logged onto the sl homepage of my account, I was thinking that this was odd as I had been offline and did not make those purchases myself. I checked my linden transaction history and there were these two purchases listed as "Destination: Commerce Linden MKT2 Subscription" with each one costing L$799. I have checked my MP order history as well and no such purchases were made matching the description, so it must have been done in-world. Either I was charged by a vendor when I was offline (can this even happen?), and I was charged for a "subscription" (I never subscribed to anything), or someone had access to my account to make those purchases? I did a bit of research online and there were only results of people confusing "MKT2 item sale" as a purchase they did not make (I know that when you purchase something, it shows destination commerce linden MKT2 item sale), but has anything ever seen a "MKT2 subscription" charge? 

    a few things to keep in mind:

    I do not have premium membership;

    I rent a parcel at the moment and there was no outstanding rent payments as my next payment is in 64 days;

    I have a store (both in-world and on MP) that has gained some traction lately and I have a little bit of lindens saved up;

    I have seen a lot of what I suspect are bot accounts visiting my store in my visitor logs (They drop in and leave immediately and they are all blank profiles);

    I have already submitted a ticket and activated multi-factor authentication.

    attachment?token=eyJ0eXAiOiJKV1QiLCJhbGc

    ahh never mind i think i just figured it out, these were listing enhancement of two of my products that I bought last month, I was under the impression that it was a one time payment, but apparently you are automatically signed up for a subscription and they are renewed every 7 days and you have to cancel manually. So i must have been paying for these for weeks and only just now noticed.

    • Like 2
  2. I noticed that my linden balance was short of roughly 1.5k when I logged onto the sl homepage of my account on my browser, I was thinking that this was odd as I had been offline and did not make those purchases myself. I checked my linden transaction history and there were these two purchases listed as "Destination: Commerce Linden MKT2 Subscription" with each one costing L$799. I have checked my MP order history as well and no such purchases were made matching the description, so it must have been done in-world. Either I was charged by a vendor when I was offline (can this even happen?), and I was charged for a "subscription" (I never subscribed to anything), or someone had access to my account to make those purchases? I did a bit of research online and there were only results of people confusing "MKT2 item sale" as a purchase they did not make (I know that when you purchase something, it shows up as destination commerce linden MKT2 item sale), but has anyone ever seen a "MKT2 subscription" charge? don't you have to actually make the purchases yourself by buying from a vendor or can you actually be charged for something when you are offline?

    a few things to keep in mind:

    I do not have premium membership;

    I rent a parcel at the moment and there were no outstanding rent payments as my next payment is in 64 days;

    I have a store (both in-world and on MP) that has gained some traction lately and I have a little bit of lindens saved up;

    I have seen a lot of what I suspect are bot accounts visiting my store in my visitor logs (They drop in and leave immediately and they are all blank profiles);

    I have already submitted a ticket and activated multi-factor authentication.

    attachment?token=eyJ0eXAiOiJKV1QiLCJhbGc

  3. I have made a piece of clothing with multiple models representing different states, all rigged into one piece of clothing, essentially it would be getting dirtier and more worn, and I want it to change from state 1 to 2 to 3 to 4 on its own, and stay in each state for a specific amount of time, then stay in state 4 until the avatar does something to clean it up and then it can switch back to state 1 (the clean state). I am in need of a scriptor that can write a script for the functionality that i want, and maybe incorporate more into it. 

    Offering from 5k to 10k, inquire for further information. contact me in-world @ MatKerekes 

  4. 3 hours ago, Qie Niangao said:

    It's certainly possible. Whether there's an off-the-shelf script that does exactly what you want may be hard to discover. (I, at least, have no idea, and don't know the scripts you mention which I gather are common scripts for doing something related.)

    There are shirts and pants scripted to change which parts are visible based on touch or HUD control, so maybe they're using a relevant script you could discover by inspecting demos. Passage of time, hmm… probably that, too, like wet clothes that dry off or something.

    If you were to ask someone to make this script for you (perhaps on the Inworld Employment forum) it may help to have a little more specificity on a few points.

    • The surfaces involved are separate links in the linkset? Or separate faces of one or more links?
    • These are discrete states, right? i.e., the surfaces are either visible or invisible, not transitioning through a continuous range of alpha levels?
    • The textures are old-school "Blinn-Phong" materials, right, not PBR? (This one is kind of a big deal right now because we expect script control of PBR transparency to get a lot simpler soon-ish.)
    • The state transitions trigger based on just the passage of time, right, until it gets to the final state? and then what should the wearing avatar do to restart the sequence? touch? (Ease of touch for the user can depend on attachment point and model geometry) a HUD? a chat command? And it's always only the wearer who can trigger the restart, right?
    • What should happen when the item is attached from inventory, as when an outfit is worn or the user logs in? just continue where it left off, or reset to the first (or last) state?

    It's all possible regardless of those specifics, it's just a scripter would need to know. Also, this isn't a complex script in any case, but it could be really simple if the states were modeled either as the faces of a single link or all faces of a set of links; it's just ickier to have State One be several faces on several links, and State Two be several different faces on different links, etc.

    the surfaces are separate links in the linkset, essentially two mesh objects; they are discrete states, no transitioning needed; yes they are old-school texture materials; yes, only based on the passage of time, and it stays in the final state until an action is taken, i was thinking about incorporating a menu system so you can click on it and a menu would pop up showing options of what to do next, i was thinking maybe incorporating rlv as well so others can do it too but that might be complicated; i would love if it can continue from where it left off, as that would be more realistic.

    I have made a hud to do all of that at the moment, but ultimately that is not what I am hoping to achieve. Thanks for your response, and I will look on the Inworld Employment forum to see if I could hire anyone to create this specific script for me :)

  5. I have made a piece of clothing with multiple models representing different states, all rigged into one piece of clothing, essentially it would be getting dirtier and more worn, and I want it to change from state 1 to 2 to 3 to 4 on its own, and stay in each state for a specific amount of time, then stay in state 4 until the avatar does something to clean it up and then it can switch back to state 1 (the clean state). is it possible to do that with a script? I have tried the mesh object switcher and the alpha sequencer script on mp and they did not do what i wanted at all. I want something that can control the alpha of the objects within the linkset since i have all the states rigged together as one piece of clothing, and it can show only one or two objects in the linkset at a time.

  6. 1 hour ago, Persephone Emerald said:

    Salt & Pepper has a Cinderella gown that changes to Poor Cinderella's dress. It can be set to change at the top of the hour. I don't know to script this, but it seems like you could do something with timing in your script too.

    I also have an old  sculpted chair that wears out the more avatars sit on it.

    You should probably ask this question in the scripting subforum.

    Thanks! I will post this in the scripting subforum and I will check out the products you mentioned as well to get some inspiration!

    • Like 1
  7. I have made a piece of clothing with multiple models representing different states, all rigged into one piece of clothing, essentially it would be getting dirtier and more worn, and I want it to change from state 1 to 2 to 3 to 4 on its own, and stay in each state for a specific amount of time, then stay in state 4 until the avatar does something to clean it up and then it can switch back to state 1 (the clean state). is it possible to do that with a script? I have tired the mesh object switcher and the alpha sequencer script on mp and they did not do what i wanted at all. I want something that can control the alpha of the objects within the linkset since i have all the states rigged together as one piece of clothing, and it can show only one or two objects in the linkset at a time.

    • Like 1
×
×
  • Create New...