View Single Post
  #15  
Old 05-23-2007, 12:39 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by Inverness View Post
Any decent quest is going to need a script, perhaps not each with their own weapon script but rather a class, that form of modularity is easy enough.
I don't limit myself so much . One weapon can easily handle a quest system without the need for other weapons/classes to handle quests.

Quote:
Originally Posted by Inverness
I have to hand it to you people, few have managed to piss me off so quickly. If you have a problem with my suggestions give an answer, get the facts, or shut your mouth. You all obviously lack enough knowledge to make a proper opinion. Take your bad sarcasm somewhere else.
Geez dude. Chill pill .

As for everyone else, What I want to store clientside would eventually be alot (i have alot of item descriptions/stats for instance) but it's the kind of data that only needs to be updated once in a while. Instead of chunking up clientr. variables (like Zodiac) or triggering this information, everytime it needs to be accessed. A md5 / checksum can be used on the cache file to make sure it is still valid. If not, update it.

It was just an idea but I'm going to follow through and test it a bit because I do see some potential
Reply With Quote