IGCN x9 Pentagram drop with sockets
i looked the file IGC_PentagramItemDropRate.xml and put a few pentagrams in drop but always drop with 0 sockets.
how to put for drop with sockets?
my file:
Code:
<?xml version="1.0" encoding="utf-8"?>
<PentagramItemDrop>
<ServerElementRate>
<Server Index="1" Code="0" FireDrop="2000" WaterDrop="2000" EarthDrop="2000" WindDrop="2000" DarknessDrop="2000" /> <!-- Total must be equal to 10000 -->
</ServerElementRate>
<SocketRate>
<Socket Count="1" OpenRate="10000" OpenSet="10000" SlotRate1="10000" SlotRate2="0" SlotRate3="0" SlotRate4="0" SlotRate5="0" />
</SocketRate>
<ItemDropRate>
<Monster Index="586" ItemCat1="12" ItemIndex1="200" DropRate1="10000" ItemCat2="-1" ItemIndex2="-1" DropRate2="-1" ItemCat3="-1" ItemIndex3="-1" DropRate3="0" ItemCat4="-1" ItemIndex4="-1" DropRate4="0" ItemCat5="-1" ItemIndex5="-1" DropRate5="0" ItemCat6="-1" ItemIndex6="-1" DropRate6="0" ItemCat7="-1" ItemIndex7="-1" DropRate7="0" ItemCat8="-1" ItemIndex8="-1" DropRate8="0" ItemCat9="-1" ItemIndex9="-1" DropRate9="0" ItemCat10="-1" ItemIndex10="-1" DropRate10="0" Name="Bahamut" />
</ItemDropRate>
</PentagramItemDrop>
Ty to all :D
Re: IGCN x9 Pentagram drop with sockets
Edit SlotRate2="0"
SlotRate3="0"
SlotRate4="0"
SlotRate5="0"
Edit the values of 0 to like 1000, i guessing max is 10,000