[DOUBT] item_db .conf

Broker

New member
Messages
37
Points
0
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.

 
Last edited by a moderator:
Oh you're missing the points.

In itemdb.conf only need follow

Script: <" getrandgroupitem 12925,1; ">

Your groups.conf is right

 
Now it's showing this:

errodb.jpg


 
Replace all ExchangeHeadgears_ with Pet_Egg_Scroll1

 
Back
Top