Jump to content

Darkie Minotaur

Resident
  • Posts

    1,663
  • Joined

  • Last visited

Everything posted by Darkie Minotaur

  1. I'm not sure I fully understand, but you should be able to simply use llSetRot - if you want a smoother movement, use llSetKeyramedMotion
  2. That you are new to scripting is ok - it just helps us to know where to start and how to help you. First of all, you should get aquainted to some basic concepts - take a look at the tutorials here - in general, the wiki should become your best friend when (starting to) script. Once you have a basic idea, try to identify a simple task in your HUD and se if you can structure it in a way that you can turn in to LSL - people here will be glad to help you with solving such tasks. As for me, you can get in touch with me inworld, too.
  3. I'm sorry. If you start scripting from scratch, as you say, do you have any programming knowledge at all, or are you new to the concepts of programming in a "C-like" language?
  4. This is not a forum to look for scripters doing a job - you should look for a scripters here
  5. *raises his paw still frightened* I think there is a fundamental flaw: You are talking about where the person behind the ava could be from. But that wasn't the question. Me, Darkie, is from a place that is in no way related to where the person behind me is from. ETA: As far as I know, in the worls I'm from, the don't even have IP addresses
  6. *covers his head with his arms and whimpers since he fears that the avalanche to be stirred by this question is close to the 'how to get the gender of an ava' discussions*
  7. It sounds as if you are looking for RLV (see here or here). You can't manipulate IMs from an LSL script - it has to be viewer based. RLV is just that: You use a RLV enabled viewer.
  8. It would be good, if you could be a little more specific about the problem you have with the script - especially, since the lines you posted seem to be just a part of the script - e.g. you never declared TarotList in the script you posted. And a little hint: use the little symbol with the C in it to post code.
  9. If I understand you right, what you need to know is how to let two scipts communicate. This aspect is, as far as I remember, not reaqlly covered in the two tutorials. Basically, you need te commands llSay (others are possible as well - but let's keep it simple for a start. (And yes, llRegionSay would be preferable) )- llListen and a listen event. If you follow the links and read up, I'm sure you get a pretty good idea of how to do it. If you still got questions - just came back
  10. No - it doesn't - that's where the 'conversation' comes in :matte-motes-big-grin-wink:
  11. You can use your collision to detect the vehicle - and then do a llAvatarOnSitTarget to find out if there is an ava sitting on it and if yes, which one. This would require some 'conversation' though
  12. If the item is atached to the avatar and it gets detached, the attach event is raised. If that's not what you are looking for, you shpuld be a bit more specific
  13. Actually, for the vwsearch it seems to be the case that you cannot call it from an LSL script anymore - the call will return an 403 error - which usually means "Access denied". If you call it from outside SL, it still works fine.
  14. The ones I use are a backdoor to SL search: http://vwrsearch.secondlife.com/client_search.php?session=00000000-0000-0000-0000-000000000000&q=Darkie%20Minotaur I still use w-hat.com http://w-hat.com/name2key?terse=1&name=Darkie%20Minotaur I didn't know that it's suposed to have stopped working And finally, I use http://cyber.caworks-sl.de/name2key/n2k.php?name=Darkie%20Minotaur All three seem to work - at least with my name ETA: I use them from within a php script and parse the results there
  15. I haven't given it too much thought - but spontaneously it is not possible the way you want to do it - but in a quite similar way it should be possible: When you attach the object, rezz one at the same time to the spot where the 'old' one has been.
  16. I thought like Dora, too - that's why I hadn't mentioned anything about it earlier.
  17. I hate to say it - there's a comma missing in your note card name in the 2nd vector
  18. You can try to insert another linebreak or two before the inserted header information. What are you trying to access? It may help to know that.
  19. The URL would simply look like: "http://www.here.com/yyy.php?p1=aaa&p2=bbb HTTP/1.0\nUser-Agent: LSL Script (Mozilla Compatible)\n\n"; Just as the Notes in the wiki say. If it still dosn't work,It most likely not that the work around hasn't been applied correctly, but that the server doesn't like the way the header is manipulated or something else in thr header. I remember a case with word-nic that you just can't use from LSL (directly)
  20. Obviously, a sound is missing - the script icon actually is a 'broken script' icon. All you can do to keep that from appearing (without fixing the bed) is moving the bed in a no script area. No scripts running - no errors. As Io said, there is a sound that the script expects, missing. So either it is not in the inventory or not in-world at all. If you can't get the sound from the builders, you would have to take it out of the script - which again you only can do if the script in question is mod. There is a chance that the script reads the sound name from a NC - look if you can find one. If there is one and it is mod, the sound name may be altered there
  21. Dazu wirst du keine schlüssige Antwort erhalten. Warum sollte LL sich dazu auch konkret äußern, da eine Begrenzung bein gegebenen Geschäftmodell ohnehin nicht überprüfen und durchsetzen ließe?
  22. Since I didn't see something wrong, I tested it - and, als, this is the result: [00:54] sender: Sending Link Message[00:54] sender: Link Message Received[00:55] sender: Sending Email[00:55] receiver: Getting Emails...[00:55] receiver: Received Email[00:55] receiver: e3bd898d-dc9d-0739-219b-11e1fb6d7053 Are you sure, you copied the key correctly?
  23. I'm not sure if this is it, but In the following line, you set USERID to a string: USERID = llList2String(data, 1); Make sure USERID is a key when you declare it and try USERID = (key)llList2String(data, 1);
  24. If you have a database and people are wearing a HUD, then this HUD could e.g. report to the db every lets say 30 seconds.
  25. I'm not sure what your problem is - but the script should be saying the User Name in both cases - that's how you've written it. Doesn't it do that? What would you expect it to do?
×
×
  • Create New...