Jump to content

Dwaina

Resident
  • Posts

    8
  • Joined

  • Last visited

Reputation

1 Neutral

Recent Profile Visitors

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

  1. Dwaina

    SO MAD!

    No chance you ever get it trying to bid on it i tryed it many times myself and each time i get out bid in the last second auctions are not fair anymore when bots are being used
  2. Hello i'm selling my 1024 sqm parcel cause i moved to a bigger parcel i'm selling it for Friendly neigbors and nice invirement 2.500L$ Parcel location : http://maps.secondlife.com/secondlife/Sinaburoe/53/80/58 i still got some items on the lend for my store visitors that have my old lm still you can just retuern them after you bought the land :) For other info you can alwais im me on Dwaina resident
  3. you will have to rig it to the standard sl avatar sceleton in order to have a full rig that workd for an avatar a fitted rig would be great for avatars as you can still use your sliders from sl to make chanced ect but let me remind you that your not allowed to upload those in to sl conferm Dazz 3D TOS
  4. Here is the script your searching for its called flash dance script i found it for free on mp and is as far i know open source just copy past in a script. integer ON = 0; //STATE OF SCRIPT //YOU EDIT THESE PARTS FOR NEW ANIMATIONS, SOUND CLIPS ETC. DO NOT TOUCH THE SCRIPT integer MaxSoundClips = 8; //AMOUNT OF SONG CLIPS, NAME THEM 1,2,3,4,ETC integer SoundLength = 10; //FIRST SERIES OF SOUND LENGTHS integer LastSoundLength = 5; //INCASE LAST SOUND CLIP IS SHORTER integer SoundClipNumber = 0; //FOR SOUND LOOP integer AnimCycleTime = 0; integer CurrAnimCycle = 0; integer AnimNumber = 0; integer MaxAnims = 0; string LastAnim = ""; ResetToDefault() { llStopSound(); llSetTimerEvent(0.00); llStopAnimation(LastAnim); ON = 0; SoundClipNumber = 0; AnimNumber = 0; } Initialize() { MaxSoundClips = llGetInventoryNumber(INVENTORY_SOUND); MaxAnims = llGetInventoryNumber(INVENTORY_ANIMATION); ResetToDefault(); } default { state_entry() { llListen(1, "", "", ""); LastAnim = llGetInventoryName(INVENTORY_ANIMATION, 0); Initialize(); } attach(key id) { if(id) { llOwnerSay(" Commands /1 on or /1 off"); llRequestPermissions(id, PERMISSION_TRIGGER_ANIMATION); } else ResetToDefault(); } run_time_permissions(integer perm) { if(perm & PERMISSION_TRIGGER_ANIMATION) { Initialize(); } } timer() { llPlaySound((string)(++SoundClipNumber),1.0); if(ON == 1){llSetTimerEvent(SoundLength); ON = 2;} if(SoundClipNumber == MaxSoundClips){llSetTimerEvent(LastSoundLength); ON = 1; SoundClipNumber = 0;} llPreloadSound((string)(SoundClipNumber+1)); CurrAnimCycle++; if(CurrAnimCycle >= AnimCycleTime) { CurrAnimCycle = 0; AnimNumber++; if(AnimNumber >= MaxAnims) { AnimNumber = 0; } string anim = llGetInventoryName(INVENTORY_ANIMATION, AnimNumber); llStopAnimation(LastAnim); llStartAnimation(anim); LastAnim = anim; } } listen(integer channel, string name, key id, string message) { message = llToLower(message); if (ON == 0 && message == "on") { ON = 1; string anim = llGetInventoryName(INVENTORY_ANIMATION, AnimNumber); llStartAnimation(anim); LastAnim = anim; llSetTimerEvent(0.01); } else if(message == "off") { ResetToDefault(); } } }
  5. Hey there there must be somthing wrong with you png file i'm unable to tell you from not seing it at first but mine are alwais working as thay should. i might be able to tell you whats wrong when i see it. Here is a tip to safe your L$ on failed uploads though use local texture before uploading in the texture tab you should have the oprion there when you klick the texture space where you select the texture you want to use. this safes me a lot of L$ each poject i work on.
  6. Hello there if updating your drivers dos not solve the issue try to go back to standars avatar this you can do like this: Make sure you have advanced enabled you can do this like this Me>Preferences, Advanced tab or simply press CTRL+alt+D. Then you want to go to Me>Caracter>caracter test. This will reset you to the standars newbie char and you be able to redo your char it might be boseble one of your items you ware are lost or deleted in the data base this will make your char to appear as cloud mostly its the skin or shape. I hope this fixes your problem Good Luck
  7. Dwaina

    SECOND AVATAR

    if you have a new account theas avatars are mesh avatars thay go over the real standars avatar look in your worn items if you can find any box loking item that is called body,avatar or something like that if thats so dubble click it and this should solve the issue
  8. Dwaina

    Cant partner

    Hey there i wonder why i cant partner when i send the preposal with an old account to this one i get it and if i send with this one to the old one i do to get it but when the real proposal get send out from eaghter side not i not the one i partner with get the perposal Thankyou for your reply but it didnt help much cause nor me or him got any of those letters in our names :S Hmm None of this seem to help none of us has fansy letters both of us have never bin partnerd before also it seems to go good when we send ourselfs a proposal from our old accounts to our new accounts but as soon as we send eachother it dosnt not from new to new not from old to old and not from old to new :matte-motes-crying: Hey guys thank you for all suggestions al though none of them helped me with my problem i had to send a ticked about it it has bin a known bug for a while with ll its fixed now and i'm happy partnered now :catwink::catvery-happy:
×
×
  • Create New...