Jump to content
  • 0

item_group_db fail


Question

Posted

Hello.
We have updated the server, and they have gone from item_group_db.txt to item_group_db.yml, but now the boxes fail.
This error appears:

[Error]: itemdb_get_randgroupitem: Invalid group id

Any idea what it might be?

3 answers to this question

Recommended Posts

  • 0
Posted

Good Day,

I'm facing the same issue.

I've downloaded the last commit of rAthena.

 Some months ago, before yaml refactor I was using, const.txt to set the Item Group ID, then in import/item_group_db.txt setting the "box content".

I've read the entire Doc. https://github.com/rathena/rathena/blob/master/doc/item_group.txt but I still don't understand what Am I doing wrong.

When I use the item the output is that one:

[Error]: buildin_getrandgroupitem: Invalid group id (0)!

Did anyone found that too?

Thank you and Kind regards

  • 0
Posted

Maybe there is a mistake in your group name ?

item_group_db_.yml

  - Group: MyItemGroup
    Contain:

the name in const.yml must be

IG_MyItemGroup

because 'IG_' is appended to the name when the file is read.

 

  • 0
Posted
On 9/14/2021 at 6:58 PM, Capuche said:

Maybe there is a mistake in your group name ?

item_group_db_.yml

  - Group: MyItemGroup
    Contain:

the name in const.yml must be

IG_MyItemGroup

because 'IG_' is appended to the name when the file is read.

 

Hi there.
We have seen that the problem is that we do not use the main branch.
If not, a branch where the emulator already has the refine ui and the lapine system implemented.
But it hasn't been updated for months, and it doesn't contain the const.yml.
We have tried with the rathena master, and put the lapine system, but it does not compile well, it gives errors.
Thanks.

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...