|
Steve Crowley
Registered User
Join date: 29 Jun 2006
Posts: 14
|
01-04-2008 18:11
Is there a known bug going on right now in SL.
I am trying to make a vendor and when granting debit permissions, the system reports the following:- 'Buy Button', an object owned by 'Steve Crowley', located in (Location Removed by me) at -0.3, 0.0,-1.3, has been granted permission to: Take Linden dollars (L$) from you.
Now I may be wrong, but I believe the vendor is located at x: 231.000, y: 154.573, z: 53.000.
Does anyone else have this problem ?
|
|
Hg Beeks
llGetElement(80);
Join date: 13 Apr 2006
Posts: 134
|
01-04-2008 18:42
From: Steve Crowley Is there a known bug going on right now in SL.
I am trying to make a vendor and when granting debit permissions, the system reports the following:- 'Buy Button', an object owned by 'Steve Crowley', located in (Location Removed by me) at -0.3, 0.0,-1.3, has been granted permission to: Take Linden dollars (L$) from you.
Now I may be wrong, but I believe the vendor is located at x: 231.000, y: 154.573, z: 53.000.
Does anyone else have this problem ? Sounds like the announcement gives you local coordinates, since it sounds like the buy button is part of a larger vendor. That is, the vector you got would be the result of llGetLocalPos.
|
|
Steve Crowley
Registered User
Join date: 29 Jun 2006
Posts: 14
|
01-04-2008 19:24
I still don't understand why the debit perms are giving me a position that is off the map to the negative though, the buy button is linked to the vendor at the above co-ords, surely linking an object doesn't give you negative co-ords ?
Oh, wait, I see what you mean, that is the co-ord relative to the main prim which is the vendor body right?
|
|
Hg Beeks
llGetElement(80);
Join date: 13 Apr 2006
Posts: 134
|
01-05-2008 00:47
From: Steve Crowley I still don't understand why the debit perms are giving me a position that is off the map to the negative though, the buy button is linked to the vendor at the above co-ords, surely linking an object doesn't give you negative co-ords ?
Oh, wait, I see what you mean, that is the co-ord relative to the main prim which is the vendor body right? Precisely. llGetLocalPos, not llGetRootPosition.
|