Jump to content

XbabylonX

Resident
  • Posts

    281
  • Joined

  • Last visited

Everything posted by XbabylonX

  1. Hello, I have a piece of a script which calls a webpage on my server (using post method) with success. The problem is that my page cant take the data I send. Could someone help me on that? The server is a linux. Thank you!
  2. But I have some animations which the play facial gesture at the beggining. They use no poseballs.
  3. Ok got it, I just have to set it to Loop before upload it. As far for facials, my animation is only a .bvh file. How can this be scripted? Thank you.
  4. I just want to create a pose for a photo. So I need it to freeze at the first frame.
  5. Hello, I want to create a simple static pose using Qavimator. I want that pose to stop only when clicking Stop button. So someone could tell me the options? Also I want to add a facial while using that pose. Any way to do it? Thank you for your time.
  6. Ok this is what I used on poseball string animation; // Variable to store the name of the animation.string text = "Sit"; // Enter the float text here.default{ //Initialize state_entry() { llSitTarget(<0,0,0.7>, ZERO_ROTATION); // Set's the sit target position and rotation. Don't set the first param to <0,0,0> because that will cause llAvatarOnSitTarget to fail. llSetPrimitiveParams([PRIM_PHANTOM, TRUE]); // Make object phantom so people don't trip over it llSetAlpha(1.0, ALL_SIDES); // Initialize the object's alpha to visible llSetText(text, <0,0,1>, 1.0); //Set the float text and make it visible } // Called when an agent sits or unsits changed(integer change) { if(change & CHANGED_LINK) { if(llAvatarOnSitTarget() != NULL_KEY) // Makes sure there is a key from the avatar { llRequestPermissions(llAvatarOnSitTarget(), PERMISSION_TRIGGER_ANIMATION); // If so, request perms to play anim. } else //If not (Key is null) then agent unsat. Stop animation, make object visible, make float text visible { integer perm=llGetPermissions(); llStopAnimation(animation); llSetAlpha(1.0, ALL_SIDES); llSetText(text, <0,0,1>, 1.0); } } } // Called when permission to play anim are requested run_time_permissions(integer perm) { if (perm & PERMISSION_TRIGGER_ANIMATION) { llStopAnimation("sit"); // Stop the default sit animation animation=llGetInventoryName(INVENTORY_ANIMATION,0); // Get the name of the animation in the object inventory llStartAnimation(animation); // Start the found animation llSetAlpha(0.0, ALL_SIDES); // Make oject tranparent llSetText(text, <0,0,1>, 0.0); // Hide the float text } }}
  7. But I dont use anywhere IF==avataronsittarget
  8. U mean by clicking on Stand Up button located at the center bottom? If yes, I would like that better.
  9. Yes, just like that. Like sitting on a poseball, do what u do and then when u clikc the STOP button on the dialogue, u stand up and the poseball disappears.
  10. Hello, since im noob on these, I manages today to to click on an object in order to rez a poseball. Now I want to "kill" that poseball by clicking a different object. I searched about unrez trigger but says its unavailable. What is the solution for that? Thank you.
  11. So u mean that the animation must have a dialogue to adjust the body position?
  12. Lets say I want to create an animation for 2 avatars kissing each other (standing). If the male avatar is too tall and the female avatar is too short, is the female avatar in the position of kissing male's chest??? :matte-motes-whistle: I just start trying qavimator and that question came up. Thank you.
  13. Me too. Also I cant use the search function. Try using Phoenix or Firestorm clients.
  14. Finally, the proble, never solved. So I have to pay high fees to third party exchangers. Thanks LL (just think to hire me and fix every buggy form of u). But this is not the only problem. Today Im facing new problem, regarding submitting my VAT. Vat ID verification service returned with unexpected error Thats so great. Im so happy that nothing really works.
  15. No unfortunatelly is not a limit problem, I havent used my paypal for anything than SL. And since now I may have used up to 50$. No more. Also, the test I made with the third party (the company that supplies characters with L$) using their paypal shows that is not a paypal/bank problem. I managed to add 500L$ into my account with them, then I tried to add 500L$ more, using LL web form and it failed.
  16. I dont know its ok to post that in that section, but I would like to know if there is anyone with the same problem. This problem has to do by purchasing L$ through paypal (even for paying monthly membership). Yesterday (and not only yesterday, I had the same issue 2 weeks ago), I was trying to buy L$ through paypal. My CC has more credits than the required for the transaction. As u can guess, the transactions were declined. I was trying for 2 hours but with no success. 20 minutes ago I tried again, no success. I decided to make a search with google for a solution. I found a company that makes such transactions with a fee (I wont name that company, is a famous one). I requested through their form 500L$ and using paypal. Yes, I got my L$. Right after that, I went back to sl deposit page to purchase the same amount. The result: FAIL ( We were unable to fulfill your Linden Dollar order. Your payment either failed or took too long to complete. If your payment completes, the amount will be placed on your USD account balance. This balance will be used automatically the next time you attempt a purchase.) Im 101% sure that the sl form is buggy (I used a different browser too) when its trying to contact paypal. Actually that form's requests never reaches paypal. I made a phonecall to paypal (from Greece) to ask if there is a problem with the Linden Lab. They told me there wasnt any problem and that my bank may decline the transactions. I made then a phonecall to my bank and they told me that there arent any transaction attempts from paypal (!!!!!!!!). What the hell? I could used that third party company from now on for purchasin L$ but I dont want to pay the extra fee. So, anyone faced the same problem? PS I mentioned above that I had the same problem 2 weeks ago. For 36 hours I was trying to purchase L$ but with no success. Suddenly, after that time, I had a succesful deposit. Seems that the SL system on this, is very unstable.
  17. For example I want to create a basic place for people dancing. Or a chair for a couple kissing or hugging each other in different poses. Thank you for your time. :matte-motes-kiss:
  18. Yes Im always in my house but it looks like its owned by a seperated couple I mean is empty. An empty space with only windows and a fire nest. I just wanted to create one floor and some rooms
  19. My good Val, do you have any tutorial for creating the floor?
  20. For example, I want to create a living room, a wc, a kitchen and 1 floor with 4-3 rooms. Of course I want to add furniture to each. Can my house handle all of them? Thank you both
  21. As everyone who paid for premium, me too, I got a house. My question is simple. Can this house contains rooms? Floors? Thank you for your time :)
  22. Girls, one more question. Back to the original post. That item changes the shape and the color of the face. That means that I have to find a skin relative to this in order to complete it?
  23. I can click that button. The problem is that its blank with an adress bar at the top where I CANT type anything.
  24. Oh yeah, firestorm is far better than any viewers, but... it crushed twice right after when everything were loaded. Ill be waiting for the stable version.
×
×
  • Create New...