View Single Post
  #7  
Old 03-15-2010, 03:39 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by Cubical View Post
so doing something like clientr.item.itemname = itemtype, quantity would be fine?
Or possibly clientr.item.itemtype = quantity, but yeah.

Quote:
Originally Posted by Cubical View Post
edit: also is it better to load all the item information for an item on login or as the player needs it?
If you're going to have lots of items it's better to grab them as needed, but if you only have a few right now it's easier to load on login.
Just make sure if you change it later that it won't break scripts that assume that all items are already loaded.
Reply With Quote