Jump to content

item_combo_db

closed

naffej
2014-05-18 18:01:17
This if statement is probably incorrect.
24046:24051,{ bonus2 bSubEle,Ele_Neutral,1; if(getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L)) { bonus2 bSubEle,Ele_Neutral,1; } }


The others Shadow Eq scripts gives the bonus, if the refine is equal or more than 15.
24046:24051,{ bonus2 bSubEle,Ele_Neutral,1; if(getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) >= 15) { bonus2 bSubEle,Ele_Neutral,1; } }


Cydh
2014-05-27 16:41:42
Thank you. :D

Cydh
2014-05-31 12:50:45
Fixed, 28c90bb
×
×
  • Create New...