Maybe someone can help me to add new GroupID for item_package? i have already tried guide, but i thinks theres new update in rA, i cant find #MAXRANDOMGROUP in itemdb.h, and noone config about IG_* in const.txt >.<, always error say Invalid Group ID....
ive tried to adding this at itemdb.h then recompile
IG_SAPPHIRE_EGG,
IG_IDN_HEART_SCROLL,
IG_IDN_WISDOM_EGG,
IG_CHRISTMAS_BOX,
IG_SPECIAL_CHRISTMAS_BOX,
IG_SANTA_GIFT,
IG_LGLUCKY1,
IG_LGLUCKY2,
IG_LGLUCKY3,
but still say invalid group id :((, doc https://github.com/rathena/rathena/blob/master/doc/item_group.txt
say See the "Item Group ID" section in 'db/const.txt'.
but noone Item Group ID ther @@
and heres my import/item_package.txt
IG_LGLucky1,50901,55,50,1
IG_LGLucky1,13607,20,2,1
IG_LGLucky1,12208,20,5,1
IG_LGLucky1,14592,20,5,1
IG_LGLucky1,13894,20,1,1
IG_LGLucky1,13893,20,1,1
IG_LGLucky1,13892,20,1,1
IG_LGLucky1,13891,20,1,1
IG_LGLucky1,51239,5,1,1
sorry for my bad english :))
Fixed By Self~, after patch https://github.com/rathena/rathena/commit/127c13bbdd6c1fb5b708605fc4f6a7f44bc2398d
IG_* moves to itemdb.h and scripts_constats.h
Thanks~