Jump to content

MartinRJ Fayray

Resident
  • Posts

    550
  • Joined

  • Last visited

Everything posted by MartinRJ Fayray

  1. Hello, have you recently uploaded a screenshot to your my.secondlife.com feed? When you do that, there's a checkbox 'include my location' in the screenshot-dialog, if this is ticked, you will publish your current in-world location together with the screenshot. Also it could just be by chance in case the simulator you've been in was using teleport routing, if that's the case everyone who teleports into the sim/parcel will land at the same spot inside the region.
  2. Hello, they most probably arrived, just look in your Received Items folder. The message you saw only means that you don't get any more notifications. Click here if you have troubles finding your items: http://wiki.secondlife.com/wiki/Inventory/Recent_Items_Tab ETA: If all of that doesn't help, and if the items don't show up in your inventory, please clear your cache and relog (go to http://community.secondlife.com/t5/English-Knowledge-Base/How-to-improve-Viewer-performance/ta-p/1316923#Section_.2 for detailed instructions). If that still doesn't help please follow the instructions from this page: http://wiki.secondlife.com/wiki/Inventory/Recent_Items_Tab - and also look in your trash folder. You can ask the Marketplace merchant for a re-delivery of your items (it often happens that items don't get delivered), or contact support. Both is explained here: http://community.secondlife.com/t5/English-Knowledge-Base/Shopping-in-the-Second-Life-Marketplace/ta-p/700189#Section_.2.2
  3. Hello, just put all the items together in the box. Here is a short video tutorial: Also you can use a script like this, to send the customer a folder when they touch your box: http://www.phpbbserver.com/thescriptshack/viewtopic.php?t=79&sid=01fd866692e37dd93862feb177fee3df&mforum=thescriptshack
  4. By "outside my home" do you mean in an adjacent region? Best is to contact support directly at https://support.secondlife.com/contact-support/ as a premium member.
  5. Here is an example script: http://wiki.secondlife.com/wiki/Update_distributor
  6. Be careful when switching states, because due to a server bug, the first touch_start event most likely will get dropped. https://jira.secondlife.com/browse/SVC-3017
  7. Hello, link two prims (cubes, see How to link prims) and add this script: integer open;default{ state_entry() { if (llGetNumberOfPrims() < 2) { return; } llSetLinkPrimitiveParamsFast(1, [PRIM_TYPE, 0,0,<0.000000, 1.000000, 0.000000>,0.900000,<0.000000, 0.000000, 0.000000>,<1.000000, 1.000000, 0.000000>,<0.000000, 0.000000, 0.000000>, PRIM_SIZE, <0.500000, 0.500000, 0.500000>]); llSetLinkPrimitiveParamsFast(2, [PRIM_SIZE, <0.500000, 0.500000, 0.010000>, PRIM_POS_LOCAL, <0.000000, 0.000000, 0.245001>, PRIM_ROT_LOCAL, <0.000000, 0.000000, 0.000000, 1.000000>]); } changed(integer change) { if (change & CHANGED_LINK) { llResetScript(); } } touch_start(integer total_number) { if (open) { open = FALSE; llSetLinkPrimitiveParamsFast(2, [PRIM_POS_LOCAL, <0.000000, 0.000000, 0.245001>, PRIM_ROT_LOCAL, <0.000000, 0.000000, 0.000000, 1.000000>]); } else { open = TRUE; llSetLinkPrimitiveParamsFast(2, [PRIM_POS_LOCAL, <-0.178574, 0.000000, 0.500004>, PRIM_ROT_LOCAL, <0.000000, -0.634393, 0.000000, 0.773010>]); } }}
  8. Hello, I sent you my collection of freebie gun/weapon scripts in-world, and you'll also find some example in the LSL library: http://wiki.secondlife.com/wiki/Category:LSL_Library
  9. Hello, check out the SMOKE particle template in the Particle Lab sandbox: http://maps.secondlife.com/secondlife/Teal/214/48/296 There are a couple of very nice, free particle templates free to use, together with instructions and tutorials on how to use them!
  10. http://maps.secondlife.com/secondlife/X/76/141/37
  11. MartinRJ Fayray

    repita2

    If you're having troubles with Internet Explorer, try using another browser like Chrome or Firefox to access the Second Life web page.
  12. Hello, did you recently re-activate your account? In this case you'll have to write a support-ticket and ask support to run their inventory repair-scripts over your inventory: https://support.secondlife.com/create-case/
  13. Hello, which viewer do you use? Maybe this document might help: http://wiki.phoenixviewer.com/tp_fail
  14. Hello, please file a ticket here: https://support.secondlife.com/create-case/ And tell them (you can copy-paste my quote): "I recently re-activated my account and my inventory doesn't work. Please run the inventory-repair scripts over my inventory. Thank you."
  15. Hello, I'm not very familiar with Firestorm, but did you check if you activated some kind of busy-mode in the viewer? Also do you experience the same problems in the official viewer?
  16. Hello, you can usually work-around the initializing VFS bug by manually purging your cache and / or wiping your settings: Browse to C:\Users\ USERNAME \AppData\Local, find the folder named SecondLife and delete the whole folder. Browse to C:\Users\ USERNAME \AppData\Roaming, find the folder named SecondLife and delete the whole folder. Then try to login again. (Make sure hidden files and folders are set to show in Windows: See http://windows.microsoft.com/is-IS/windows-vista/Show-hidden-files ) ETA: make sure to check whether you have some chatlog-files in these folders that you want to keep, before you delete them!
  17. Hallo, es gibt nur zwei Möglichkeiten wie man dich orten kann, entweder durch social hacking - also wenn man zum Beispiel Freunde von dir fragt wo du dich gerade aufhältst, oder dich jemand um einen TP bittet, oder wenn du einen Screenshot in deinem Feed (my.secondlife.com) postest und dabei den Haken bei 'Aufenthaltsort hinzufügen' setzt ('include location'). die zweite Möglichkeit wäre dass dir jemand ein Attachment gibt das deinen Aufenthaltsort regelmäßig übermittelt. Das ist aber extrem selten, und mir noch nicht untergekommen. Nur Linden Lab Mitarbeiter können ansonsten ohne deine Zustimmung im Gott-Modus des Viewers deinen Aufenthaltsort bestimmen. Falls du dennoch eine Möglichkeit gefunden hast, dann wende dich bitte direkt an Linden Lab und fülle einen Bug-Report im SEC - Projekt des Bug-Trackers aus: http://wiki.secondlife.com/wiki/Security_issues Es ist nicht gestattet über solche Hacks im Forum zu diskutieren.
  18. Hello, Does the whole avatar slide along or only the camera? Can you check if you're sitting on something or have anything attached to your avatar that could cause the strange behaviour?
  19. Hello, also see http://community.secondlife.com/t5/English-Knowledge-Base/Login-failure/ta-p/700109 for login problems.
  20. Hello, you can ask the customers whether other residents are able to sit in that same chair. Maybe there's a sim mountain or another megaprim in the way which would block the sit option.
  21. Hello, if the above doesn't help, you can also try un-ticking (or re-ticking if it was un-checked) HTTP-Inventory in your Develop-menu. (Firestorm: This menu is toggled via the Ctrl-Alt-Q key sequence, or from Preferences → Advanced ) and/or HTTP-Textures, and as a last option also try if switching over to Google DNS solves your problem: https://developers.google.com/speed/public-dns/docs/using?hl=de
  22. Hello, please use http://www.phoenixviewer.com/support.php for help with Firestorm. I have seen similar behaviour like that many times with all kind of viewers, it seems normal to me. Make sure you have the latest viewer installed, see: http://www.phoenixviewer.com/ for the download link for your specific opering system. ETA: I'm not 100% sure, but I guess one of the other tasks that also start up together with Second Life are using the second window. It could be the slplugin.exe or SLVoice.exe before it finished initializing. Those tasks are always running in background while your viewer is running. slplugin.exe is needed for the in-world media system, and SLVoice.exe for the in-world Voice-over-IP service.
  23. Hello, go to http://community.secondlife.com/t5/Base-de-conocimientos/Amistades-y-uniones/ta-p/700387#Deshacer_una_pareja If that does not work, you need to contact support at https://support.secondlife.com/contact-support/
  24. Hello, if all the above hints don't work, take a look at http://community.secondlife.com/t5/English-Knowledge-Base/Graphics-cards/ta-p/700073 As a last option you could manually add your graphics adapter to the gpu_table.txt file in the Second Life folder - at your own risk! ETA: If you're a premium member, you should contact support about your issue at https://support.secondlife.com/contact-support/
×
×
  • Create New...