Jump to content

Pazzo Pestana

Resident
  • Posts

    56
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. What happens to the USD when Paypal has already credited LL and I cancel the buy order? Are the USD in my LL account so I submit another order?
  2. I recently bought the Water Horse "Drafter" avatar and the Friesian pack. There were no instructions on how to add/wear the Friesian parts to the Drafter Avatar. My attempts to "wear" the Friesian parts does not add them to the drafter avatar in a logical manner ... the mane is above the head, the body at a 90 degree angle, the tail also tilted 90 degrees. I'd appreciate any help in sorting out the mess I've taken on. thanks!
  3. Hey, thanks for the suggestions! I'm using a 1-prim sculpty made with prim oven and I discovered that the orientation of the root prim in the paddlewheel model before "baking" made a difference. I linked the paddlewheel with the lltargetomega script to the steamboat and it's following along nicely rotating. Just in time for the Mardi Gras Parade in New Toulouse on Feb 9th at noon! Thanks, again!
  4. I'd like to have the paddlewheel on a steamboat (not a vehicle) rotate on it's local axis while linked to the steamboat. I've been plowing through the various posts and find a lot of options but my scripting ability is limited. I find llTargetOmega, llSetRot ... etc. but am not sure how to link the child prim movement. Here's the basic rotation script I'm using ... default { state_entry() { llTargetOmega(<0,-1,0>,0.2,1.0); } } All suggestions are welcome! thanks!
  5. thank you Ayesha, Peggy, and Orca! I considered the first suggestions but they didn't seem to solve the dilemma, although I was inspired to clean my system of all viewers and reinstall Firestorm. It may have made a slight improvement but I think the insight provided by Ayesha was the correct one ... wait until LL had gotten control of their servers. Griefing hadn't occurred to me but it makes sense. I did go to the local library and logged on to SL and found some improvement but I just returned and logged on through my usual connection and the situation seems to have cleared up 100%. I knew I wasn't the only one affected because I hung out in the eastern arm of Blake Sea (Norwegian, Baltic, Yellow, Black, Aegean) and saw aircraft stuck at the boundaries of dead sims. It would be nice if LL could provide some warning so that events aren't canceled without knowing why. thanks, again, for the responses!
  6. Nov 21 & 22 have been the most frustrating days of my long SL: logged on Wed. morning, gazed around my parcel and couldn't see the usual beautiful scenery of surrounding islands in Sailors Cove. I decided to explore and found myself locked in by dead sims randomly distributed. Others in the area had no problems navigating (sailing and boating is a prime activity in the community near Blake Sea). I could TP to some places but not to others. Thursday morning, I was confronted by the same situation. I tried 3 different viewers on 3 different computers with the same results. Connection speed seemed OK: 14 mbps down, 1mbp up. FPS in SL 40s & 50s, no packet loss, 40ms ping, lag meter all green. At the end of the day no improvement. One suggestion regarded the WAN to which I was connected since 2 avis standing together had completely different experiences. No mention in the grid status report. No idea if anybody else has been similarly affected. I hope this is the proper forum to find out and perhaps get some answers. Thanks
  7. Wow! as always, you come through! You've made my SL a lot more enjoyable by being able to make things work! Thanks! I can't wait to try it!
  8. I have 2 objects, each with its own linkset and texture change script. I would like to have them change at the same time with just one touch instead of one on each object. Any suggestions or help would be greatly appreciated. Grazie!
  9. thanks, again, for the helpful advice! I'd never thought of a menu but it's a great idea!
  10. I would like to change multiple textures in a prim on touch. The scripts I've found only accommodate 2 textures. I prefer to use UUID rather than a texture name. thanks!
  11. Thanks, so much, Dora! Removing the last 2 rules did the trick!
  12. I have a cone (cylinder) tapered to form a light beam with a gradient texture. When I rez it, I get the following script errors: llSetPrimitiveParams error running rule #2: unknown rule. llSetPrimitiveParams error running rule #2: missing prim type. Here is the script: default { state_entry() { llSetPrimitiveParams([PRIM_TEXTURE,1,TEXTURE_TRANSPARENT,<1,1,0>,<0,0,0>,0,FALSE]); } link_message(integer sender_num, integer num, string str, key id) { if(str=="stop") { llSetPrimitiveParams([PRIM_TEXTURE,1,TEXTURE_TRANSPARENT,<1,1,0>,<0,0,0>,0,FALSE]); } if(str=="start") { llSetPrimitiveParams([PRIM_TEXTURE,1,"f6e8ad3b-8fd8-adc3-a839-aee816b4c13c",<1,1,0>,<0,0,0>,0,TRUE]); } } } I'm trying to apply the texture to the outside of the cylinder (face 1, I think). I can't figure out what "rule #2" is - the integer or the string. Also, I don't identify the prim type and wonder if that is part of the problem. Thanks!
  13. I've been trying to use this script to allow a single prim door, linked to a house, to slide along the Y axis and haven't succeeded. As a test, I've linked the door to a single (root) prim and placed the script in that prim. I've reset the script. When I touch the door, nothing happens. I've copied the entire script, including the variables. ... any ideas what I'm not doing correctly? thanks, again, to Rolig for her reference.
×
×
  • Create New...