美美美美美 發表於 2015-11-7 23:46:11

(根據套裝物品的精煉值總和) script 寫法 問題

本帖最後由 美美美美美 於 2015-11-7 11:49 PM 編輯

http://rd.fharr.com/item-24028.html

若同時裝備影子剛強鎧甲和影子王者戰靴,則將根據套裝物品的精煉值總和而增加HP、SP。
精煉值總和為+15以上時,HP額外+ 1%24025:24028,{ bonus bMaxHP,getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES); bonus bMaxSP,getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES); if(getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES)>=15) { bonus bMaxHPrate,1; } }這樣的寫法正確嗎
頁: [1]
查看完整版本: (根據套裝物品的精煉值總和) script 寫法 問題