IGCN_EventBag, how to read this?
Hello, im just thinking about how it can works correctly.
(Data files are original, i do not change anything).
<BagInfo id="1" itemcat="14" itemid="11" itemlvl="0" monsterid="-1" file="BoxOfLuck.xml" type ="0" dropcount="1" />
<BagInfo id="2" itemcat="14" itemid="11" itemlvl="1" monsterid="-1" file="StarOfXMas.xml" type ="0" dropcount="1" />
<BagInfo id="3" itemcat="14" itemid="11" itemlvl="2" monsterid="-1" file="FireCracker.xml" type ="0" dropcount="1" />
<BagInfo id="4" itemcat="14" itemid="11" itemlvl="3" monsterid="-1" file="HeartOfLove.xml" type ="0" dropcount="1" />
<BagInfo id="5" itemcat="14" itemid="11" itemlvl="5" monsterid="-1" file="SilverMedal.xml" type ="0" dropcount="1" />
<BagInfo id="6" itemcat="14" itemid="11" itemlvl="6" monsterid="-1" file="GoldMedal.xml" type ="0" dropcount="1" />
<BagInfo id="7" itemcat="14" itemid="11" itemlvl="7" monsterid="-1" file="EventChip.xml" type ="0" dropcount="1" />
<BagInfo id="8" itemcat="14" itemid="11" itemlvl="8" monsterid="-1" file="BoxOfKundun1.xml" type ="0" dropcount="1" />
<BagInfo id="9" itemcat="14" itemid="11" itemlvl="9" monsterid="-1" file="BoxOfKundun2.xml" type ="0" dropcount="1" />
<BagInfo id="10" itemcat="14" itemid="11" itemlvl="10" monsterid="-1" file="BoxOfKundun3.xml" type ="0" dropcount="1" />
<BagInfo id="11" itemcat="14" itemid="11" itemlvl="11" monsterid="-1" file="BoxOfKundun4.xml" type ="0" dropcount="1" />
<BagInfo id="12" itemcat="14" itemid="11" itemlvl="12" monsterid="-1" file="BoxOfKundun5.xml" type ="0" dropcount="1" />
<BagInfo id="13" itemcat="14" itemid="11" itemlvl="13" monsterid="-1" file="HeartOfDarkLord.xml" type ="0" dropcount="1" />
I realy dont know how to edit this, all of these boxes got same category and index,
so drop is obtainable from Box Of Heaven...
Or maybe im wrong, anyway, thanks for help.
imeaxy.
Re: IGCN_EventBag, how to read this?
This is where you select how many items they drop..
for example - <BagInfo id="8" itemcat="14" itemid="11" itemlvl="8" monsterid="-1" file="BoxOfKundun1.xml" type ="0" dropcount="1" />
box of kundun+1 will drop 1 item, as the dropcount is set to 1.. you can increase or decrease here.
to edit what drops from each bok, medal/etc you need to go to IGCData/EventBags.
Re: IGCN_EventBag, how to read this?
Oke, thanks for help lloydy.