-
Posts
157 -
Joined
-
Last visited
Content Type
Forums
Blogs
Knowledge Base
Everything posted by Galaxy Littlepaws
-
Easter Egg Hunt - Spoiler
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in General Discussion Forum
Okay, after getting that hurdle out of the way, the rest of the eggs were easy to find. These are some lovely gifts, you Moles have done it again. -
Easter Egg Hunt - Spoiler
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in General Discussion Forum
Thanks, I had to search for Portal Park but I finally managed to get there and get in. I guess the direct SLURL just won't work. http://maps.secondlife.com/secondlife/Portal Park 1/75/207/56 In case anyone wants a link to there. I've been able to TP to Adult places just fine, seems to be an issue with how they have access to the region set up. -
Hey, I went to the location on the Easter Egg blog post, found the egg 1/5, but I can't go to the next location. Spoiler: [18:38] LDPW // Easter Egg 2019 - 1/5: Grab a drink and make sure you donโt grab a dinosaur egg by mistake! PaleoQuest A1 (94,148,31) http://maps.secondlife.com/secondlife/PaleoQuest A1/94/148/31 I keep trying to TP there and it won't let me. I'm seeing a lot of confused people saying they can't TP there either.
-
Second life virus
Galaxy Littlepaws replied to JaclynFashion's topic in General Second Life Tech Discussion
I saw him going on and on in the Firestorm support chat about it a while back. Very annoying, I had to block him. -
Okay. So I need to have another option for when pathfinding does not work (like when it is disabled on a region or someone is annoyed that it is making their LI higher but still wants their purchase to move about and is unhappy about that). So I need to figure out how to solve the issues in the original post, with no pathfinding. I keep trying to figure out how to code a "Stop" in the script but I'm not quite seeing how to do it. Adding in a stop sequence where it does this instead doesn't seem to be working. I don't think I'm looking at it right. llSetForce(<0,0,0>, 0);
-
Link to forum in main site menu doesn't work
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in Second Life Web
The Forum and Blogs links redirect correctly now -
Link to forum in main site menu doesn't work
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in Second Life Web
Oh, I just tested the Blogs button and same result. It's trying to go to https://community.secondlife.com/t5/Blogs/ct-p/Blogs -
Today I tried to open the forum through my account page on the main site and it gave an error. It is trying to open https://community.secondlife.com/t5/Forums/ct-p/Forums instead of the correct https://community.secondlife.com/forums .
-
"Not enough leased parcels in selection to join"
Galaxy Littlepaws replied to Galaxy Littlepaws's question in Land
Okay, apparently I wasn't wearing the Officer tag, and I needed to relog multiple times and I was finally able to do it.- 1 reply
-
- 1
-
Hello, I'm trying to join some group-owned land and I keep getting this error "Not enough leased parcels in selection to join". I am an Officer in the group and have Join/Subdivide rights. Even if I subdivide one of the parcels, I get this error trying to join them back. They are all owned by the same group and have the same names. I was only able to find three posts on the forums about this error and they did not help. This is Mainland.
-
I know that. I mean with the script in my original post as I've been running into other issues with pathfinding, making it not completely feasible.
-
Okay, I have been struggling with using Pathfinding due to the increase of LI, my own Region's odd pathfinding bug that even LL can't fix, and the fact that some places my product will be on don't have pathfinding enabled. So, I still need to figure out how to add in a Stop and how to change the forwards from face 0 (+Z) to face 2 (+Y).
-
Calculating Percentage Complete
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
Oh, I see, thanks! -
Okay, I want to be able to calculate how complete an animals' pregnancy is. However, I am unsure if this will calculate correctly. Here are the relevant excerpts of the script (not the complete script): float fPregnancy = 172800; //How many seconds the pregnancy lasts integer preg_time; //How long animal has been pregnant integer preg_percent; //How complete the pregnancy is preg_percent = (integer)(preg_time/fPregnancy)*100; //This part should give a percentage complete Will this calculate correctly? Or is there a better way?
-
I usually don't use the web search. I did a web search for my store on a whim and noticed it was being marked as Adult. Legacy search shows it as Moderate, which is correct. What could be causing this and how do I fix it? Is it something I need to file a ticket for?
-
program to replace Pocket Metaverse for Iphone
Galaxy Littlepaws replied to Janis Short's question in Technical
LL is working on their own viewer that will be on the Apple Store. The only thing is you could be waiting for months or years if it's completed. https://modemworld.me/2019/01/10/linden-lab-confirm-second-life-ios-client-in-the-making/ The download button tries to open a popup window to the page on the Apple Store. So it doesn't work regardless. -
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
This is only happening in my region (Balwin). Both me and @animats tested this (he used his own scripts). I said in an earlier reply it was working fine everywhere else I tested. I filed a ticket and a Jira telling LL that something was up on my region that was interfering with this specific thing. I even found a parcel that allowed rezzing in Balwin not owned by me and got the same result. If you want to try it here, you can. -
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
That recording was with an unedited raptor. -
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
I recorded the Animesh raptor having the same issue during the wander it does. It seems to move fine when pursuing. If I turn that value FALSE it wanders around (and even ran off into another region and I had to catch it). https://i.imgur.com/XjKFmtI.mp4