Jump to content
  • 0
Broker

[DOUBT] item_db .conf

Question

Hello, i'm trying to change Pet_Egg_Scroll1 (#12925) effect to randomly get a certain group of headgear. 

 

First i changed its effect in (item_db.conf):

{	Id: 12925	AegisName: "Pet_Egg_Scroll1"	Name: "Kafra Item Mall Prize Package"	Type: 18	Buy: 20	Weight: 10	Script: <" additem groupranditem(ExchangeHeadgears_),1; ">},

Then i created a new item group in (item_group.conf):

ExchangeHeadgears_: (("10021"),("5490"),)

And (item_packages.conf)

}	ExchangeHeadgears_: {		Random: 1		Rate: 8000	}

But when i use the Pet_Egg_Scroll1 (#12925) i'm not receiving any item. Does anyone know how to fix it for me?

 

----------

 

At last my intention is to have a Surprise Egg that can give items randomly being earned with certain (%) each item.

Edited by Broker

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Oh you're missing the points.

 

In itemdb.conf only need follow

Script: <" getrandgroupitem 12925,1; ">

 

Your groups.conf is right

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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