Jump to content

Gotcha

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Gotcha

  1. https://www.youtube.com/watch?v=EFRuqPOmlFY

     

    Now rathena's ABC chain reaction shot is working wrong.

    No ricochet at all.

    Link is KRO's chain reaction shot.

    more mobs, more ricochet.

    I want to make it work KRO.

    I changed skill.cpp map_foreachinrange -> map_foreachinallrange and nothing happens.

            case ABC_CHAIN_REACTION_SHOT:
                        clif_skill_nodamage(src, bl, skill_id, skill_lv, 1);
                        map_foreachinrange(skill_area_sub, bl, skill_get_splash(ABC_CHAIN_REACTION_SHOT_ATK, skill_lv), BL_CHAR|BL_SKILL, src, ABC_CHAIN_REACTION_SHOT_ATK, skill_lv, tick + (200 + status_get_amotion(src)), flag|BCT_ENEMY|SD_SPLASH|1, skill_castend_damage_id);
                        break;
    

    skill.db 

     - Id: 5382
        Name: ABC_CHAIN_REACTION_SHOT_ATK
        Description: Chain Reaction Shot Attack
        MaxLevel: 5
        Type: Weapon
        TargetType: Attack
        DamageFlags:
          IgnoreFlee: true
          SplashSplit: true
        Range: 9
        Hit: Multi_Hit
        HitCount: -2
        Element: Weapon
        SplashArea: 3
        Requires:
          SpCost: 1

    I changed DamageFlags Splash -> SplashSplit  but nothing happens.

    Help, please.

     

  2. Hi I'm Korean. 

    So update my client 2024.04.12 and build rathena.

    I use WARP patcher that 2022-04-06_Ragexe_1648707856 patch recommended.

    Except translate EN. 

    Then fail.

    Here's screenshot when access server with 2022-04-06_Ragexe_1648707856_patched

    Help me guys.

    Cap 2024-04-14 18-22-08-178.png

    Cap 2024-04-14 18-22-17-992.png

    Cap 2024-04-14 18-22-22-082.png

  3. I got some new problem.
     

    When I login my server pop up this message.

     

    Please chek total character numbers.

    (RequirePage 87557 / RequestPage3)

     

    and mapserver info message is

     

    clif parse: Disconnecting session #3 with unknown packet version <p: 0x71a3, 1:19>.

     

    I downloaded rAthena 3days ago and my client ragexe date is 2015.10.01.

     

    What's wrong with it?

     

    Please help me.

     

    I already set packet db, mmo, clientinfo and rebuild rAthena-10.

  4. Hello guys.

     

    When I log in my server it just pop up.

     

    Character info size error.

    Character info size: 147

     

    And char server error masage is

     

    prase char: received unknown packet 0x0 from ip ' my ip '! Disconnercting!

     

    I download rAthena yesterday from tortoiseGit.

     

    My client's date is 2015.10.29.

     

    What's wrong with it?

     

    I already fixed packet db, mmo.h , clientinfo.xml .

    • Upvote 1
  5. First of all, my english is bad.

     

    Sorry.

     

    Get to the point, sura's flash combo don't consume hp.

     

    Single attack with tiger cannon consume hp.

     

    It is right.

     

    But flash combo's tiger cannon don't consume hp in kro.

     

    Flash combo is sura's main skill.

     

    It has too much consume risk that use skill.

     

    I tried fix the problem but I couldn't.

     

    So I request this problem.

     

     

     

     

  6. Hello guys.

     

     

    I want some help with king tiger doll hat.

     

    This item has a interesting option.

     

    Transform into a Edgar.

     

     

    Sorry for my english.

     

    My english is poor.

     

    So this is my script.

    5497,King_Tiger_Doll_Hat,King Tiger Doll Hat,4,20,,400,,3,,1,0xFFFFFFFE,63,2,256,,0,1,495,{  bonus bStr,2; bonus bDex,2; autobonus "{ bonus bBaseAtk, (25 + (getrefine() * 10)); bonus2 bSPLossRate,5,1000; }",(50 + (getrefine()*5)),(3000+(getrefine()*200)),BF_SHORT|BF_LONG|BF_WEAPON,"{ atcommand @disguise 1115; (3000+(getrefine()*200)), 5, 2000, EF_POTION_BERSERK; }"; autobonus2 "{ bonus bBaseAtk, (25 + (getrefine() * 10)); bonus2 bSPLossRate,5,1000; }",(50 + (getrefine()*5)),(3000+(getrefine()*200)),BF_SHORT|BF_LONG|BF_WEAPON,"{ atcommand @undisguise, (3000+(getrefine()*200)), 5, 2000, EF_POTION_BERSERK; }"; },{},{}
    

    I don't know how can I get work.

     

    disguise 1115 was failed.

     

    All so atcommand @disguise 1115, addtimer, deltimer were failed.

     

    I'm just start rathena and programing.

     

    Everythig is difficult to me.

     

    I need some help guys.

     

     

     

     

×
×
  • Create New...