View Single Post
  #3  
Old 10-29-2012, 12:49 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

the only way i can think of checking for hard-coded item info is to find all references to GetItemIDAt(), since that's getting the itemID for a given equipment slot on the client. you'd have to manually a look at each area it was called to see if it's calculating something based on a specific item. not sure what you'd be looking for as far as spell effects off the top of my head, but you'd probably need to manually check each reference to that method as well.
Reply With Quote