|
Cindy Claveau
Gignowanasanafonicon
Join date: 16 May 2005
Posts: 2,008
|
06-28-2006 12:07
I haven't been able to find out any info on how the new account verification flags will be identifiable via LSL. Has the information been released yet?
|
|
Jesse Malthus
OMG HAX!
Join date: 21 Apr 2006
Posts: 649
|
06-28-2006 15:14
No. I think the tools (Land Management and LSL) will all come in one future release, 1.10.5(2) or some such patch level.
|
|
Cindy Claveau
Gignowanasanafonicon
Join date: 16 May 2005
Posts: 2,008
|
06-29-2006 07:19
From: Jesse Malthus No. I think the tools (Land Management and LSL) will all come in one future release, 1.10.5(2) or some such patch level. Thanks, Jesse, that's pretty much what I figured. Though I'm surprised after changing the database for the payment verification info they couldn't have just let us know which data constant it's in. llRequestAgentData offers the following values for the "Data" parameter: From: someone DATA_ONLINE 1 (cast returned data to integer); determines if agent is online (TRUE/FALSE) DATA_NAME 2 gets full agent name (excluding any group titles); compare with llKey2Name DATA_BORN 3 gets account creation/"born on" date as a string in in ISO 8601 format of YYYY-MM-DD. DATA_RATING 4 returns the agent's ratings as a comma-separated string of six integers:
1. Positive-rated behavior 2. Zero (formerly negative-rated behavior) 3. Positive-rated appearance 4. Zero (formerly negative-rated appearance) 5. Positive-rated building 6. Zero (formerly negative-rated building) Note: negative ratings no longer exist.) Since ratings are no longer used, they could even have simply replaced DATA_RATING with DATA_VERIFY or something. But I'm speculating 
|