simplynice 1 Posted July 31, 2014 Anyone knows how to get the item property/element? I look into itemdb and itemdb2 and found nothing. Any idea? Thanks in advance! Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted July 31, 2014 It's inside the item script, both in db/{pre-}re/item_db.conf and in the SQL. For example, since you're interested on the SQL: REPLACE INTO `item_db` VALUES ('1257','Katar_Of_Thornbush','Katar of Quaking','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55',NULL,'1','16','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bAtkEle,Ele_Earth; bonus2 bAddEff,Eff_Blind,500;','',''); Check the script part: bonus bAtkEle,Ele_Earth; bonus2 bAddEff,Eff_Blind,500; The bonus bAtkEle, <element> is responsible for weapon elements, as you see. Quote Share this post Link to post Share on other sites
Anyone knows how to get the item property/element?
I look into itemdb and itemdb2 and found nothing.
Any idea? Thanks in advance!
Share this post
Link to post
Share on other sites