Jump to content

Athan17

Members
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Athan17

  1. what about when creator Linker can bypass GHOST Elemental ?sample the paladin using Ghostring Card ACid Demo Dmg only 3k+ if creator Linked Acid Demo can bypass the gr card before damage calc if( sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_ALCHEMIST && def_type == ELE_GHOST ) ratio = 100; not yet tested
  2. battle_attr_fix (map/battle.c) struct map_session_data *sd; .. //after damage calc .. if( battle_getcurrentskill(src) == CR_ACIDDEMONSTRATION && def_type == ELE_GHOST ) { damage += damage * ( sd->right_weapon.addele[ELE_GHOST ] / 100 ); } quick and dirty solution, havent tested yet, but the idea is already there
  3. https://rathena.org/board/topic/82709-script-like-this/?p=199657
×
×
  • Create New...