/*========================================== * Specifies if item-type should drop unidentified. *------------------------------------------*/ int itemdb_isidentified(int nameid) { int type=itemdb_type(nameid); switch(type){ case IT_WEAPON: case IT_ARMOR: case IT_PETARMOR: return0; default: return1; } }
NEW
/** Specifies if item-type should drop unidentified.
im used New SVN
the source code not same like old 1
OLD
NEW
PLEASE HELP
Link to comment
Share on other sites