Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llGiveInventoryList and Estates

Michael Dale
Registered User
Join date: 13 Jun 2006
Posts: 16
05-04-2007 17:38
Hi all,

I've bumped into a problem with my newest project. The server object receives an email from the remote prim, parsing the parameters it needs and gives out inventory items from the server to the person who clicked on the remote prim. This works fine from Mainland to Mainland, Estate to Mainland (Server object being on the Estate) but has a very high fail rate with Mainland to Estate (Server object being on the Mainland). Using llGiveInventory it works fine, it only fails when using llGiveInventoryList, telling me it "Cannot find destination". Any ideas? Thanks in advance.
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
05-04-2007 18:19
The Wiki is Your Friend

From: The Wiki
llGiveInventoryList does not consistently deliver the objects to an agent in another sim. From test results, it appears it will deliver only if the agent is a child agent to the sim with the giver or if the agent has been recently in the sim that the giver is. Do not rely on this functionality!
Michael Dale
Registered User
Join date: 13 Jun 2006
Posts: 16
05-04-2007 18:39
From: Talarus Luan


*smack forehead* d'oh! Thanks for pointing it out.