Quote:
Originally Posted by Fadedspirit
Interesting thoughts!
This was very helpful, thanks  ! Hopefully others who might see this post developing a new server will find them helpful too.
ps: Has anyone seen a way to add "Durability" to an item in-game? I'm not sure if hard-coded stuff like that can be added by normal means without making it incompatible for normal users to play or without them modifying their own clients?
|
Sorry to hop in mid-conversation, this is possible, you can make each hit take in to account the durability of an item by adding custom source for the items database, attack, and a custom column in the items table exclusively for durability that is used in said source to pull the durability left and even have another column for destroy, as in 1 means it will break upon reaching 0, 0 means it will not break, however it will do 0 damage, just my twist on it.