Jump to content
Dastgir

Display Name to item_db

Recommended Posts

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.

Share this post


Link to post
Share on other sites

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 :(

 

FRiiS30.jpg

 

 

 

i found ...

 

Uv0FGkP.jpg

 

X1lZBk3.jpg

Share this post


Link to post
Share on other sites

 

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 :(

 

 

FRiiS30.jpg

 

 

 

 

i found ...

 

 

Uv0FGkP.jpg

 

X1lZBk3.jpg

 

 

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

Share this post


Link to post
Share on other sites

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 by Angelmelody

Share this post


Link to post
Share on other sites

 

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 ..)

Share this post


Link to post
Share on other sites

 

 

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 :(

 

 

 

FRiiS30.jpg

 

 

 

 

i found ...

 

 

 

Uv0FGkP.jpg

 

X1lZBk3.jpg

 

 

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.  .↓

9ZdPA3z.png

 

 

aKNRQCS.png

 

 

Share this post


Link to post
Share on other sites

 

 

 

 

 

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 :(
 
FRiiS30.jpg
 
 

i found ...

Uv0FGkP.jpg
 
X1lZBk3.jpg

 

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.  .↓
9ZdPA3z.png
 
 
aKNRQCS.png

 


 
 can you try @itemlist  command  in game to show the correct equip name ?
 
like this:


8HzTMm.jpg

 

Edited by Angelmelody

Share this post


Link to post
Share on other sites

 

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

Share this post


Link to post
Share on other sites

 

 

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)

Share this post


Link to post
Share on other sites

 

 

 

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

Share this post


Link to post
Share on other sites

 

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?

Share this post


Link to post
Share on other sites

 

 

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

Share this post


Link to post
Share on other sites

 

 

 

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

Share this post


Link to post
Share on other sites

 

 

 

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 /

Share this post


Link to post
Share on other sites

 

 

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.

Share this post


Link to post
Share on other sites

 

 

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???

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.