Thread: Naming Weapons?
View Single Post
  #3  
Old 03-29-2008, 05:47 AM
Knightly
Accomplished Programmer
 
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 91
Default

If you're truly interested in just changing the names on weapons, I can see it being done with custom code (not live-like). But similar to the way that the "Made By:" flag is done on live.

Item name becomes a flag that references back to a specific item number so that there's no duplicate data. And since each named item just has the same stats with a different name, the name becomes more of a flag than anything else.
Reply With Quote