kindly show also your item_db2
// ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
accessoryid @_@ 30005? AFAIK 2010 clients doesnt support view id more than 2000
accessoryid is for the View in top
change it to 1000 or number you want less than 2000(make sure the view id you choose is not yet used)
then do try this in your item_db2
replace your zorosword in item_db2 with this
30005,zorosword,zorosword,5,5,0,10,,1,,1,0xFFFFFFFF,7,2,1,,1,,1000,{},{},{}
or change this to your liking just make sure the view_id is 1000 or the view id you put in your accessory id
after doing the things i mentioned above
go to your test server and make an item 30005 and try using it
if you have used my item builder i it would have been easier for you to add the right lines at the right places