View Single Post
  #7  
Old 10-15-2013, 03:38 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Quote:
Originally Posted by Fadedspirit View Post
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.
Reply With Quote