Jump to content
Kinx

frage getrandgroupitem

Recommended Posts

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.

Link to comment
Share on other sites

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 ;>

  • Upvote 1
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
Reply to this topic...

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

Important Information

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