View Single Post
  #3  
Old 02-26-2012, 06:36 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I'm guessing you'll keep track of what items they have via clientr.flags or maybe even in an SQL db, you'd run a query based on that information on retrieve those rows.

Then just store the row data in clientr.flags. I.e. clientr.itemdata.(@uniqueitemid) = rowdata;

There's 4 tutorials listed here that may help for the communicating back and forth if you need to:
http://public.zodiacdev.com/index.ph...er_Interaction
__________________
Quote:
Reply With Quote