Jump to content
  • 0

item_group_db fail


Ichigo

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   11
  • Joined:  01/22/13
  • Last Seen:  

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?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   3
  • Joined:  07/19/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   11
  • Joined:  01/22/13
  • Last Seen:  

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.

Link to comment
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
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.

×
×
  • Create New...