Jump to content

mansoor50

Resident
  • Posts

    48
  • Joined

  • Last visited

Everything posted by mansoor50

  1. i was getting those messages! and my boat could not get into my parcel either. i have requested a restart. lets see...BTW...what is a host change and can LL do it upon request?
  2. Hello.....my partner rented property on Brazos. for the past week we have been having issues ib rezzing. right now, the issue is that when we rez a prim from the build menu, that prim is phantom! even tho the phantom checkbox is unchecked! i rez normally at firestorm and other sandboxes so i know there is an issue with the parcel. we were hoping that the restart this week may solve the issue but id didnt. If a Linden is listening...cd you please have Brazos restarted? for others...can you guide as in what cd be the problem and if i can correct it at my end Regards Mansoor
  3. i been having teh same issue for an hour......i hope its not at my end
  4. Hi I changed my DNS settings to the google public dns. this was about an hour ago. but now my firestorm keeps saying "Login failure...despite our best efforts..." i can browse the web over both my chrome and edge. can you tell me if google public dns works with SL? thanks
  5. user = llDetectedKey(0); listen1 = llListen(-99, "", user, ""); llDialog(user, "\nThis is it kiddo!\n You can add upto 4 babies", ["Setup", "Begin Tracking","Exit" ] , -99); } listen(integer chan, string name, key id, string msg){ if (msg == "Exit"){ llSay(0,"Closing..."); close_stuff(); } if (msg == "Setup"){ llDialog(user, "\nAdd Names\n You can add upto 4 babies", ["2nd Baby", "3rd Baby","4th Baby","1st Baby","Back" ] , -99); } if(msg=="Back"){ llDialog(user, "\nThis is it kiddo!\n You can add upto 4 babies", ["Setup", "Begin Tracking","Exit" ] , -99); } if(msg=="1st Baby"){ llTextBox(user, "Enter the EXACT Name of the 1st Baby...", -99); llSleep(60); mdesc=msg; llSay(0,"baby is:"+mdesc); } } the textbox thing is not working in the above code. any ideas why?
  6. its a samsung with intel core i5..... it also has nvidia 520T geforece card installed. i have not had this issue before....just started since yesterday
  7. hi...my laptop switches off as soon as i log in firestorm. i log in at my home...it rezzes...then after 2-3 minutes......it switches off browsing the web/youtube work fine any idea why?
  8. Hi I am the owner of a group. I have seen various groups where the member lists are not visible - even for members. I would like to know how to hide the members list. thanks in advance
  9. I have a paypal account with a paybal balance. it is not linked to my bank or to my cc 1. since i have a 'paypal balance', i shd be able to buy lindens? 2. when i go to buy lindens, i select the paypal option and then it asks for a credit card. why? i just want to buy directly from my paypal balance. any help wd be appreciated
  10. Hi......is there any other way to verify age besides billing info?
  11. Hi what wd be a good way to make a tube float on water? like a bobbing action with drift kfm ? or some other?
  12. mansoor50

    KFM

    Hi Rolig... I changed my code as below: llSetPos(home); llSetRot(llEuler2Rot(<0,0,90>*DEG_TO_RAD)); r_6=<-8.0,0.0,2>; r_4=<0,-7,0>; llSetKeyframedMotion([<0,0,0>,llEuler2Rot(<0,15,0>*DEG_TO_RAD),1, r_6, llEuler2Rot(<0, 0, 0> * DEG_TO_RAD), 5, <0,0,0>,llEuler2Rot(<0, -15, 0> * DEG_TO_RAD),.15, <0,0,0>,llEuler2Rot(<0, 0, 90> * DEG_TO_RAD),.15 ], [KFM_MODE, KFM_FORWARD]); notice i put the 15 up within the KFM. the above is working fine EXCEPT that the fish is not pointing up. the fish remains "horizontal" and goes up.
  13. mansoor50

    KFM

    Hi. am having a bit of trouble with KFM. i am setting the starting trajectory of my fish as: llSetPos(home); llSetRot(llEuler2Rot(<0,15,90>*DEG_TO_RAD)); r_6=<-8.0,0.0,2>; this sets the fish pointing 15 deg up, then the following KFM kicks in: r_6=<-8.0,0.0,2>; llSetKeyframedMotion([r_6, llEuler2Rot(<0, 0, 0> * DEG_TO_RAD), 5, <0,0,0>,llEuler2Rot(<0, 0, 90> * DEG_TO_RAD),2 ], [KFM_MODE, KFM_FORWARD]); after this, i notice that the the fish turns 90 to the left..which is what i want....BUT the fish is tilted along the Y-axis. I have tried all sorts of angles to set the Y rotation to zero, but nothing seems to work. how can i set the Y rotation to zero?
  14. thank u Love... thank u Rolig.....am going to try it and will let u know..the scripts look awesome and simple..thank u!!!
  15. Good Morning so, i have become comfortable with KFM. my next step is to make one prim chase another. i had planned on having one root and 2 child prims...and was hoping that the root will be able to control the chase. so i used Messagelinked and put the KFM in the linkmessage event in the child. this did not work since the KFM gets applied to the whole object, rather than just the child. then i read about llListen and it may be a better solution, in that i dont even need linking. before i use it i have a question: do we need any input from the local chat to trigger the listen event? Basically, i dont want any user input and in that respect, Messagelinked worked well since i cd put conditions within the parameters. Thank u and regards
  16. i think this is a better idea.....will follow this advice...:)
  17. ah.....yes...lag is a problem.....i guess for "simple" stuff "speakers" will be ok..but HUD does seem the way to go....and i say this cause my simple fish tank has evolved into me wanting to do a dolphin show type of thing.....great practice..:)
  18. Hi all... my fish tank has a top prim with the water texture..... i make a fish jump up using KFM ...it "comes out of the water" and then dives back in. i want to play a splash sound each time it crosses the water surface prim. also.. i want to put the collision script in the water surface prim.....which will handle sounds for different types of fish. 1. if my fish obj is phantom or volumedetect AND the water surface prim is also voldetect - no collision. 2. if i make my fish obj physical, it fals to the bottom of the tank and stops rotating. 3. if fish phantom/voldtect and water surface is physical, there is a collision but the water prim gets "hit" and falls to the side so i am wondering what setting i need to use so that i can detect collisions in the water surface prim thanks
  19. hjmmm....thank u Rachel....i will look into it....ur idea seems like placing speakers ... interesting!!
  20. that means i need to learn how to make a hud........great idea.... thank u Rolig.....!!
×
×
  • Create New...