Broker 0 Posted March 10, 2014 (edited) 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 March 10, 2014 by Broker Quote Share this post Link to post Share on other sites
0 安赫尔 9 Posted March 10, 2014 Oh you're missing the points. In itemdb.conf only need follow Script: <" getrandgroupitem 12925,1; "> Your groups.conf is right Quote Share this post Link to post Share on other sites
0 Broker 0 Posted March 10, 2014 Now it's showing this: Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted March 10, 2014 Replace all ExchangeHeadgears_ with Pet_Egg_Scroll1 Quote Share this post Link to post Share on other sites
0 Broker 0 Posted March 10, 2014 It fixed the error but i still not receiving any item from the egg. Quote Share this post Link to post Share on other sites
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):
Then i created a new item group in (item_group.conf):
And (item_packages.conf)
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 BrokerShare this post
Link to post
Share on other sites