[Help] 10% chance to dropa extra iten

Results 1 to 6 of 6
  1. #1
    Enthusiast marcmarccc is offline
    MemberRank
    Oct 2015 Join Date
    44Posts

    [Help] 10% chance to dropa extra iten

    how i put a kundun + 5 to drop a iten and hv 10% of chance to drop another,not replace the box but a extra iten,if drop 5 u hv 10% chance to drop a 6 iten.


  2. #2
    Enthusiast irDA is offline
    MemberRank
    Mar 2017 Join Date
    PolandLocation
    41Posts

    Re: [Help] 10% chance to dropa extra iten

    IGCN Files?
    Try something like this i dont tested it, but maybe will work.
    Code:
    <Drop Rate="10000" Count="5"> <!-- Jewels -->
            <Item Cat="12" Index="15" ItemMinLevel="0" ItemMaxLevel="0" Skill="0" Luck="0" Option="0" Exc="-1" SetItem="0" SocketCount="0" ElementalItem="0" /> <!-- Jewel Of Chaos -->
        </Drop>
    <Drop Rate="1000" Count="1"> <!-- Jewels -->
             <Item Cat="12" Index="15" ItemMinLevel="0" ItemMaxLevel="0"  Skill="0" Luck="0" Option="0" Exc="-1" SetItem="0" SocketCount="0"  ElementalItem="0" /> <!-- Jewel Of Chaos -->
        </Drop>
    </DropAllow>
    </ItemBag>

  3. #3
    Enthusiast marcmarccc is offline
    MemberRank
    Oct 2015 Join Date
    44Posts

    Re: [Help] 10% chance to dropa extra iten

    Quote Originally Posted by irDA View Post
    IGCN Files?
    Try something like this i dont tested it, but maybe will work.
    Code:
    <Drop Rate="10000" Count="5"> <!-- Jewels -->
            <Item Cat="12" Index="15" ItemMinLevel="0" ItemMaxLevel="0" Skill="0" Luck="0" Option="0" Exc="-1" SetItem="0" SocketCount="0" ElementalItem="0" /> <!-- Jewel Of Chaos -->
        </Drop>
    <Drop Rate="1000" Count="1"> <!-- Jewels -->
             <Item Cat="12" Index="15" ItemMinLevel="0" ItemMaxLevel="0"  Skill="0" Luck="0" Option="0" Exc="-1" SetItem="0" SocketCount="0"  ElementalItem="0" /> <!-- Jewel Of Chaos -->
        </Drop>
    </DropAllow>
    </ItemBag>
    muemu files

  4. #4
    Enthusiast irDA is offline
    MemberRank
    Mar 2017 Join Date
    PolandLocation
    41Posts

    Re: [Help] 10% chance to dropa extra iten

    Its example code for muemu files, i dont tested it with added more section to drop more than 1 item, but you can try. If it will drop 2 items, than only change items what u want, and SectionRate to 1000 (1000=10%)
    Code:
    3
    //Index   DropRate
    0         10000
    end
    
    4
    //Index   Section   SectionRate   MoneyAmount   OptionValue   DW   DK   FE   MG   DL   SU   RF
    0         5         10000          10000000         1          1    1    1    1    1    1    1
    0         6         10000          10000000         1          1    1    1    1    1    1    1
    end
    
    5
    //Index   Level   Grade   Option0   Option1   Option2   Option3   Option4   Option5   Option6   Duration   Comment
    3075        0       0       41         12        13        20        0         *         *         0          //Elven Shield
    3076        0       0       41         12        13        20        0         *         *         0          //Buckler
    3077        0       0       41         12        13        20        0         *         *         0          //Dragon Slayer Shield
    3078        0       0       41         12        13        20        0         *         *         0          //Skull Shield
    3079        0       0       41         12        13        20        0         *         *         0          //Spiked Shield
    3080        0       0       41         12        13        20        0         *         *         0          //Tower Shield
    3081        0       0       41         12        13        20        0         *         *         0          //Plate Shield
    3082        0       0       41         12        13        20        0         *         *         0          //Large Round Shield
    3075        0       0       41         12        13        20        0         *         *         0          //Eleven Shield
    3085        0       0       41         12        13        20        0         *         *         0          //Dragon Shield
    3086        0       0       41         12        13        20        0         *         *         0          //Legendary Shield
    0        0       0       41         12        13        20        0         *         *         0          //Kriss
    14        0       0       41         12        13        20        0         *         *         0          //Lighitng Sword
    12        0       0       41         12        13        20        0         *         *         0          //Helical Sword
    13        0       0       41         12        13        20        0         *         *         0          //Double Blade
    31        0       0       41         12        13        20        0         *         *         0          //Rune Blade
    32        0       0       41         12        13        20        0         *         *         0          //Sacred Glove
    1033        0       0       41         12        13        20        0         *         *         0          //Master Scepter
    2053        0       0       41         12        13        20        0         *         *         0          //Silver Bow
    2061        0       0       41         12        13        20        0         *         *         0          //Bluewing Crossbow
    2565        0       0       41         12        13        20        0         *         *         0          //Legendary Staff
    2575        0       0       41         12        13        20        0         *         *         0          //Violent Wind Stick
    4        0       0       41         12        13        20        0         *         *         0          //Sword of Assassin
    5        0       0       41         12        13        20        0         *         *         0          //Blade
    6        0       0       41         12        13        20        0         *         *         0          //Gladius
    7        0       0       41         12        13        20        0         *         *         0          //Falchion
    9        0       0       41         12        13        20        0         *         *         0          //Sword of Salamander
    514        0       0       41         12        13        20        0         *         *         0          //Double Axe
    515        0       0       41         12        13        20        0         *         *         0          //Tomahawk
    516        0       0       41         12        13        20        0         *         *         0          //Elven Axe
    518        0       0       41         12        13        20        0         *         *         0          //Nikea Axe
    1024        0       0       41         12        13        20        0         *         *         0          //Mace
    1025        0       0       41         12        13        20        0         *         *         0          //Morning Star
    1026        0       0       41         12        13        20        0         *         *         0          //Flail
    1027        0       0       41         12        13        20        0         *         *         0          //Great Hammer
    1539        0       0       41         12        13        20        0         *         *         0          //Giant Trident
    2050        0       0       41         12        13        20        0         *         *         0          //Elven Bow
    2051        0       0       41         12        13        20        0         *         *         0          //Battle Bow
    2052        0       0       41         12        13        20        0         *         *         0          //Tiger Bow
    2057        0       0       41         12        13        20        0         *         *         0          //Golden Crossbow
    2058        0       0       41         12        13        20        0         *         *         0          //Arquebus
    2059        0       0       41         12        13        20        0         *         *         0          //Light Crossbow
    2561        0       0       41         12        13        20        0         *         *         0          //Angelic Staff
    2562        0       0       41         12        13        20        0         *         *         0          //Serpent Staff
    2564        0       0       41         12        13        20        0         *         *         0          //Gorgon Staff
    end
    6
    //Index   Level   Grade   Option0   Option1   Option2   Option3   Option4   Option5   Option6   Duration   Comment
    7181        0       0       *          *         *         *         0         *         *         0          //Jewel Of Bless
    7182        0       0       *          *         *         *         0         *         *         0          //Jewel Of Soul
    6159        0       0       *          *         *         *         0         *         *         0          //Jewel of Chaos
    7184        0       0       *          *         *         *         0         *         *         0          //Jewel Of Life
    7190        0       0       *          *         *         *         0         *         *         0          //Jewel Of Creation
    end

  5. #5
    Enthusiast marcmarccc is offline
    MemberRank
    Oct 2015 Join Date
    44Posts

    Re: [Help] 10% chance to dropa extra iten

    Quote Originally Posted by irDA View Post
    Its example code for muemu files, i dont tested it with added more section to drop more than 1 item, but you can try. If it will drop 2 items, than only change items what u want, and SectionRate to 1000 (1000=10%)
    Code:
    3//Index   DropRate0         10000end4//Index   Section   SectionRate   MoneyAmount   OptionValue   DW   DK   FE   MG   DL   SU   RF0         5         10000          10000000         1          1    1    1    1    1    1    10         6         10000          10000000         1          1    1    1    1    1    1    1end5//Index   Level   Grade   Option0   Option1   Option2   Option3   Option4   Option5   Option6   Duration   Comment3075        0       0       41         12        13        20        0         *         *         0          //Elven Shield3076        0       0       41         12        13        20        0         *         *         0          //Buckler3077        0       0       41         12        13        20        0         *         *         0          //Dragon Slayer Shield3078        0       0       41         12        13        20        0         *         *         0          //Skull Shield3079        0       0       41         12        13        20        0         *         *         0          //Spiked Shield3080        0       0       41         12        13        20        0         *         *         0          //Tower Shield3081        0       0       41         12        13        20        0         *         *         0          //Plate Shield3082        0       0       41         12        13        20        0         *         *         0          //Large Round Shield3075        0       0       41         12        13        20        0         *         *         0          //Eleven Shield3085        0       0       41         12        13        20        0         *         *         0          //Dragon Shield3086        0       0       41         12        13        20        0         *         *         0          //Legendary Shield0        0       0       41         12        13        20        0         *         *         0          //Kriss14        0       0       41         12        13        20        0         *         *         0          //Lighitng Sword12        0       0       41         12        13        20        0         *         *         0          //Helical Sword13        0       0       41         12        13        20        0         *         *         0          //Double Blade31        0       0       41         12        13        20        0         *         *         0          //Rune Blade32        0       0       41         12        13        20        0         *         *         0          //Sacred Glove1033        0       0       41         12        13        20        0         *         *         0          //Master Scepter2053        0       0       41         12        13        20        0         *         *         0          //Silver Bow2061        0       0       41         12        13        20        0         *         *         0          //Bluewing Crossbow2565        0       0       41         12        13        20        0         *         *         0          //Legendary Staff2575        0       0       41         12        13        20        0         *         *         0          //Violent Wind Stick4        0       0       41         12        13        20        0         *         *         0          //Sword of Assassin5        0       0       41         12        13        20        0         *         *         0          //Blade6        0       0       41         12        13        20        0         *         *         0          //Gladius7        0       0       41         12        13        20        0         *         *         0          //Falchion9        0       0       41         12        13        20        0         *         *         0          //Sword of Salamander514        0       0       41         12        13        20        0         *         *         0          //Double Axe515        0       0       41         12        13        20        0         *         *         0          //Tomahawk516        0       0       41         12        13        20        0         *         *         0          //Elven Axe518        0       0       41         12        13        20        0         *         *         0          //Nikea Axe1024        0       0       41         12        13        20        0         *         *         0          //Mace1025        0       0       41         12        13        20        0         *         *         0          //Morning Star1026        0       0       41         12        13        20        0         *         *         0          //Flail1027        0       0       41         12        13        20        0         *         *         0          //Great Hammer1539        0       0       41         12        13        20        0         *         *         0          //Giant Trident2050        0       0       41         12        13        20        0         *         *         0          //Elven Bow2051        0       0       41         12        13        20        0         *         *         0          //Battle Bow2052        0       0       41         12        13        20        0         *         *         0          //Tiger Bow2057        0       0       41         12        13        20        0         *         *         0          //Golden Crossbow2058        0       0       41         12        13        20        0         *         *         0          //Arquebus2059        0       0       41         12        13        20        0         *         *         0          //Light Crossbow2561        0       0       41         12        13        20        0         *         *         0          //Angelic Staff2562        0       0       41         12        13        20        0         *         *         0          //Serpent Staff2564        0       0       41         12        13        20        0         *         *         0          //Gorgon Staffend6//Index   Level   Grade   Option0   Option1   Option2   Option3   Option4   Option5   Option6   Duration   Comment7181        0       0       *          *         *         *         0         *         *         0          //Jewel Of Bless7182        0       0       *          *         *         *         0         *         *         0          //Jewel Of Soul6159        0       0       *          *         *         *         0         *         *         0          //Jewel of Chaos7184        0       0       *          *         *         *         0         *         *         0          //Jewel Of Life7190        0       0       *          *         *         *         0         *         *         0          //Jewel Of Creationend
    TY sr i will try it, if u hv the gloweffect for wings 2.5 i can use it =)

  6. #6
    Enthusiast marcmarccc is offline
    MemberRank
    Oct 2015 Join Date
    44Posts

    Re: [Help] 10% chance to dropa extra iten

    Quote Originally Posted by irDA View Post
    Its example code for muemu files, i dont tested it with added more section to drop more than 1 item, but you can try. If it will drop 2 items, than only change items what u want, and SectionRate to 1000 (1000=10%)
    Code:
    3
    //Index   DropRate
    0         10000
    end
    
    4
    //Index   Section   SectionRate   MoneyAmount   OptionValue   DW   DK   FE   MG   DL   SU   RF
    0         5         10000          10000000         1          1    1    1    1    1    1    1
    0         6         10000          10000000         1          1    1    1    1    1    1    1
    end
    
    5
    //Index   Level   Grade   Option0   Option1   Option2   Option3   Option4   Option5   Option6   Duration   Comment
    3075        0       0       41         12        13        20        0         *         *         0          //Elven Shield
    3076        0       0       41         12        13        20        0         *         *         0          //Buckler
    3077        0       0       41         12        13        20        0         *         *         0          //Dragon Slayer Shield
    3078        0       0       41         12        13        20        0         *         *         0          //Skull Shield
    3079        0       0       41         12        13        20        0         *         *         0          //Spiked Shield
    3080        0       0       41         12        13        20        0         *         *         0          //Tower Shield
    3081        0       0       41         12        13        20        0         *         *         0          //Plate Shield
    3082        0       0       41         12        13        20        0         *         *         0          //Large Round Shield
    3075        0       0       41         12        13        20        0         *         *         0          //Eleven Shield
    3085        0       0       41         12        13        20        0         *         *         0          //Dragon Shield
    3086        0       0       41         12        13        20        0         *         *         0          //Legendary Shield
    0        0       0       41         12        13        20        0         *         *         0          //Kriss
    14        0       0       41         12        13        20        0         *         *         0          //Lighitng Sword
    12        0       0       41         12        13        20        0         *         *         0          //Helical Sword
    13        0       0       41         12        13        20        0         *         *         0          //Double Blade
    31        0       0       41         12        13        20        0         *         *         0          //Rune Blade
    32        0       0       41         12        13        20        0         *         *         0          //Sacred Glove
    1033        0       0       41         12        13        20        0         *         *         0          //Master Scepter
    2053        0       0       41         12        13        20        0         *         *         0          //Silver Bow
    2061        0       0       41         12        13        20        0         *         *         0          //Bluewing Crossbow
    2565        0       0       41         12        13        20        0         *         *         0          //Legendary Staff
    2575        0       0       41         12        13        20        0         *         *         0          //Violent Wind Stick
    4        0       0       41         12        13        20        0         *         *         0          //Sword of Assassin
    5        0       0       41         12        13        20        0         *         *         0          //Blade
    6        0       0       41         12        13        20        0         *         *         0          //Gladius
    7        0       0       41         12        13        20        0         *         *         0          //Falchion
    9        0       0       41         12        13        20        0         *         *         0          //Sword of Salamander
    514        0       0       41         12        13        20        0         *         *         0          //Double Axe
    515        0       0       41         12        13        20        0         *         *         0          //Tomahawk
    516        0       0       41         12        13        20        0         *         *         0          //Elven Axe
    518        0       0       41         12        13        20        0         *         *         0          //Nikea Axe
    1024        0       0       41         12        13        20        0         *         *         0          //Mace
    1025        0       0       41         12        13        20        0         *         *         0          //Morning Star
    1026        0       0       41         12        13        20        0         *         *         0          //Flail
    1027        0       0       41         12        13        20        0         *         *         0          //Great Hammer
    1539        0       0       41         12        13        20        0         *         *         0          //Giant Trident
    2050        0       0       41         12        13        20        0         *         *         0          //Elven Bow
    2051        0       0       41         12        13        20        0         *         *         0          //Battle Bow
    2052        0       0       41         12        13        20        0         *         *         0          //Tiger Bow
    2057        0       0       41         12        13        20        0         *         *         0          //Golden Crossbow
    2058        0       0       41         12        13        20        0         *         *         0          //Arquebus
    2059        0       0       41         12        13        20        0         *         *         0          //Light Crossbow
    2561        0       0       41         12        13        20        0         *         *         0          //Angelic Staff
    2562        0       0       41         12        13        20        0         *         *         0          //Serpent Staff
    2564        0       0       41         12        13        20        0         *         *         0          //Gorgon Staff
    end
    6
    //Index   Level   Grade   Option0   Option1   Option2   Option3   Option4   Option5   Option6   Duration   Comment
    7181        0       0       *          *         *         *         0         *         *         0          //Jewel Of Bless
    7182        0       0       *          *         *         *         0         *         *         0          //Jewel Of Soul
    6159        0       0       *          *         *         *         0         *         *         0          //Jewel of Chaos
    7184        0       0       *          *         *         *         0         *         *         0          //Jewel Of Life
    7190        0       0       *          *         *         *         0         *         *         0          //Jewel Of Creation
    end
    doesnt work, i need for eventbags,like GGD , or kundun, etc....but ty anyway...



Advertisement