Kinx Posted May 22, 2017 Posted May 22, 2017 hmn benutze die aktuelle git, bzw wolte frage wie mal eine neue Item_Group hinzufügt. habe zwar das dazu in der wiki gefunden https://github.com/rathena/rathena/wiki/Item_Group allerdings werden die neuen Item_Group wohl nicht mehr in db/const.txt eingetragen sonder irgend wo anders. Quote
Jey Posted May 22, 2017 Posted May 22, 2017 grep -r "IG_OSTEREI" src/map/script_constants.h: export_constant(IG_OSTEREI); src/map/itemdb.h: IG_OSTEREI, db/import/item_group_db.txt:IG_OSTEREI,558,60 db/import/item_group_db.txt:IG_OSTEREI,607,40 db/import/item_group_db.txt:IG_OSTEREI,14234,25 db/import/item_group_db.txt:IG_OSTEREI,32000,20 db/import/item_group_db.txt:IG_OSTEREI,12103,2 db/import/item_group_db.txt:IG_OSTEREI,32007,1 db/import/item_db.txt:32039,Osterei,Osterei,2,1000,,200,,,,,0xFFFFFFFF,63,2,,,,,,{ getgroupitem(IG_OSTEREI); },{},{} Beispiele suchen ist immer noch am hilfreichsten ;> 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.