-
Website
http://buildingbrowsergames.com -
Original page
http://buildingbrowsergames.com/2008/07/02/designing-a-flexible-items-system/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
gabrielbianconi
1 comment · 1 points
-
Luke
82 comments · 1 points
-
spatlabor
1 comment · 1 points
-
HughCompton
2 comments · 1 points
-
obat jerawat
1 comment · 1 points
-
-
Popular Threads
http://dev.mysql.com/doc/refman/5.1/en/enum.html
Do you plan to write some articles on a quest system editable by users or a system where players can move in a map?
There aren't really any plans on building a quest system or a map-based movement system - but I'll do my best to research it and write something on it once I've figured out how to build one.
sepp: using an enum for item type is a great idea - thanks for pointing that out.
For example, if I have a row:
type ENUM('Weapon','Armor','Usable'),
And I want to add 'Shines' and 'Tradeable' to it later on. How do I do that?