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
  On 6/8/2014 at 3:47 PM, Dastgir said:

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
  On 6/8/2014 at 4:37 PM, kabu810120 said:

 

  On 6/8/2014 at 3:47 PM, Dastgir said:

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

 

  Reveal hidden contents

 

 

i found ...

 

  Reveal hidden contents

 

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
  On 6/8/2014 at 3:47 PM, Dastgir said:

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
  On 6/9/2014 at 5:32 AM, Angelmelody said:

 

  On 6/8/2014 at 3:47 PM, Dastgir said:

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
  On 6/9/2014 at 4:33 AM, Dastgir said:

 

  On 6/8/2014 at 4:37 PM, kabu810120 said:

 

  On 6/8/2014 at 3:47 PM, Dastgir said:

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

 

  Reveal hidden contents

 

 

 

i found ...

 

  Reveal hidden contents

 

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

  Reveal hidden contents

 

Share this post


Link to post
Share on other sites

 

  Reveal hidden contents


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

  Reveal hidden contents

 

Edited by Angelmelody

Share this post


Link to post
Share on other sites
  On 6/10/2014 at 9:54 PM, evilpuncker said:

I have a suggestion for it: make it doesn't remove commented lines from file =P

A bit tricky but I will try it.

Share this post


Link to post
Share on other sites
  On 6/11/2014 at 4:04 AM, Dastgir said:

 

  On 6/10/2014 at 9:54 PM, evilpuncker said:

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
  On 6/11/2014 at 1:16 PM, evilpuncker said:

 

  On 6/11/2014 at 4:04 AM, Dastgir said:

 

  On 6/10/2014 at 9:54 PM, evilpuncker said:

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
  On 6/11/2014 at 1:22 PM, Dastgir said:

 

  On 6/11/2014 at 1:16 PM, evilpuncker said:

 

  On 6/11/2014 at 4:04 AM, Dastgir said:

 

  On 6/10/2014 at 9:54 PM, evilpuncker said:

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
  Quote

 

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
  On 6/11/2014 at 2:02 PM, Dastgir said:

 

  Quote

 

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
  On 6/11/2014 at 2:44 PM, evilpuncker said:

 

  On 6/11/2014 at 2:02 PM, Dastgir said:

 

  Quote

 

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
  On 6/11/2014 at 2:44 PM, evilpuncker said:

 

  On 6/11/2014 at 2:02 PM, Dastgir said:

 

  Quote

 

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
  On 12/3/2014 at 5:33 PM, Angelmelody said:

 

  On 6/8/2014 at 3:47 PM, Dastgir said:

 

Could you  make it to support KeepAfterUse

 

Thanks :D

 

yeah =D hope to see my suggestion as well

Share this post


Link to post
Share on other sites
  On 6/9/2014 at 4:33 AM, Dastgir said:

 

 

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
  On 2/21/2015 at 2:23 AM, Angelmelody said:

 

  On 6/9/2014 at 4:33 AM, Dastgir said:

 

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.


×
×
  • Create New...

Important Information

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