Jump to content

Recommended Posts

Posted

no mam.... nagmimiss tlga xa s normal player... walang kht ano.. AS in nag mimiss tlga..

//0x01 - No damage skill

// 0x02 - Has splash area

// 0x04 - Damage should be split among targets

// 0x08 - Skill ignores caster's % damage cards (misc type always ignores)

// 0x10 - Skill ignores elemental adjustments

// 0x20 - Skill ignores target's defense (misc type always ignores)

// 0x40 - Skill ignores target's flee (magic type always ignores)

// 0x80 - Skill ignores target's def cards

368,0,6,4,0, 0x61 ,0,5,1,yes,0,0,0,weapon,0, PA_SACRIFICE, Martyr's Reckoning

i already check it from skill_db

Posted (edited)

What are the rates of your server?

I've been doing some testing. When you reach 500 vit, sacrifice automatically misses. ;o

Edited by Eurydice
Tested again. ToT And no it doesn't miss on mine. :/
Posted

// 0x40 - Skill ignores target's flee (magic type always ignores)

hmm..actually kahit sinet mo sa ignores flee may exception pa din..

magmimiss pa rin siya sa perfect dodge....^^

Posted

@malufett

gawa mo naman kame ng expansion nito

//0x01 - No damage skill
// 0x02 - Has splash area
// 0x04 - Damage should be split among targets
// 0x08 - Skill ignores caster's % damage cards (misc type always ignores)
// 0x10 - Skill ignores elemental adjustments
// 0x20 - Skill ignores target's defense (misc type always ignores)
// 0x40 - Skill ignores target's flee (magic type always ignores)
// 0x80 - Skill ignores target's def cards

Ignores target's flee2 (pdodge) /kis2

Posted

sige maya pag uwi ko...^^

ganito nalang delete mo yung " || skill_num == PA_SACRIFICE" sa battle.c

if ( (!skill_num || skill_num == PA_SACRIFICE) && tstatus->flee2 && rnd()%1000 < tstatus->flee2 )
{ //Check for Lucky Dodge
         wd.type=0x0b;
         wd.dmg_lv=ATK_LUCKY;
         if (wd.div_ < 0) wd.div_*=-1;
         return wd;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...