Dastgir 1246 Posted June 8, 2014 Requested by AngelMelody: http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/page-4#entry37029 This is a simple tool which allows you to copy display names for range of items from idnum2itemdisplayname.txt or from iteminfo.lua to your item_db.conf, within just 30 seconds. Link: https://github.com/dastgir/LuaScripts/tree/master/Lua/CopyDisplayName just run copyname.bat and input the details it requires. 3 Angelmelody, Kichi and evilpuncker reacted to this Quote Share this post Link to post Share on other sites
kabu810120 0 Posted June 8, 2014 Requested by AngelMelody: http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/page-4#entry37029 This is a simple tool which allows you to copy display names for range of items from idnum2itemdisplayname.txt or from iteminfo.lua to your item_db.conf, within just 30 seconds. Link: https://github.com/dastgir/LuaScripts/tree/master/Lua/CopyDisplayName just run copyname.bat and input the details it requires. working now, but cant use i found ... Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted June 9, 2014 Requested by AngelMelody: http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/page-4#entry37029 This is a simple tool which allows you to copy display names for range of items from idnum2itemdisplayname.txt or from iteminfo.lua to your item_db.conf, within just 30 seconds. Link: https://github.com/dastgir/LuaScripts/tree/master/Lua/CopyDisplayName just run copyname.bat and input the details it requires. working now, but cant use i found ... The First error : Fixed. itemdb_read_cached_packages: its not this tool error, it says, those item listed does not exist in item_db, check for those items in your item_db Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted June 9, 2014 (edited) Requested by AngelMelody: http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/page-4#entry37029 This is a simple tool which allows you to copy display names for range of items from idnum2itemdisplayname.txt or from iteminfo.lua to your item_db.conf, within just 30 seconds. Link: https://github.com/dastgir/LuaScripts/tree/master/Lua/CopyDisplayName just run copyname.bat and input the details it requires. The processing get stuck when item was with override label of nouse struct e.g. { Id: 5555 AegisName: "Leaf_Cat_Hat" Name: "Leaf Cat Hat" Type: 5 Buy: 20 Weight: 100 Def: 6 Upper: 63 Loc: 256 View: 539 BindOnEquip: true Nouse: { override: 99 <---add this line for test sitting: true } Trade: { nodrop: true noselltonpc: true nogstorage: true } Script: <" bonus bAgi,2; bonus3 bAutoSpellWhenHit,AL_HEAL,3,10; "> }, except for that small bug, there is no bug for me Edited June 9, 2014 by Angelmelody Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted June 9, 2014 Requested by AngelMelody: http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/page-4#entry37029 This is a simple tool which allows you to copy display names for range of items from idnum2itemdisplayname.txt or from iteminfo.lua to your item_db.conf, within just 30 seconds. Link: https://github.com/dastgir/LuaScripts/tree/master/Lua/CopyDisplayName just run copyname.bat and input the details it requires. The processing get stuck when item was with override label of nouse struct e.g. { Id: 5555 AegisName: "Leaf_Cat_Hat" Name: "Leaf Cat Hat" Type: 5 Buy: 20 Weight: 100 Def: 6 Upper: 63 Loc: 256 View: 539 BindOnEquip: true Nouse: { override: 99 <---add this line for test sitting: true } Trade: { nodrop: true noselltonpc: true nogstorage: true } Script: <" bonus bAgi,2; bonus3 bAutoSpellWhenHit,AL_HEAL,3,10; "> }, except for that small bug, there is no bug for me Fixed @r19. (ahh, I have overseen too many lines ..) 1 Angelmelody reacted to this Quote Share this post Link to post Share on other sites
kabu810120 0 Posted June 9, 2014 I dont know why... but you can try it.... This is my new item_db.conf .Only translation item nameitem_db.zip Quote Share this post Link to post Share on other sites
kabu810120 0 Posted June 9, 2014 Requested by AngelMelody: http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/page-4#entry37029 This is a simple tool which allows you to copy display names for range of items from idnum2itemdisplayname.txt or from iteminfo.lua to your item_db.conf, within just 30 seconds. Link: https://github.com/dastgir/LuaScripts/tree/master/Lua/CopyDisplayName just run copyname.bat and input the details it requires. working now, but cant use i found ... The First error : Fixed. itemdb_read_cached_packages: its not this tool error, it says, those item listed does not exist in item_db, check for those items in your item_db I think I know the reason now. This is correct. .↓ Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted June 9, 2014 (edited) Requested by AngelMelody: http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/page-4#entry37029 This is a simple tool which allows you to copy display names for range of items from idnum2itemdisplayname.txt or from iteminfo.lua to your item_db.conf, within just 30 seconds. Link: https://github.com/dastgir/LuaScripts/tree/master/Lua/CopyDisplayName just run copyname.bat and input the details it requires. working now, but cant use i found ... The First error : Fixed.itemdb_read_cached_packages: its not this tool error, it says, those item listed does not exist in item_db, check for those items in your item_db I think I know the reason now. This is correct. .↓ can you try @itemlist command in game to show the correct equip name ? like this: Edited June 9, 2014 by Angelmelody Quote Share this post Link to post Share on other sites
kabu810120 0 Posted June 9, 2014 no~~~ i cant Quote Share this post Link to post Share on other sites
Mystery 594 Posted June 9, 2014 Hi guys, Don't forget to use tags for such large images. Thanks. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted June 10, 2014 I have a suggestion for it: make it doesn't remove commented lines from file =P Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted June 11, 2014 I have a suggestion for it: make it doesn't remove commented lines from file =P A bit tricky but I will try it. 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted June 11, 2014 I have a suggestion for it: make it doesn't remove commented lines from file =P A bit tricky but I will try it. also what about making it support translating of item_info.lua as well? I mean, copy item name and description from id* files and change it at item_info? that would be so much awesome lol =D Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted June 11, 2014 I have a suggestion for it: make it doesn't remove commented lines from file =P A bit tricky but I will try it. also what about making it support translating of item_info.lua as well? I mean, copy item name and description from id* files and change it at item_info? that would be so much awesome lol =D it supports from iteminfo.lua too, just instead of putting idnum2***.txt put iteminfo.lua (The tool recognizes the file by extension, if its txt, it goes to check idnum format, if its lua or lub, it goes to check iteminfo format) Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted June 11, 2014 I have a suggestion for it: make it doesn't remove commented lines from file =P A bit tricky but I will try it. also what about making it support translating of item_info.lua as well? I mean, copy item name and description from id* files and change it at item_info? that would be so much awesome lol =D it supports from iteminfo.lua too, just instead of putting idnum2***.txt put iteminfo.lua (The tool recognizes the file by extension, if its txt, it goes to check idnum format, if its lua or lub, it goes to check iteminfo format) I mean translating iteminfo.lua instead of item_db.conf =P Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted June 11, 2014 I mean translating iteminfo.lua instead of item_db.conf =P you mean get name from item_db.conf and put it in iteminfo.lua? Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted June 11, 2014 I mean translating iteminfo.lua instead of item_db.conf =P you mean get name from item_db.conf and put it in iteminfo.lua? get name and description from id* files and put in iteminfo.lua Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted September 11, 2014 I mean translating iteminfo.lua instead of item_db.conf =P you mean get name from item_db.conf and put it in iteminfo.lua? get name and description from id* files and put in iteminfo.lua bump? xD also I've posted a new issue: https://github.com/dastgir/Scripts/issues/3 Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted September 29, 2014 I mean translating iteminfo.lua instead of item_db.conf =P you mean get name from item_db.conf and put it in iteminfo.lua? get name and description from id* files and put in iteminfo.lua bump to this suggestion / Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted December 3, 2014 Could you make it to support KeepAfterUse ? Thanks Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted December 4, 2014 Could you make it to support KeepAfterUse ? Thanks yeah =D hope to see my suggestion as well Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted February 21, 2015 Hi~Dastgir, If you are free ,Would you mind to create a tool which can tranlate quest_db.conf by refrencing to the client file 'questid2display.txt' since quest_db.conf has been implemented. Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted February 21, 2015 Hi~Dastgir,If you are free ,Would you mind to create a tool which can tranlate quest_db.confby refrencing to the client file 'questid2display.txt' since quest_db.conf has beenimplemented. You mean the name of quest??? Quote Share this post Link to post Share on other sites