View Single Post
  #7  
Old 06-30-2011, 12:37 AM
MrDunne MrDunne is offline
Registered User
Join Date: Aug 2010
Posts: 38
MrDunne is on a distinguished road
Quote:
Originally Posted by fowlplay4 View Post
You can easily get away with storing quantities, and item data in clientr flags.

Just cache your base items in a DB/SQL instead of loading a text file with them every time.

I wrote a simple 'Active Record' implementation for GS2:
http://forums.graalonline.com/forums...hp?t=134262561

GS2 is probably fast enough for what you're planning to do anyway.
Thanks for the tip.

Migrations. Nice!
Reply With Quote