Jump to content

ricutelo

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

ricutelo's Achievements

Poring

Poring (1/15)

0

Reputation

  1. can someone help me change earthsrtain to strip all the equips at lvl5 ( armor, shield, weapon, hat , accessories) , currently it's stripping only 1 equip to each lvl case WL_EARTHSTRAIN: { // lv 1 & 2 = Strip Helm, lv 3 = Strip Armor, lv 4 = Strip Weapon and lv 5 = Strip Accessory. [malufett] const int pos[5] = { EQP_HELM, EQP_HELM, EQP_ARMOR, EQP_WEAPON, EQP_ACC }; skill_strip_equip(bl, pos[skill_lv - 1], 6 * skill_lv + status->get_lv(src) / 4 + status_get_dex(src) / 10, skill_lv, skill_get_time2(skill_id,skill_lv)); }
×
×
  • Create New...