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. ×
  • 0

Earthstrain Strip Effect


ricutelo

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

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));
}
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

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

Guest
Answer this question...

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

×
×
  • Create New...