Jump to content

Fritigern Gothly

Resident
  • Posts

    2,182
  • Joined

  • Last visited

Everything posted by Fritigern Gothly

  1. There are a few web based XMPP clients around. Just have it connect to the server of your choice. You could use the in-world brower or make a MOAP object to display and use the web based client on. https://xmpp.org/software/clients.html
  2. Join the in-world Lelutka group. I'm sure there's a sign in the Lelutka store to invite you to the group.
  3. No. It is not possible to choose a location. Assignment of homes is, aside from the choice of themes, completely random. Having said that, it is entirely possible that you'd manage to end up in the home next to your friend, but that would be pure luck.
  4. The only solution to this is to make sure you are BOTH online when the friend request is made and accepted.
  5. If I were to describe it myself, I would choose words like kawaii, harajuku, japanese school girl (not necessarily uniforms!), asian teenage fashion. I have no store suggestions for you though, this is outside of the style I like to go for, no matter how cute and pretty it is, but perhaps the keywords I gave you could help.
  6. Those "random" calling cards are the calling cards that are created when you accept a friends request. Simply put, a calling card is a hotlink to someone else. So it would appear you have passed the other person the calling card which points to one of the people you are or have been friends with, but it definitely did not point to you.
  7. When uploading the 8x8 texture, it is upscaled to (IIRC) 128x128 and in the process, a certain smoothing is applied. This blurs the texture and is what you see.
  8. That is not what the OP is asking for. They said "I would like to detect if the user edits the object and changes the description.", they say nothing about touching the object. Now, if you look up the changed() event, you will notice that there is no CHANGED_DESCRIPTION trigger so this is the closest equivalent and with a very conservative timer too.
  9. Sit closer to your router, this usually improves the quality of any wifi connection.
  10. This should work string gDesc; // We keep the global variable for use in the entire script default { state_entry() { gDesc = llGetObjectDesc(); // Store the current value of the object's description into this global. llSetTimerEvent(30); // Every 30 seconds, change as needed } timer() { if(llGetObjectDesc() != gDesc) { llOwnerSay("Description changed!"); gDesc = llGetObjectDesc(); // Update the value of the globalk variable so can compare again later; } } }
  11. You do realize that the houseboat not rezzing is a glitch, and that the responsible Mole/Linden could fix the glitch at any time, right?
  12. If I IM someone out of the blue to compliment them on their avie, I package it like "Hi, just wanted to tell you that I love what you did with your avatar, I especially like <the_thing_I_like>. That's really all I wanted to say, I hope you have a wonderful day!" Sometimes that leads to a further conversation, and sometimes it goes unresponded to. Either way I get to tell someone I like their avie 🙂
  13. The only benefit you will have is that you only have 1 tattoo layer to worry about instead of 10. The overhead of downloading 10 textures (what you called image files) is negligible if you count all the textures you are already downloading upo login, assuming the textures are not yet cached, of course. However, as you already suspected, that is not how it works. Your viewer tells LL's server(the bake server) that you are wearing 10 tattoo layers, in such-and-so order and that there is supposed to be a skin layer below it with such-and-so texture, etc, etc. The bake server then goes to work and combines all these textures into a single one and sends that back to the viewer, and the viewer displays that texture on the appropriate attachment or body part.
  14. Met my partner in SL in 2009. got married in RL in 2011, still married and both still on SL. Does this answer your question?
  15. Not easy when your password was changed by whoever hijacked your account.
  16. Check out https://speedlight.io/ wich is actively being developed, is listed in the TPV directory and runs in your browser, on Android and on iOS.
  17. Remove the payment functions and you can still use it as a random item giver which would be perfectly legal. It's the exchange of money that makes gachas problematic. So just store the user's ID in a list and add a 10-min timeout per play or so to avoid your players from hitting the machine a million times in 2 seconds and get all the prizes+rares and to add an element of "keep them wanting more" to it.
  18. Boring shot because I have just moved and am still setting up stuff. There are 2 pose stands, a towel that I am playing with to modify, a small box with a test script and a large prim that I used to rez a few paintings on.
  19. I was going to recommend the same thing. I am pretty certain that LL will make the farm go poof because this is clearly NOT the intended use of Linden Homes.
  20. It's been a while (almost 10 years) since I last used voice and/or video in Skype, but I would say just about the same, if not better than what I remember Skype is like. Discord is aimed at people who have or want to be a community, whereas Skype is all about the individual experience even though group calls are possible. Give it a go, I like Discord better than I have ever liked Skype, but your standards may be different than mine. If you find you don't like Discord, you can just delete your account and uninstall Discord.
  21. I was about to suggest that one as well. It has a good sound quality as well, better than SL Voice IMO
×
×
  • Create New...