Jump to content

Love Zhaoying

Resident
  • Posts

    39,024
  • Joined

  • Last visited

  • Days Won

    190

Everything posted by Love Zhaoying

  1. Just read an article on a new specialized "gaming router" being shown at CES this year (Linksys WRT32X). Is there any chance that such a device would help with SL performance?
  2. I'm interested also, since the Solarian was the first mesh I purchased!
  3. You're welcome, please post here when you get your "A-ha" moment! Sorry my example was sloppy.
  4. Ok, here's an example (this is pseudo-code not real code). key NotecardQueryID=""; // Will be used if reading from Notecard via llGetNotecardLine handlenotecardresponse(string message) { llWhisper(0,question +"\n\n\n"); listenhandle=llListen(0,"",id,""); // Note that you will need to add code for the listen() event for handling any responses to this llSetTimerEvent(gap); // Note that you will need to add code for the timer() event } default { touch_start(integer total_number) { NotecardQueryID=llGetNotecardLine("NotecardName", 1); // Get first notecard line, save query id!! // Don't bother doing else in this function, we need to wait for the notecard } // end touch_start dataserver(key queryid, string data) { if (querid==NotecardQuerID) { // Yes! We got a notecard line back! handlenotecardresponse(data); } } // end dataserver }
  5. Notecard operations are "asynchronous"; the code will not wait, as the "read response" occurs in an event. The reader function would have to call llGetNotecardLine(), which will trigger a dataserver() event response. You would have to have your dataserver() event call another function after it gets the notecard line to continue processing.
  6. Beware the trolley at Luna, it goes off the tracks at the terminal stop for years now. I think it works OK in the other direction though.
  7. Putting it in one call, the actions occur faster - especially if you use lLSetLinkPrimitiveParmsFast()! (Except for any specific calls that have built-in delays). This is the main reason to use certain "multiple-call" formats. The code is clear if you structure it so that you can see each individual call llSetlinkPrimitiveParamsFast(link_number, [CONSTANT1, parm1, parm2, parm3, CONSTANT2, parm1, parm2, parm3, parm4]); etc.
  8. "If your stool is blue for more than 1 week, contact your doctor."
  9. And Using Random Capital Letters Makes The Review Seem More Legit!
  10. Step 1 in "How To NOT Get Muted": Don't be a dick.
  11. Thanks! I was happy to see that Solarian has lion mods.
  12. You got my attention with "cat furry" since I'm a years-long neko. Could you please provide a link or specific search criteria to find the Solarian? Thanks!
  13. True, although I forgot to mention 2 things: 1) I got a "bargain" because someone listed it lower than they intended (they were trying to sell it to a specific person who was slow to buy and I jumped on it after seeing it listed for a few days), and 2) it is coastal adult. Even more true, in that I myself am in the situation you describe! I guess if everyone tries to sell their mainland to get private sims, there will be a land price crash. :-/
  14. With the private region "buydown", I'm considering selling my mainland. However, between the forums, auctions, etc. I cannot find many other people selling full adult mainland regions to compare. Can someone please tell me what a "good" price is these days (for the seller)? I'm hoping to make enough to help with my private region purchase/buydown.
  15. I saw this as a reason to get a private sim again. I have not had one for years, and recently bought mainland for the lower tier. Now, for an apparently investment of US$1200 ($600 setup + $600 "buydown"), I can get a private sim with the same $195 tier fee as I am paying now for mainland. Maybe, just maybe, since my mainland is adult coastal, I can somehow break even if I sell it first. Any thoughts?
  16. I hang out at a sim where griefers take delight in harrassing av's there with group chats. I am frequently sent instructions on how to block these unwanted chats, but only for 3rd-party viewers. How so you do it with the official LL viewer?
  17. Thanks for the helpful, if somewhat harsh advice. 28 year IT veteran here. I will check the log and/or RTFM. I have used AVAST before and decided to go with Norton this time. First time in 3+ years I've had trouble on this PC with this antivirus (if that's the cause). <3 LZ
  18. Hello! Over the years I've had zero problems with the SL viewer. Twice in the last couple weeks, I click the icon to launch the viewer and the shortcut is invalid! Should I assume my antivirus software (Norton 360) is quarantining/deleting the EXE? A re-install fixes it (the rest of the SL installation is still present just the EXE is missing so far as I can tell). Any advice is appreciated. Thanks, LZ
  19. Ok, but you agree with what ObviousAlt is telling me, that the error table is the values that will come back from calling llGetExperienceDetails() for list parameters "integer state, string state_message"?
  20. So..it's just the same error code/message for the current "experience state" which may be XP_ERROR_NONE/"No error "? How useful, not! Thanks! Was hoping there is some more useful "state" information than just "OK" vs. "last error".
×
×
  • Create New...