PVP Misses attack

Results 1 to 14 of 14
  1. #1
    Member Fraancoo is offline
    MemberRank
    Mar 2012 Join Date
    Rosario, ArgentLocation
    67Posts

    PVP Misses attack

    Hi, I have a problem, in PVP the pj without set hitting normal, but with set (any) they hit "miss"

    Screens:





    CallCharacter.ini:

    PHP Code:
    //================================================================//
    //     Projeto Season 4 Koreano                                   //
    //     GameServer 90 && GameServerCS 90 FIX:capitaothorr/Fabiano  // 
    //================================================================//
    [CalCharacter]
    //================================================================//
    //    Configs Call Character System                               //
    //================================================================//
    //================================================================//
    // Configs Dark Wizard Soul Master Grand Master                   //
    //================================================================//

    AtackEneSMMinDivisor        ;
    AtackEneSMMaxDivisor        ;
    AtackSTRSMMinDivisor        ;
    AtackSTRSMMaxDivisor        ;
    AtackSpeedSMDivisor         14;
    DefenseBlockDWMG            10 defesa do dark wizard e magic gladiador



    //================================================================//
    // Configs Dark Knight Black Knight Blade Master                  //
    //================================================================//

    AtackSTRDKMinDivisor        15 ;
    AtackSTRDKMaxDivisor        20 ;
    AtackSpeedBKAndMGDivisor1   21 ;
    AtackSpeedBKAndMGDivisor2   20 ;
    SucessFullBlockDWDKMG       10 ;
    DefenseBlockDK              ;

    //================================================================//
    // Configs Fairy Elfa Muse Elfa High Elfa                         //
    //================================================================//

    AtackStrDivisorElfMin+Bow     ;
    tackStrDivisorElfMax+Bow     ;
    AtackStrDivisorElfMinNoBow     ;
    AtackStrDivisorElfMaxNoBow     ;
    AtackDextElfMinDivisor         ;
    AtackDextElfMaxDivisor         ;
    AttackSpeed_Elf         32 ;
    Defense_Elf             10 ;
    SuccessfulBlocking_Elf         ;

    //================================================================//
    // Configs Magic Gladiador Duel Master                            //
    //================================================================//

    AtackSTRMGMinDivisor        ;
    AtackSTRMGMaxDivisor        ;
    AtackEneMGMinDivisor        ;

    //================================================================//
    // Configs Dark Lord Lord Emperor                                 //
    //================================================================//

    AtackSTRDLMinDivisor        ;
    AtackSTRDLMaxDivisor        ;
    AtackEneDLMinDivisor        14 ;
    AtackEneDLMaxDivisor        10 ;
    AtackSpeedDLDivisor         10 ;
    SucessFullBlockDL           ;
    DefenseBlockDL              ;

    //================================================================//
    // Configs Summoner Blood Summoner Dimension Master               //
    //================================================================//

    AttackDamageMinRight ;
    AttackDamageMaxRight ;
    AttackDamageMinLeft 14 ;
    AttackDamageMaxLeft 10 ;
    AttackSpeed 10 ;
    MagicSpeed 10 ;
    SuccessfulBlocking 
    Defense ;
    MagicDamageMin ;
    MagicDamageMax ;

    //--------------------------------------------------//
    // dark knight, magic gladiador, dark lord com arma //
    //--------------------------------------------------//
    AttackDamageMinWeaponRight1 45;
    AttackDamageMinWeaponRight2 90;
    AttackDamageMaxWeaponRight1 45;
    AttackDamageMaxWeaponRight2 90;
    AttackDamageMinWeaponLeft1  45;
    AttackDamageMinWeaponLeft2  90;
    AttackDamageMaxWeaponLeft1  45;
    AttackDamageMaxWeaponLeft2  90;

    //--------------------------------------------------// 


  2. #2

    Re: PVP Misses attack

    try
    Code:
    //================================================================// 
    //     Projeto Season 4 Koreano                                   // 
    //     GameServer 90 && GameServerCS 90 FIX:capitaothorr/Fabiano  //  
    //================================================================// 
    [CalCharacter] 
    //================================================================// 
    //    Configs Call Character System                               // 
    //================================================================// 
    //================================================================// 
    // Configs Dark Wizard Soul Master Grand Master                   // 
    //================================================================// 
    
    AtackEneSMMinDivisor = 2 ;
    AtackEneSMMaxDivisor = 1 ;
    AtackSTRSMMinDivisor = 2 ;
    AtackSTRSMMaxDivisor = 1 ;
    AtackSpeedSMDivisor = 5	;
    DefenseBlockDWMG = 1 ; defesa do dark wizard e magic gladiador
    
    //================================================================// 
    // Configs Dark Knight Black Knight Blade Master                  // 
    //================================================================// 
    
    AtackSTRDKMinDivisor = 800 ;
    AtackSTRDKMaxDivisor = 600 ;
    AtackSpeedBKAndMGDivisor1 = 20	;
    AtackSpeedBKAndMGDivisor2 = 25	;
    SucessFullBlockDWDKMG = 1 ; 
    DefenseBlockDK = 1 ;
    
    //================================================================// 
    // Configs Fairy Elfa Muse Elfa High Elfa                         // 
    //================================================================// 
    
    AtackStrDivisorElfMin+Bow = 4 ;
    AtackStrDivisorElfMax+Bow = 2 ;
    AtackStrDivisorElfMinNoBow = 7;
    AtackStrDivisorElfMaxNoBow = 4 ;
    AtackDextElfMinDivisor = 4 ;
    AtackDextElfMaxDivisor = 2 ;
    AtackSpeed_Elf = 5;
    Defense_Elf = 1;
    SuccessfulBlocking_Elf = 1 ;
    
    //================================================================// 
    // Configs Magic Gladiador Duel Master                            // 
    //================================================================// 
    
    AtackSTRMGMinDivisor = 2 ;
    AtackSTRMGMaxDivisor = 1 ;
    AtackEneMGMinDivisor = 1 ;
    
    //================================================================// 
    // Configs Dark Lord Lord Emperor                                 // 
    //================================================================// 
    
    AtackSTRDLMinDivisor = 5 ;
    AtackSTRDLMaxDivisor = 3 ;
    AtackEneDLMinDivisor = 10 ;
    AtackEneDLMaxDivisor = 6 ;
    AtackSpeedDLDivisor = 10 ;
    SucessFullBlockDL = 1 ;
    DefenseBlockDL = 1 ;
    
    //================================================================// 
    // Configs Summoner Blood Summoner Dimension Master               // 
    //================================================================// 
    
    AtackEneSumMinDivisor = 4 ;
    AtackEneSumMaxDivisor = 2 ;
    AtackSpeedSumDivisor1 = 8 ;
    AtackSpeedSumDivisor2 = 4 ;
    AttackSpeed = 10 ; 
    MagicSpeed = 10 ; 
    SuccessfulBlocking = 1 ;  
    Defense = 1 ; 
    MagicDamageMin = 2 ; 
    MagicDamageMax = 2 ; 
    
    //--------------------------------------------------// 
    // dark knight, magic gladiador, dark lord com arma // 
    //--------------------------------------------------// 
    AttackDamageMinWeaponRight1 = 100 ;
    AttackDamageMinWeaponRight2 = 100 ;
    AttackDamageMaxWeaponRight1 = 100 ;
    AttackDamageMaxWeaponRight2 = 100 ;
    AttackDamageMinWeaponLeft1 = 100 ;
    AttackDamageMinWeaponLeft2 = 880 ;
    AttackDamageMaxWeaponLeft1 = 100 ;
    AttackDamageMaxWeaponLeft2 = 880 ; 
    
    //--------------------------------------------------//

  3. #3
    Member Fraancoo is offline
    MemberRank
    Mar 2012 Join Date
    Rosario, ArgentLocation
    67Posts

    Re: PVP Misses attack

    Hello. The problem continues. It is the rate of ELF given that the other characters if I edit RATE rings set and die equal, the elf becomes immortal. Set this:

    Defense_Elf = 10;
    SuccessfulBlocking_Elf = 3;

    Testing from "1" to "1500" and restarting the entire server but I can not fix it. ¿Bug possibly gameserver?

  4. #4

    Re: PVP Misses attack

    what about in skills.txt for elf skills, how are they configured?

  5. #5
    Member Fraancoo is offline
    MemberRank
    Mar 2012 Join Date
    Rosario, ArgentLocation
    67Posts

    Re: PVP Misses attack

    PHP Code:
    //=====================================================================================
    //Project: João Neto - Season IV
    //Version: GameServer 1.00.90 - 1.00.90
    //Information: SKILL KOR // Global Fix 3.0 JNTeam
    //=====================================================================================
    //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------//
    //     Index     Name                    Lvl    Dmg    ReqMana    AG   Distance Delay     Magic  ReqLvl    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -     //                                                                     //
    //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------//
        
    1    "Poison"                30    12    42    0    6    0    100    0    1    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    2
        2    
    "Meteorite"                21    21    12    0    6    0    100    0    4    1    0    0    0    0    0    0    1    0    0    1    0    1    0    0    0    0    0    0    0    0    0    0
        3    
    "Lightning"                13    17    15    0    6    0    100    0    2    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        4    
    "Fire Ball"                5    8    3    0    6    0    100    0    3    1    0    0    0    0    0    0    1    0    0    1    0    1    0    0    0    0    0    0    0    0    0    0
        5    
    "Flame"                    35    25    50    0    6    0    100    0    3    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        6    
    "Teleport"                17    0    30    0    6    0    100    0    -1    1    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        7    
    "Ice"                    25    10    38    0    6    0    100    0    0    1    0    0    0    0    0    0    1    0    0    1    0    1    0    0    0    0    0    0    0    0    0    2
        8    
    "Twister"                40    35    60    0    6    0    100    0    5    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        9    
    "Evil Spirit"                50    45    90    0    6    0    100    0    -1    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        10    
    "Hellfire"                60    120    160    0    0    0    100    0    3    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        11    
    "Power Wave"                9    14    5    0    6    0    100    0    -1    1    0    0    0    0    0    0    1    0    0    1    0    1    0    0    0    0    0    0    0    0    0    0
        12    
    "Aqua Beam"                74    80    140    0    6    0    110    0    6    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        13    
    "Cometfall"                80    70    150    0    3    0    150    0    2    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        14    
    "Inferno"                88    100    200    0    0    0    200    0    3    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        15    
    "Teleport Ally"                83    0    90    25    6    0    188    0    -1    1    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        16    
    "Soul Barrier"                77    0    70    22    6    0    126    0    -1    1    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    1
        17    
    "Energy Ball"                2    3    1    0    6    0    0    0    -1    1    0    0    0    0    0    0    1    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        18    
    "Defense"                0    0    30    0    0    0    0    0    -1    -1    0    0    0    0    0    0    0    1    0    1    1    0    0    0    0    0    0    0    0    0    0    0
        19    
    "Falling Slash"                0    0    9    0    3    0    0    0    -1    0    0    0    0    0    0    0    0    1    0    1    1    0    0    0    0    0    0    0    0    0    0    0
        20    
    "Lunge"                    0    0    9    0    2    0    0    0    -1    0    0    0    0    0    0    0    0    1    0    1    1    0    0    0    0    0    0    0    0    0    0    0
        21    
    "Uppercut"                0    0    8    0    2    0    0    0    -1    0    0    0    0    0    0    0    0    1    0    1    1    0    0    0    0    0    0    0    0    0    0    0
        22    
    "Cyclone"                0    0    9    0    2    0    0    0    -1    0    0    0    0    0    0    0    0    1    0    1    1    0    0    0    0    0    0    0    0    0    0    0
        23    
    "Slash"                    0    0    10    0    2    0    100    0    -1    0    0    0    0    0    0    0    0    1    0    1    1    0    0    0    0    0    0    0    0    0    0    0
        24    
    "Triple Shot"                0    0    5    0    6    0    0    0    -1    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        26    
    "Heal"                    8    0    20    0    6    0    100    0    -1    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    3
        27    
    "Greater Defense"            13    0    30    0    6    0    100    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    1
        28    
    "Greater Damage"            18    0    40    0    6    0    100    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    1
        30    
    "Summon Goblin"                0    0    40    0    0    0    90    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        31    
    "Summon Stone Golem"            0    0    70    0    0    0    170    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        32    
    "Summon Assassin"            0    0    110    0    0    0    190    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        33    
    "Summon Elite Yeti"            0    0    160    0    0    0    230    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        34    
    "Summon Dark Knight"            0    0    200    0    0    0    250    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        35    
    "Summon Bali"                0    0    250    0    0    0    260    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        36    
    "Summon Soldier"            0    0    350    0    0    0    280    0    -1    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        38    
    "Decay"                    96    95    110    7    6    0    243    0    1    1    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0    0    2
        39    
    "Ice Storm"                93    80    100    5    6    0    223    0    0    1    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        40    
    "Nova"                    100    0    180    45    6    0    258    0    3    1    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        41    
    "Twisting Slash"            0    0    10    10    2    0    0    0    5    0    0    0    0    0    0    0    0    1    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        42    
    "Rageful Blow"                170    60    25    20    3    0    0    0    4    0    0    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        43    
    "Death Stab"                160    70    15    12    2    0    0    0    5    0    0    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        44    
    "Crescent Moon Slash"            0    90    22    15    4    0    0    0    -1    -1    0    75    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        45    
    "Mana Glaive"                0    90    150    10    6    0    0    0    -1    -1    0    75    0    0    0    0    1    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        46    
    "Starfall"                0    120    20    15    8    0    0    0    -1    -1    0    75    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        47    
    "Impale"                28    15    8    0    3    0    0    0    -1    0    0    0    0    0    0    0    0    1    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        48    
    "Greater Fortitude"            120    0    22    24    0    0    0    0    -1    -1    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0    1
        49    
    "Fire Breath"                110    30    9    0    3    0    0    0    -1    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        50    
    "Flame of Evil (Monster)"        60    120    160    0    0    0    100    0    -1    -1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        51    
    "Ice Arrow"                0    105    10    12    8    0    0    0    0    0    0    0    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    2
        52    
    "Penetration"                130    70    7    9    6    0    0    0    5    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0
        55    
    "Fire Slash"                0    80    15    20    2    0    0    0    1    -1    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    2
        56    
    "Power Slash"                0    0    15    0    5    0    100    0    -1    -1    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        57    
    "Spiral Slash"                0    75    20    15    5    0    0    0    -1    -1    0    75    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        60    
    "Force"                    0    10    10    0    4    0    0    0    -1    1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        61    
    "Fire Burst"                74    100    25    0    6    0    20    0    -1    1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        62    
    "Earthquake"                0    150    0    50    10    10000    0    0    2    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        63    
    "Summon"                98    0    70    30    0    30000    34    400    -1    -1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        64    
    "Critical Damage"            82    0    50    50    0    0    25    300    -1    -1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    1
        65    
    "Electric Spark"            92    250    0    100    10    5000    29    340    -1    1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        66    
    "Force Wave"                0    50    10    0    4    0    0    0    -1    1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        67    
    "Stern"                    0    0    70    50    2    0    0    0    -1    -1    1    0    4    0    0    1    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    2
        68    
    "Cancel Stern"                0    0    25    30    0    0    0    0    -1    -1    1    0    2    0    0    1    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    0
        69    
    "Swell Mana"                0    0    35    30    0    0    0    0    -1    -1    1    0    4    0    0    1    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    1
        70    
    "Invisibility"                0    0    80    60    0    0    0    0    -1    -1    1    0    5    1    1    0    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    0
        71    
    "Cancel Invisibility"            0    0    40    30    0    0    0    0    -1    -1    1    0    2    1    1    0    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    0
        72    
    "Cancel Magic"                0    0    90    70    0    0    0    0    -1    -1    1    0    8    1    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        73    
    "Mana Rays"                0    85    130    7    6    0    0    0    -1    -1    0    75    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        74    
    "Fire Blast"                0    150    30    10    6    0    0    0    -1    -1    0    75    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        76    
    "Plasma Storm"                110    60    50    20    6    1500    0    0    -1    0    0    0    0    0    0    0    2    2    2    1    1    2    0    0    0    0    0    0    0    0    0    0
        77    
    "Infinity Arrow"            220    0    50    10    6    200    0    0    -1    -1    0    0    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    1
        78    
    "Fire Scream"                102    130    45    10    6    0    32    70    -1    1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        79    
    "Explosion"                0    0    0    0    2    0    0    0    -1    1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        200    
    "Summon Monster"            0    0    40    0    0    0    90    0    -1    -1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        201    
    "Magic Attack Immunity"            0    0    40    0    0    0    90    0    -1    -1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        202    
    "Physical Attack Immunity"        0    0    40    0    0    0    90    0    -1    -1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        203    
    "Potion of Bless"            0    0    40    0    0    0    90    0    -1    -1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        204    
    "Potion of Soul"            0    0    40    0    0    0    90    0    -1    -1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        210    
    "Spell of Protection"            0    0    30    0    0    0    0    0    0    0    0    0    5    0    0    0    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    1
        211    
    "Spell of Restriction"            0    0    30    0    3    0    0    0    0    0    0    0    5    0    0    0    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    2
        212    
    "Spell of Pursuit"            0    0    30    0    0    0    0    0    0    0    0    0    10    0    0    0    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    0
        213    
    "Freeze Time"                0    0    30    0    3    0    0    0    0    0    0    0    5    0    0    0    1    1    1    1    1    1    0    0    0    0    0    0    0    0    0    0
        214    
    "Drain Life"                35    35    50    0    6    0    93    0    -1    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        215    
    "Chain Lightning"            75    70    85    0    6    0    75    0    2    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        217    
    "Damage Reflection"            80    0    40    10    5    5000    111    0    -1    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    1
        218    
    "Berserker"                83    0    100    50    5    5000    181    0    -1    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        219    
    "Sleep"                    40    0    20    3    6    0    100    0    -1    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    2
        221    
    "Weakness"                93    0    50    15    6    4000    173    0    -1    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        222    
    "Innovation"                111    0    70    15    6    4000    201    0    -1    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        223    
    "Explosion"                50    40    90    5    6    4000    100    0    3    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        224    
    "Requiem"                75    65    110    10    6    4000    100    0    5    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        225    
    "Pollution"                85    80    120    15    6    4000    158    0    2    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        230    
    "Lightning Shock"            93    95    115    7    6    0    216    0    2    1    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0
        232    
    "Strike of Destruction"            100    110    30    24    5    0    0    0    0    0    0    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0    0
        233    
    "Expansion of Wizardry"            220    0    200    50    6    0    118    0    -1    1    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0    0    1
        234    
    "Recovery"                100    0    40    10    6    0    37    0    -1    0    0    0    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    1
        235    
    "Multi-Shot"                100    40    10    7    6    0    0    0    -1    0    0    0    0    0    0    0    0    0    2    0    0    0    0    0    0    0    0    0    0    0    0    0
        236    
    "Flame Strike"                100    140    20    25    3    0    0    0    3    1    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        237    
    "Gigantic Storm"            220    110    120    10    6    0    118    0    5    1    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0
        238    
    "Chaotic Diseier"            100    190    50    15    6    0    16    0    -1    1    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0
        300    
    "Increase Attack Success Rate"        1    400    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    1    1    0    0    0    0    0    2    0
        301    
    "Increase Attack Success Rate"        2    900    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    1    1    0    0    0    0    0    2    0
        302    
    "Increase Attack Success Rate"        3    1600    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    1    1    0    0    0    0    0    2    0
        303    
    "Increase Attack Success Rate"        4    2700    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    1    1    0    0    0    0    0    2    0
        304    
    "Increase Attack Success Rate"        5    4400    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    1    1    0    0    0    0    0    2    0
        305    
    "Increase Attack Rate (PvP)"        1    1000    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    2    1    0    0    0    0    0    3    0
        306    
    "Increase Attack Rate (PvP)"        2    2300    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    2    1    0    0    0    0    0    3    0
        307    
    "Increase Attack Rate (PvP)"        3    4000    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    2    1    0    0    0    0    0    3    0
        308    
    "Increase Attack Rate (PvP)"        4    6500    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    2    1    0    0    0    0    0    3    0
        309    
    "Increase Attack Rate (PvP)"        5    10000    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    2    1    0    0    0    0    0    3    0
        310    
    "Increase Defense (PvP)"        1    600    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    3    1    0    0    0    0    0    1    0
        311    
    "Increase Defense (PvP)"        2    1300    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    3    1    0    0    0    0    0    1    0
        312    
    "Increase Defense (PvP)"        3    2100    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    3    1    0    0    0    0    0    1    0
        313    
    "Increase Defense (PvP)"        4    3000    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    3    1    0    0    0    0    0    1    0
        314    
    "Increase Defense (PvP)"        5    4000    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    3    1    0    0    0    0    0    1    0
        315    
    "Normal Repair"                1    20    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    4    1    0    0    0    0    0    4    0
        316    
    "Normal Repair"                2    40    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    4    1    0    0    0    0    0    4    0
        317    
    "Normal Repair"                3    60    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    4    1    0    0    0    0    0    4    0
        318    
    "Normal Repair"                4    80    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    4    1    0    0    0    0    0    4    0
        319    
    "Normal Repair"                5    100    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    1    4    1    0    0    0    0    0    4    0
        320    
    "Advanced Repair"            1    20    0    0    0    0    0    0    -1    -1    3    319    0    0    0    0    3    3    3    3    3    3    1    5    1    0    0    0    0    0    5    0
        321    
    "Advanced Repair"            2    40    0    0    0    0    0    0    -1    -1    3    320    0    0    0    0    3    3    3    3    3    3    1    5    1    0    0    0    0    0    5    0
        322    
    "Advanced Repair"            3    60    0    0    0    0    0    0    -1    -1    3    321    0    0    0    0    3    3    3    3    3    3    1    5    1    0    0    0    0    0    5    0
        323    
    "Advanced Repair"            4    80    0    0    0    0    0    0    -1    -1    3    322    0    0    0    0    3    3    3    3    3    3    1    5    1    0    0    0    0    0    5    0
        324    
    "Advanced Repair"            5    100    0    0    0    0    0    0    -1    -1    3    323    0    0    0    0    3    3    3    3    3    3    1    5    1    0    0    0    0    0    5    0
        325    
    "Increase Poison Resistance"        1    1    0    0    0    0    0    0    1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    6    1    0    0    0    0    0    6    0
        326    
    "Increase Poison Resistance"        2    2    0    0    0    0    0    0    1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    6    1    0    0    0    0    0    6    0
        327    
    "Increase Poison Resistance"        3    3    0    0    0    0    0    0    1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    6    1    0    0    0    0    0    6    0
        328    
    "Increase Poison Resistance"        4    4    0    0    0    0    0    0    1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    6    1    0    0    0    0    0    6    0
        329    
    "Increase Poison Resistance"        5    5    0    0    0    0    0    0    1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    6    2    0    0    0    0    0    6    0
        330    
    "Increase Lightning Resistance"        1    1    0    0    0    0    0    0    2    -1    3    329    0    0    0    0    3    3    3    3    3    3    2    7    1    0    0    0    0    0    7    0
        331    
    "Increase Lightning Resistance"        2    2    0    0    0    0    0    0    2    -1    3    330    0    0    0    0    3    3    3    3    3    3    2    7    1    0    0    0    0    0    7    0
        332    
    "Increase Lightning Resistance"        3    3    0    0    0    0    0    0    2    -1    3    331    0    0    0    0    3    3    3    3    3    3    2    7    1    0    0    0    0    0    7    0
        333    
    "Increase Lightning Resistance"        4    4    0    0    0    0    0    0    2    -1    3    332    0    0    0    0    3    3    3    3    3    3    2    7    1    0    0    0    0    0    7    0
        334    
    "Increase Lightning Resistance"        5    5    0    0    0    0    0    0    2    -1    3    333    0    0    0    0    3    3    3    3    3    3    2    7    2    0    0    0    0    0    7    0
        335    
    "Increase Ice Resistance"        1    1    0    0    0    0    0    0    0    -1    3    334    0    0    0    0    3    3    3    3    3    3    2    8    1    0    0    0    0    0    8    0
        336    
    "Increase Ice Resistance"        2    2    0    0    0    0    0    0    0    -1    3    335    0    0    0    0    3    3    3    3    3    3    2    8    1    0    0    0    0    0    8    0
        337    
    "Increase Ice Resistance"        3    3    0    0    0    0    0    0    0    -1    3    336    0    0    0    0    3    3    3    3    3    3    2    8    1    0    0    0    0    0    8    0
        338    
    "Increase Ice Resistance"        4    4    0    0    0    0    0    0    0    -1    3    337    0    0    0    0    3    3    3    3    3    3    2    8    1    0    0    0    0    0    8    0
        339    
    "Increase Ice Resistance"        5    5    0    0    0    0    0    0    0    -1    3    338    0    0    0    0    3    3    3    3    3    3    2    8    2    0    0    0    0    0    8    0
        340    
    "Increase Health Recovery"        1    1    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    9    1    0    0    0    0    0    9    0
        341    
    "Increase Health Recovery"        2    2    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    9    1    0    0    0    0    0    9    0
        342    
    "Increase Health Recovery"        3    3    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    9    1    0    0    0    0    0    9    0
        343    
    "Increase Health Recovery"        4    4    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    9    1    0    0    0    0    0    9    0
        344    
    "Increase Health Recovery"        5    5    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    9    2    0    0    0    0    0    9    0
        345    
    "Increase Zen Rate"            1    40    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    10    1    0    0    0    0    0    10    0
        346    
    "Increase Zen Rate"            2    80    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    10    1    0    0    0    0    0    10    0
        347    
    "Increase Zen Rate"            3    120    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    10    1    0    0    0    0    0    10    0
        348    
    "Increase Zen Rate"            4    160    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    10    1    0    0    0    0    0    10    0
        349    
    "Increase Zen Rate"            5    200    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    10    2    0    0    0    0    0    10    0
        350    
    "Increase Defense"            1    50    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    11    1    0    0    0    0    0    11    0
        351    
    "Increase Defense"            2    100    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    11    1    0    0    0    0    0    11    0
        352    
    "Increase Defense"            3    150    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    11    1    0    0    0    0    0    11    0
        353    
    "Increase Defense"            4    200    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    11    2    0    0    0    0    0    11    0
        354    
    "Increase Defense"            5    250    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    11    2    0    0    0    0    0    11    0
        355    
    "Increase Max Health"            1    50    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    12    1    0    0    0    0    0    12    0
        356    
    "Increase Max Health"            2    100    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    12    1    0    0    0    0    0    12    0
        357    
    "Increase Max Health"            3    150    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    12    1    0    0    0    0    0    12    0
        358    
    "Increase Max Health"            4    200    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    12    2    0    0    0    0    0    12    0
        359    
    "Increase Max Health"            5    300    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    12    2    0    0    0    0    0    12    0
        360    
    "Increase Max AG"            1    60    0    0    0    0    0    0    -1    -1    3    359    0    0    0    0    3    3    3    3    3    3    3    13    1    0    0    0    0    0    13    0
        361    
    "Increase Max AG"            2    120    0    0    0    0    0    0    -1    -1    3    360    0    0    0    0    3    3    3    3    3    3    3    13    1    0    0    0    0    0    13    0
        362    
    "Increase Max AG"            3    180    0    0    0    0    0    0    -1    -1    3    361    0    0    0    0    3    3    3    3    3    3    3    13    1    0    0    0    0    0    13    0
        363    
    "Increase Max AG"            4    240    0    0    0    0    0    0    -1    -1    3    362    0    0    0    0    3    3    3    3    3    3    3    13    2    0    0    0    0    0    13    0
        364    
    "Increase Max AG"            5    300    0    0    0    0    0    0    -1    -1    3    363    0    0    0    0    3    3    3    3    3    3    3    13    2    0    0    0    0    0    13    0
        365    
    "Increase Mana Recovery"        1    40    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    14    1    0    0    0    0    0    14    0
        366    
    "Increase Mana Recovery"        2    20    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    14    1    0    0    0    0    0    14    0
        367    
    "Increase Mana Recovery"        3    14    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    14    1    0    0    0    0    0    14    0
        368    
    "Increase Mana Recovery"        4    10    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    14    2    0    0    0    0    0    14    0
        369    
    "Increase Mana Recovery"        5    8    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    14    2    0    0    0    0    0    14    0
        370    
    "Increase Health Recovery"        1    40    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    15    1    0    0    0    0    0    15    0
        371    
    "Increase Health Recovery"        2    20    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    15    1    0    0    0    0    0    15    0
        372    
    "Increase Health Recovery"        3    14    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    15    1    0    0    0    0    0    15    0
        373    
    "Increase Health Recovery"        4    10    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    15    1    0    0    0    0    0    15    0
        374    
    "Increase Health Recovery"        5    8    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    2    15    2    0    0    0    0    0    15    0
        375    
    "Increase SD Recovery"            1    7    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    16    1    0    0    0    0    0    16    0
        376    
    "Increase SD Recovery"            2    6    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    16    1    0    0    0    0    0    16    0
        377    
    "Increase SD Recovery"            3    5    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    16    1    0    0    0    0    0    16    0
        378    
    "Increase SD Recovery"            4    4    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    16    2    0    0    0    0    0    16    0
        379    
    "Increase SD Recovery"            5    3    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    16    2    0    0    0    0    0    16    0
        380    
    "Increase Experience"            1    8    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    17    1    0    0    0    0    0    17    0
        381    
    "Increase Experience"            2    16    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    17    1    0    0    0    0    0    17    0
        382    
    "Increase Experience"            3    24    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    17    1    0    0    0    0    0    17    0
        383    
    "Increase Experience"            4    32    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    17    2    0    0    0    0    0    17    0
        384    
    "Increase Experience"            5    40    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    3    17    2    0    0    0    0    0    17    0
        385    
    "Increase Max SD"            1    300    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    18    1    0    0    0    0    0    18    0
        386    
    "Increase Max SD"            2    450    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    18    1    0    0    0    0    0    18    0
        387    
    "Increase Max SD"            3    600    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    18    2    0    0    0    0    0    18    0
        388    
    "Increase Max SD"            4    750    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    18    2    0    0    0    0    0    18    0
        389    
    "Increase Max SD"            5    900    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    18    2    0    0    0    0    0    18    0
        390    
    "Increase SD Recovery Rate"        1    10    0    0    0    0    0    0    -1    -1    3    389    0    0    0    0    3    3    3    3    3    3    4    19    1    0    0    0    0    0    19    0
        391    
    "Increase SD Recovery Rate"        2    20    0    0    0    0    0    0    -1    -1    3    390    0    0    0    0    3    3    3    3    3    3    4    19    1    0    0    0    0    0    19    0
        392    
    "Increase SD Recovery Rate"        3    30    0    0    0    0    0    0    -1    -1    3    391    0    0    0    0    3    3    3    3    3    3    4    19    2    0    0    0    0    0    19    0
        393    
    "Increase SD Recovery Rate"        4    40    0    0    0    0    0    0    -1    -1    3    392    0    0    0    0    3    3    3    3    3    3    4    19    2    0    0    0    0    0    19    0
        394    
    "Increase SD Recovery Rate"        5    50    0    0    0    0    0    0    -1    -1    3    393    0    0    0    0    3    3    3    3    3    3    4    19    2    0    0    0    0    0    19    0
        395    
    "Increase Max Damage"            1    10    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    3    3    0    3    0    4    20    1    0    0    0    0    0    20    0
        396    
    "Increase Max Damage"            2    20    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    3    3    0    3    0    4    20    1    0    0    0    0    0    20    0
        397    
    "Increase Max Damage"            3    30    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    3    3    0    3    0    4    20    2    0    0    0    0    0    20    0
        398    
    "Increase Max Damage"            4    40    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    3    3    0    3    0    4    20    2    0    0    0    0    0    20    0
        399    
    "Increase Max Damage"            5    50    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    3    3    0    3    0    4    20    2    0    0    0    0    0    20    0
        400    
    "Increase Min Damage"            1    8    0    0    0    0    0    0    -1    -1    3    399    0    0    0    0    0    3    3    0    3    0    4    21    1    0    0    0    0    0    21    0
        401    
    "Increase Min Damage"            2    16    0    0    0    0    0    0    -1    -1    3    400    0    0    0    0    0    3    3    0    3    0    4    21    1    0    0    0    0    0    21    0
        402    
    "Increase Min Damage"            3    24    0    0    0    0    0    0    -1    -1    3    401    0    0    0    0    0    3    3    0    3    0    4    21    2    0    0    0    0    0    21    0
        403    
    "Increase Min Damage"            4    32    0    0    0    0    0    0    -1    -1    3    402    0    0    0    0    0    3    3    0    3    0    4    21    2    0    0    0    0    0    21    0
        404    
    "Increase Min Damage"            5    40    0    0    0    0    0    0    -1    -1    3    403    0    0    0    0    0    3    3    0    3    0    4    21    2    0    0    0    0    0    21    0
        405    
    "Increase Mana Reduction"        1    5    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    22    1    0    0    0    0    0    22    0
        406    
    "Increase Mana Reduction"        2    10    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    22    1    0    0    0    0    0    22    0
        407    
    "Increase Mana Reduction"        3    15    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    22    2    0    0    0    0    0    22    0
        408    
    "Increase Mana Reduction"        4    20    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    22    2    0    0    0    0    0    22    0
        409    
    "Increase Mana Reduction"        5    25    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    3    3    3    3    3    4    22    2    0    0    0    0    0    22    0
        410    
    "Increase Max Wizardry"            1    10    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    0    0    0    0    3    4    23    1    0    0    0    0    0    23    0
        411    
    "Increase Max Wizardry"            2    20    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    0    0    0    0    3    4    23    1    0    0    0    0    0    23    0
        412    
    "Increase Max Wizardry"            3    30    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    0    0    0    0    3    4    23    2    0    0    0    0    0    23    0
        413    
    "Increase Max Wizardry"            4    40    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    0    0    0    0    3    4    23    2    0    0    0    0    0    23    0
        414    
    "Increase Max Wizardry"            5    50    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    3    0    0    0    0    3    4    23    2    0    0    0    0    0    23    0
        415    
    "Increase Min Wizardry"            1    8    0    0    0    0    0    0    -1    -1    3    414    0    0    0    0    3    0    0    0    0    3    4    24    1    0    0    0    0    0    24    0
        416    
    "Increase Min Wizardry"            2    16    0    0    0    0    0    0    -1    -1    3    415    0    0    0    0    3    0    0    0    0    3    4    24    1    0    0    0    0    0    24    0
        417    
    "Increase Min Wizardry"            3    24    0    0    0    0    0    0    -1    -1    3    416    0    0    0    0    3    0    0    0    0    3    4    24    2    0    0    0    0    0    24    0
        418    
    "Increase Min Wizardry"            4    32    0    0    0    0    0    0    -1    -1    3    417    0    0    0    0    3    0    0    0    0    3    4    24    2    0    0    0    0    0    24    0
        419    
    "Increase Min Wizardry"            5    40    0    0    0    0    0    0    -1    -1    3    418    0    0    0    0    3    0    0    0    0    3    4    24    2    0    0    0    0    0    24    0
        420    
    "Decrease Pet Durability Wane"        1    100    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    0    3    0    4    27    1    0    0    0    0    0    25    0
        421    
    "Decrease Pet Durability Wane"        2    200    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    0    3    0    4    27    1    0    0    0    0    0    25    0
        422    
    "Decrease Pet Durability Wane"        3    300    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    0    3    0    4    27    1    0    0    0    0    0    25    0
        423    
    "Decrease Pet Durability Wane"        4    400    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    0    3    0    4    27    2    0    0    0    0    0    25    0
        424    
    "Decrease Pet Durability Wane"        5    500    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    0    3    0    4    27    2    0    0    0    0    0    25    0
        425    
    "Increase Max Damage & Wizardry"    1    10    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    3    0    0    4    25    1    0    0    0    0    0    23    0
        426    
    "Increase Max Damage & Wizardry"    2    20    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    3    0    0    4    25    1    0    0    0    0    0    23    0
        427    
    "Increase Max Damage & Wizardry"    3    30    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    3    0    0    4    25    2    0    0    0    0    0    23    0
        428    
    "Increase Max Damage & Wizardry"    4    40    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    3    0    0    4    25    2    0    0    0    0    0    23    0
        429    
    "Increase Max Damage & Wizardry"    5    50    0    0    0    0    0    0    -1    -1    3    0    0    0    0    0    0    0    0    3    0    0    4    25    2    0    0    0    0    0    23    0
        430    
    "Increase Min Damage & Wizardry"    1    8    0    0    0    0    0    0    -1    -1    3    429    0    0    0    0    0    0    0    3    0    0    4    26    1    0    0    0    0    0    24    0
        431    
    "Increase Min Damage & Wizardry"    2    16    0    0    0    0    0    0    -1    -1    3    430    0    0    0    0    0    0    0    3    0    0    4    26    1    0    0    0    0    0    24    0
        432    
    "Increase Min Damage & Wizardry"    3    24    0    0    0    0    0    0    -1    -1    3    431    0    0    0    0    0    0    0    3    0    0    4    26    2    0    0    0    0    0    24    0
        433    
    "Increase Min Damage & Wizardry"    4    32    0    0    0    0    0    0    -1    -1    3    432    0    0    0    0    0    0    0    3    0    0    4    26    2    0    0    0    0    0    24    0
        434    
    "Increase Min Damage & Wizardry"    5    40    0    0    0    0    0    0    -1    -1    3    433    0    0    0    0    0    0    0    3    0    0    4    26    2    0    0    0    0    0    24    0
        435    
    "Soul Barrier Strengthener"        1    3    77    24    6    0    126    0    -1    1    4    16    0    0    0    0    3    0    0    0    0    0    2    28    1    0    0    0    0    0    28    1
        436    
    "Soul Barrier Strengthener"        2    6    84    26    6    0    126    0    -1    1    4    435    0    0    0    0    3    0    0    0    0    0    2    28    1    0    0    0    0    0    28    1
        437    
    "Soul Barrier Strengthener"        3    9    91    28    6    0    126    0    -1    1    4    436    0    0    0    0    3    0    0    0    0    0    2    28    1    0    0    0    0    0    28    1
        438    
    "Soul Barrier Strengthener"        4    12    98    30    6    0    126    0    -1    1    4    437    0    0    0    0    3    0    0    0    0    0    2    28    1    0    0    0    0    0    28    1
        439    
    "Soul Barrier Strengthener"        5    15    105    33    6    0    126    0    -1    1    4    438    0    0    0    0    3    0    0    0    0    0    2    28    2    0    0    0    0    0    28    1
        440    
    "Hellfire Strengthener"            1    135    176    0    0    0    100    0    3    1    4    10    0    0    0    0    3    0    0    0    0    0    2    29    1    0    0    0    0    0    29    0
        441    
    "Hellfire Strengthener"            2    150    192    0    0    0    100    0    3    1    4    440    0    0    0    0    3    0    0    0    0    0    2    29    1    0    0    0    0    0    29    0
        442    
    "Hellfire Strengthener"            3    165    208    0    0    0    100    0    3    1    4    441    0    0    0    0    3    0    0    0    0    0    2    29    1    0    0    0    0    0    29    0
        443    
    "Hellfire Strengthener"            4    180    224    0    0    0    100    0    3    1    4    442    0    0    0    0    3    0    0    0    0    0    2    29    1    0    0    0    0    0    29    0
        444    
    "Hellfire Strengthener"            5    195    240    0    0    0    100    0    3    1    4    443    0    0    0    0    3    0    0    0    0    0    2    29    2    0    0    0    0    0    29    0
        445    
    "Evil Spirit Strengthener"        1    50    99    0    6    0    100    0    -1    1    4    9    0    0    0    0    3    0    0    0    0    0    4    30    1    0    0    0    0    0    30    0
        446    
    "Evil Spirit Strengthener"        2    55    108    0    6    0    100    0    -1    1    4    445    0    0    0    0    3    0    0    0    0    0    4    30    1    0    0    0    0    0    30    0
        447    
    "Evil Spirit Strengthener"        3    60    117    0    6    0    100    0    -1    1    4    446    0    0    0    0    3    0    0    0    0    0    4    30    2    0    0    0    0    0    30    0
        448    
    "Evil Spirit Strengthener"        4    65    126    0    6    0    100    0    -1    1    4    447    0    0    0    0    3    0    0    0    0    0    4    30    2    0    0    0    0    0    30    0
        449    
    "Evil Spirit Strengthener"        5    70    135    0    6    0    100    0    -1    1    4    448    0    0    0    0    3    0    0    0    0    0    4    30    2    0    0    0    0    0    30    0
        450    
    "Ice Strengthener"            1    85    110    5    6    0    223    0    0    1    4    39    0    0    0    0    3    0    0    0    0    0    4    31    1    0    0    0    0    0    31    0
        451    
    "Ice Strengthener"            2    90    120    6    6    0    223    0    0    1    4    450    0    0    0    0    3    0    0    0    0    0    4    31    1    0    0    0    0    0    31    0
        452    
    "Ice Strengthener"            3    95    130    6    6    0    223    0    0    1    4    451    0    0    0    0    3    0    0    0    0    0    4    31    2    0    0    0    0    0    31    0
        453    
    "Ice Strengthener"            4    100    140    7    6    0    223    0    0    1    4    452    0    0    0    0    3    0    0    0    0    0    4    31    2    0    0    0    0    0    31    0
        454    
    "Ice Strengthener"            5    105    150    7    6    0    223    0    0    1    4    453    0    0    0    0    3    0    0    0    0    0    4    31    2    0    0    0    0    0    31    0
        455    
    "Twisting Slash Strengthener"        1    2    10    10    2    0    0    0    5    0    4    41    0    0    0    0    0    3    0    0    0    0    2    32    1    0    0    0    0    0    32    0
        456    
    "Twisting Slash Strengthener"        2    4    10    10    2    0    0    0    5    0    4    455    0    0    0    0    0    3    0    0    0    0    2    32    1    0    0    0    0    0    32    0
        457    
    "Twisting Slash Strengthener"        3    6    10    10    2    0    0    0    5    0    4    456    0    0    0    0    0    3    0    0    0    0    2    32    1    0    0    0    0    0    32    0
        458    
    "Twisting Slash Strengthener"        4    8    10    10    2    0    0    0    5    0    4    457    0    0    0    0    0    3    0    0    0    0    2    32    1    0    0    0    0    0    32    0
        459    
    "Twisting Slash Strengthener"        5    10    10    10    3    0    0    0    5    0    4    458    0    0    0    0    0    3    0    0    0    0    2    32    2    0    0    0    0    0    32    0
        460    
    "Death Stab Strengthener"        1    75    15    13    2    0    0    0    5    0    4    43    0    0    0    0    0    3    0    0    0    0    4    33    1    0    0    0    0    0    33    0
        461    
    "Death Stab Strengthener"        2    80    15    14    2    0    0    0    5    0    4    460    0    0    0    0    0    3    0    0    0    0    4    33    1    0    0    0    0    0    33    0
        462    
    "Death Stab Strengthener"        3    85    15    15    2    0    0    0    5    0    4    461    0    0    0    0    0    3    0    0    0    0    4    33    2    0    0    0    0    0    33    0
        463    
    "Death Stab Strengthener"        4    90    15    16    2    0    0    0    5    0    4    462    0    0    0    0    0    3    0    0    0    0    4    33    2    0    0    0    0    0    33    0
        464    
    "Death Stab Strengthener"        5    95    15    18    3    0    0    0    5    0    4    463    0    0    0    0    0    3    0    0    0    0    4    33    2    0    0    0    0    0    33    0
        465    
    "Rageful Blow Strengthener"        1    65    25    22    3    0    0    0    4    0    4    42    0    0    0    0    0    3    0    0    0    0    4    34    1    0    0    0    0    0    34    0
        466    
    "Rageful Blow Strengthener"        2    70    25    24    3    0    0    0    4    0    4    465    0    0    0    0    0    3    0    0    0    0    4    34    1    0    0    0    0    0    34    0
        467    
    "Rageful Blow Strengthener"        3    75    25    26    3    0    0    0    4    0    4    466    0    0    0    0    0    3    0    0    0    0    4    34    2    0    0    0    0    0    34    0
        468    
    "Rageful Blow Strengthener"        4    80    25    28    3    0    0    0    4    0    4    467    0    0    0    0    0    3    0    0    0    0    4    34    2    0    0    0    0    0    34    0
        469    
    "Rageful Blow Strengthener"        5    85    25    30    4    0    0    0    4    0    4    468    0    0    0    0    0    3    0    0    0    0    4    34    2    0    0    0    0    0    34    0
        470    
    "Great Fortitude Strengthener"        1    2    22    26    0    0    0    0    -1    -1    4    48    0    0    0    0    0    3    0    0    0    0    2    35    1    0    0    0    0    0    35    1
        471    
    "Great Fortitude Strengthener"        2    4    22    28    0    0    0    0    -1    -1    4    470    0    0    0    0    0    3    0    0    0    0    2    35    1    0    0    0    0    0    35    1
        472    
    "Great Fortitude Strengthener"        3    6    22    31    0    0    0    0    -1    -1    4    471    0    0    0    0    0    3    0    0    0    0    2    35    1    0    0    0    0    0    35    1
        473    
    "Great Fortitude Strengthener"        4    8    22    33    0    0    0    0    -1    -1    4    472    0    0    0    0    0    3    0    0    0    0    2    35    1    0    0    0    0    0    35    1
        474    
    "Great Fortitude Strengthener"        5    10    22    36    0    0    0    0    -1    -1    4    473    0    0    0    0    0    3    0    0    0    0    2    35    2    0    0    0    0    0    35    1
        475    
    "Heal Strengthener"            1    10    22    0    6    0    100    0    -1    0    4    26    0    0    0    0    0    0    3    0    0    0    2    36    1    0    0    0    0    0    36    0
        476    
    "Heal Strengthener"            2    20    24    0    6    0    100    0    -1    0    4    475    0    0    0    0    0    0    3    0    0    0    2    36    1    0    0    0    0    0    36    0
        477    
    "Heal Strengthener"            3    30    26    0    6    0    100    0    -1    0    4    476    0    0    0    0    0    0    3    0    0    0    2    36    1    0    0    0    0    0    36    0
        478    
    "Heal Strengthener"            4    40    28    0    6    0    100    0    -1    0    4    477    0    0    0    0    0    0    3    0    0    0    2    36    1    0    0    0    0    0    36    0
        479    
    "Heal Strengthener"            5    50    30    0    6    0    100    0    -1    0    4    478    0    0    0    0    0    0    3    0    0    0    2    36    2    0    0    0    0    0    36    0
        480    
    "Greater Defense Strengthener"        1    76    33    0    6    0    100    0    -1    -1    4    27    0    0    0    0    0    0    3    0    0    0    4    37    1    0    0    0    0    0    37    1
        481    
    "Greater Defense Strengthener"        2    72    36    0    6    0    100    0    -1    -1    4    480    0    0    0    0    0    0    3    0    0    0    4    37    1    0    0    0    0    0    37    1
        482    
    "Greater Defense Strengthener"        3    68    39    0    6    0    100    0    -1    -1    4    481    0    0    0    0    0    0    3    0    0    0    4    37    2    0    0    0    0    0    37    1
        483    
    "Greater Defense Strengthener"        4    64    42    0    6    0    100    0    -1    -1    4    482    0    0    0    0    0    0    3    0    0    0    4    37    2    0    0    0    0    0    37    1
        484    
    "Greater Defense Strengthener"        5    60    45    0    6    0    100    0    -1    -1    4    483    0    0    0    0    0    0    3    0    0    0    4    37    2    0    0    0    0    0    37    1
        485    
    "Greater Damage Strengthener"        1    67    44    0    6    0    100    0    -1    -1    4    28    0    0    0    0    0    0    3    0    0    0    4    38    1    0    0    0    0    0    38    1
        486    
    "Greater Damage Strengthener"        2    62    48    0    6    0    100    0    -1    -1    4    485    0    0    0    0    0    0    3    0    0    0    4    38    1    0    0    0    0    0    38    1
        487    
    "Greater Damage Strengthener"        3    59    52    0    6    0    100    0    -1    -1    4    486    0    0    0    0    0    0    3    0    0    0    4    38    2    0    0    0    0    0    38    1
        488    
    "Greater Damage Strengthener"        4    56    56    0    6    0    100    0    -1    -1    4    487    0    0    0    0    0    0    3    0    0    0    4    38    2    0    0    0    0    0    38    1
        489    
    "Greater Damage Strengthener"        5    53    60    0    6    0    100    0    -1    -1    4    488    0    0    0    0    0    0    3    0    0    0    4    38    2    0    0    0    0    0    38    1
        490    
    "Triple Shot Strengthener"        1    2    5    0    6    0    0    0    -1    0    4    24    0    0    0    0    0    0    3    0    0    0    2    39    1    0    0    0    0    0    39    0
        491    
    "Triple Shot Strengthener"        2    4    5    0    6    0    0    0    -1    0    4    490    0    0    0    0    0    0    3    0    0    0    2    39    1    0    0    0    0    0    39    0
        492    
    "Triple Shot Strengthener"        3    6    5    0    6    0    0    0    -1    0    4    491    0    0    0    0    0    0    3    0    0    0    2    39    1    0    0    0    0    0    39    0
        493    
    "Triple Shot Strengthener"        4    8    5    0    6    0    0    0    -1    0    4    492    0    0    0    0    0    0    3    0    0    0    2    39    1    0    0    0    0    0    39    0
        494    
    "Triple Shot Strengthener"        5    10    5    0    6    0    0    0    -1    0    4    493    0    0    0    0    0    0    3    0    0    0    2    39    2    0    0    0    0    0    39    0
        495    
    "Twisting Slash Strengthener"        1    2    10    11    2    0    0    0    5    0    4    41    0    0    0    0    0    0    0    3    0    0    2    40    1    0    0    0    0    0    40    0
        496    
    "Twisting Slash Strengthener"        2    4    10    12    2    0    0    0    5    0    4    495    0    0    0    0    0    0    0    3    0    0    2    40    1    0    0    0    0    0    40    0
        497    
    "Twisting Slash Strengthener"        3    6    10    13    2    0    0    0    5    0    4    496    0    0    0    0    0    0    0    3    0    0    2    40    1    0    0    0    0    0    40    0
        498    
    "Twisting Slash Strengthener"        4    8    10    14    2    0    0    0    5    0    4    497    0    0    0    0    0    0    0    3    0    0    2    40    1    0    0    0    0    0    40    0
        499    
    "Twisting Slash Strengthener"        5    10    10    15    3    0    0    0    5    0    4    498    0    0    0    0    0    0    0    3    0    0    2    40    2    0    0    0    0    0    40    0
        500    
    "Fire Slash Strengthener"        1    85    15    22    2    0    0    0    1    -1    4    55    0    0    0    0    0    0    0    3    0    0    4    41    1    0    0    0    0    0    41    2
        501    
    "Fire Slash Strengthener"        2    90    15    24    2    0    0    0    1    -1    4    500    0    0    0    0    0    0    0    3    0    0    4    41    1    0    0    0    0    0    41    2
        502    
    "Fire Slash Strengthener"        3    95    15    26    2    0    0    0    1    -1    4    501    0    0    0    0    0    0    0    3    0    0    4    41    2    0    0    0    0    0    41    2
        503    
    "Fire Slash Strengthener"        4    100    15    28    2    0    0    0    1    -1    4    502    0    0    0    0    0    0    0    3    0    0    4    41    2    0    0    0    0    0    41    2
        504    
    "Fire Slash Strengthener"        5    105    15    30    3    0    0    0    1    -1    4    503    0    0    0    0    0    0    0    3    0    0    4    41    2    0    0    0    0    0    41    2
        505    
    "Power Slash Strengthener"        1    5    15    0    5    0    100    0    -1    -1    4    56    0    0    0    0    0    0    0    3    0    0    4    42    1    0    0    0    0    0    42    0
        506    
    "Power Slash Strengthener"        2    10    15    0    5    0    100    0    -1    -1    4    505    0    0    0    0    0    0    0    3    0    0    4    42    1    0    0    0    0    0    42    0
        507    
    "Power Slash Strengthener"        3    15    15    0    5    0    100    0    -1    -1    4    506    0    0    0    0    0    0    0    3    0    0    4    42    2    0    0    0    0    0    42    0
        508    
    "Power Slash Strengthener"        4    20    15    0    5    0    100    0    -1    -1    4    507    0    0    0    0    0    0    0    3    0    0    4    42    2    0    0    0    0    0    42    0
        509    
    "Power Slash Strengthener"        5    25    15    0    6    0    100    0    -1    -1    4    508    0    0    0    0    0    0    0    3    0    0    4    42    2    0    0    0    0    0    42    0
        510    
    "Cometfall Strengthener"        1    80    165    0    3    0    150    0    2    1    4    13    0    0    0    0    0    0    0    3    0    0    2    43    1    0    0    0    0    0    43    0
        511    
    "Cometfall Strengthener"        2    90    180    0    3    0    150    0    2    1    4    510    0    0    0    0    0    0    0    3    0    0    2    43    1    0    0    0    0    0    43    0
        512    
    "Cometfall Strengthener"        3    100    195    0    3    0    150    0    2    1    4    511    0    0    0    0    0    0    0    3    0    0    2    43    1    0    0    0    0    0    43    0
        513    
    "Cometfall Strengthener"        4    110    210    0    3    0    150    0    2    1    4    512    0    0    0    0    0    0    0    3    0    0    2    43    1    0    0    0    0    0    43    0
        514    
    "Cometfall Strengthener"        5    120    225    0    4    0    150    0    2    1    4    513    0    0    0    0    0    0    0    3    0    0    2    43    2    0    0    0    0    0    43    0
        515    
    "Earthquake Strengthener"        1    155    0    55    10    10000    0    0    2    0    4    62    0    0    0    0    0    0    0    0    3    3    2    44    1    0    0    0    0    0    44    0
        516    
    "Earthquake Strengthener"        2    160    0    60    10    10000    0    0    2    0    4    515    0    0    0    0    0    0    0    0    3    3    2    44    1    0    0    0    0    0    44    0
        517    
    "Earthquake Strengthener"        3    165    0    65    10    10000    0    0    2    0    4    516    0    0    0    0    0    0    0    0    3    3    2    44    1    0    0    0    0    0    44    0
        518    
    "Earthquake Strengthener"        4    170    0    70    10    10000    0    0    2    0    4    517    0    0    0    0    0    0    0    0    3    3    2    44    1    0    0    0    0    0    44    0
        519    
    "Earthquake Strengthener"        5    175    0    75    10    10000    0    0    2    0    4    518    0    0    0    0    0    0    0    0    3    3    2    44    2    0    0    0    0    0    44    0
        520    
    "Fire Burst Strengthener"        1    105    25    0    6    0    20    0    -1    1    4    61    0    0    0    0    0    0    0    0    3    3    2    45    1    0    0    0    0    0    45    0
        521    
    "Fire Burst Strengthener"        2    110    25    0    6    0    20    0    -1    1    4    520    0    0    0    0    0    0    0    0    3    3    2    45    1    0    0    0    0    0    45    0
        522    
    "Fire Burst Strengthener"        3    115    25    0    6    0    20    0    -1    1    4    521    0    0    0    0    0    0    0    0    3    3    2    45    1    0    0    0    0    0    45    0
        523    
    "Fire Burst Strengthener"        4    120    25    0    6    0    20    0    -1    1    4    522    0    0    0    0    0    0    0    0    3    3    2    45    1    0    0    0    0    0    45    0
        524    
    "Fire Burst Strengthener"        5    125    25    0    6    0    20    0    -1    1    4    523    0    0    0    0    0    0    0    0    3    3    2    45    2    0    0    0    0    0    45    0
        525    
    "Fire Scream Strengthener"        1    135    45    11    6    0    32    70    -1    1    4    78    0    0    0    0    0    0    0    0    3    3    4    46    1    0    0    0    0    0    46    0
        526    
    "Fire Scream Strengthener"        2    140    45    12    6    0    32    70    -1    1    4    525    0    0    0    0    0    0    0    0    3    3    4    46    1    0    0    0    0    0    46    0
        527    
    "Fire Scream Strengthener"        3    145    45    13    6    0    32    70    -1    1    4    526    0    0    0    0    0    0    0    0    3    3    4    46    2    0    0    0    0    0    46    0
        528    
    "Fire Scream Strengthener"        4    150    45    14    6    0    32    70    -1    1    4    527    0    0    0    0    0    0    0    0    3    3    4    46    2    0    0    0    0    0    46    0
        529    
    "Fire Scream Strengthener"        5    155    45    15    6    0    32    70    -1    1    4    528    0    0    0    0    0    0    0    0    3    3    4    46    2    0    0    0    0    0    46    0
        530    
    "Evil Spirit Strengthener"        1    50    99    0    6    0    100    0    -1    1    4    9    0    0    0    0    0    0    0    3    0    0    4    47    1    0    0    0    0    0    30    0
        531    
    "Evil Spirit Strengthener"        2    55    108    0    6    0    100    0    -1    1    4    530    0    0    0    0    0    0    0    3    0    0    4    47    1    0    0    0    0    0    30    0
        532    
    "Evil Spirit Strengthener"        3    60    117    0    6    0    100    0    -1    1    4    531    0    0    0    0    0    0    0    3    0    0    4    47    2    0    0    0    0    0    30    0
        533    
    "Evil Spirit Strengthener"        4    65    126    0    6    0    100    0    -1    1    4    532    0    0    0    0    0    0    0    3    0    0    4    47    2    0    0    0    0    0    30    0
        534    
    "Evil Spirit Strengthener"        5    70    135    0    6    0    100    0    -1    1    4    533    0    0    0    0    0    0    0    3    0    0    4    47    2    0    0    0    0    0    30    0
    end 
    Without aura it is also immortal Will this file to do?

  6. #6

    Re: PVP Misses attack

    i dont know exactly check this item.txt and compare with some other files .txt and see if it differs and maybe u can use for a certani skill the same config and test.

  7. #7
    Member Fraancoo is offline
    MemberRank
    Mar 2012 Join Date
    Rosario, ArgentLocation
    67Posts

    Re: PVP Misses attack

    The problem is not in the items (I guess) because when you edit full set with all rings and another character is not immortal. It may be a problem with the configuration of "SucessRate" specifically in the ELF?

  8. #8

    Re: PVP Misses attack

    well u can try this for elf configs

    Code:
    AtackStrDivisorElfMin+Bow = 7 ;
    AtackStrDivisorElfMax+Bow = 3 ;
    AtackStrDivisorElfMinNoBow = 14;
    AtackStrDivisorElfMaxNoBow = 3 ;
    AtackDextElfMinDivisor = 7 ;
    AtackDextElfMaxDivisor = 3 ;
    AtackSpeedElfDivisor = 32;
    SucessFullBlockElf = 3 ;
    DefenseBlockElf = 1;
    and re-check

    DefenseBlock = This is defense of the character it regulates how much damage it will take and how long it is active;
    SucessFullBlock = This is the line that command the attacking bugs to block more damage taken by the character;
    AtackSpeed = This is the line that regulates the character's attack speed;
    AtackEne = This is the line that controls the power of the magical attack of each character;
    AtackSTR = This is the line that controls the strength of the character's weapon of attack to take too much damage or less damage.

  9. #9
    Member Fraancoo is offline
    MemberRank
    Mar 2012 Join Date
    Rosario, ArgentLocation
    67Posts

    Re: PVP Misses attack

    I also tried with that configuration, and many more and I could not fix it :(

    Testing from "1" to "1500" and restarting the server Entire but I can not fix it. ¿Bug possibly gameserver?

  10. #10
    ImperiaMuCMS CEO jacubb is offline
    MemberRank
    Jul 2011 Join Date
    SlovakiaLocation
    1,507Posts

    Re: PVP Misses attack

    I see that the character on the screen has socket set. Has this set DD sockets in it?

  11. #11
    Member Fraancoo is offline
    MemberRank
    Mar 2012 Join Date
    Rosario, ArgentLocation
    67Posts

    Re: PVP Misses attack

    Tested with / without sockets on the set. Solved. I had to change the maximum stats of "65500" to "32767"

  12. #12

    Re: PVP Misses attack

    Quote Originally Posted by Fraancoo View Post
    Tested with / without sockets on the set. Solved. I had to change the maximum stats of "65500" to "32767"
    Lol thats ridiculous :D i guess 65k needs another style character balancing, just as i remember in scfmt s6ep3 files same thing happened.

  13. #13
    Member Fraancoo is offline
    MemberRank
    Mar 2012 Join Date
    Rosario, ArgentLocation
    67Posts

    Re: PVP Misses attack

    I'm sorry. I searched for days to fix, change the values many times, and I could not find any solution. Just change is under Maximum stats. Any mail or any way to contact you? And I explain in detail.

    Thank you.

  14. #14

    Re: PVP Misses attack

    Well u didnt fix the whole solution, its like 65k = doubles the character calculations so maybe u will have to double every config number to get 65k working?

    u can pm me here.



Advertisement