for everyone that wants to change code name into the real item name ..
copy the lines for all items from textdata_equip&skill.txt then remove everything but the Name code name (SN_ITEM_BLABLA) and the real name, after that remove the SN_ from name code names and then seperate them with one tab. after that copy it all to a database named SRO_VT_SHARD.sbo._ItemName (create that table with 2 columns first one named CodeName128 varchar and the other one named Name also varchar)
after that all you have to do is change the query inside _AddLogItem:
PHP Code:select @iname = Name from SRO_VT_SHARD.dbo._ItemName where CodeName128 in(select CodeName128 from SRO_VT_SHARD.dbo._RefObjCommon where id = @iid)
![]()




Reply With Quote


