Quote:
Originally Posted by MysticalDragon
Don't use DB NPCs to store guild data, later on you will regret that decision.
|
Yeah, use SQL. Works wonders for guild related system. It's convienant especially when players are offline. If you want to edit a players rank, remove them, or send invites. Just update a row in your SQL database.