Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

ricutelo

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ricutelo

  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...