Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Posts posted by PapaZola

  1. pc_bonus2: unknown type 0 0 3!
     
    2374,Diabolus_Robe,Diabolus Robe,5,20,,300,,6,,1,0xFFFFFFFF,7,2,16,,55,1,0,{ bonus bMaxSP,150; bonus bMdef,5; bonus bHealPower,6; bonus bDelayRate,-10; },{},{}
    2375,Diabolus_Armor,Diabolus Armor,5,20,,600,,7,,1,0xFFFFFFFF,7,2,16,,55,1,0,{ bonus bStr,2; bonus bDex,1; bonus bMaxHP,150; bonus2 bResEff,Eff_Stun,500; bonus2 bResEff,Eff_Stone,500; },{},{}
    2433,Diabolus_Boots,Diabolus Boots,5,20,,250,,4,,1,0xFFFFFFFF,7,2,64,,0,1,0,{ bonus bMaxHP,(BaseLevel*10); },{},{}
     
     

     

  2. hello rA

    I want to make all the items below are only applicable one for each character

    I made a mistake and forgot the edit  item_trade.txt 
    so that some players have two types of all this item
    please help me urgent case
     
    9293,Dark_Elf_Orb,Dark Elf Orb,5,20,,100,,0,,1,2147483647,7,2,136,,1,0,0,{},{},{}
    9294,Light_Elf_Orb,Light Elf Orb,5,20,,100,,0,,1,2147483647,7,2,136,,1,0,0,{},{},{}
    9295,Holy_Avenger_Orb,Holy Avenger Orb,5,20,,100,,0,,1,2147483647,7,2,136,,1,0,0,{},{},{}
    9296,Marine_Warrior_Orb,Marine Warrior Orb,5,20,,100,,0,,1,2147483647,7,2,136,,1,0,0,{},{},{}
    9297,Orc_Assassin_Orb,Orc Assassin Orb,5,20,,100,,0,,1,2147483647,7,2,136,,1,0,0,{},{},{}
    9298,Dragon_Slayer_Orb,Dragon Slayer Orb,5,20,,100,,0,,1,2147483647,7,2,136,,1,0,0,{},{},{}
     

     

     

     

  3. hello im a have a bit problem

    why my player enter portal at woe

    then player have been sent to town.

    where the problem im used eAmod

    when i try login with gm account i can enter the map but when used normal id

    i cant enter the map

  4.  

    decrease duration

    i want make luk 200 freeze 5-10 seconds

    bump

     

    Ok, the code where you can edit the def and the tick (time is in status.c line 7021)

     

    You just need to change it and its up to you how the freeze behaves.

    case SC_FREEZE:
    sc_def = status->mdef*100;
    sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10;
    tick_def2 = status_src->luk*-10; // Caster can increase final duration with luk
    break;
    

    All the Tick time of status is set on miliseconds, meaning that if you multiply 200 luk * -10 = -2000 Miliseconds.

     

    Try increasing the *-10 value to a higher value maybe 20 , 30. Recompile and thest until you get the results you are looking for.

     

     

    yusoke stormgust now luk 200 freeze timer only 5 seconds

    but why frost diver 20 seconds?

    can u help me make to 5 seconds also?

  5. i already fix it..

    i dont know what number of my rathena revision, i just remember that my rathena is r17??? revision, so i rename this patch with r17xxx.

    i recommended patch it with manually..

     

    hope can solved all your trouble guys..

    sry for my bad english /sry

    *) thx for Lilith about wonderful extended vending source /thx

    support 17701?

×
×
  • Create New...