二.装备回血

     2.1.直接加血:

         HUMANHP + 50000

      2.2.百分比加血     ADDHPPER + 1     

 

D:\mirserver\Mir200\Envir\MapQuest_Def\QManage.txt

[@Login]

#IF

#ACT

setontimer 202 1 


[@ontimer202]

#if

not small <$hp> <$maxhp>

#act

break


#if

large n$装备加血CD 0

#act

dec n$装备加血CD 1

sendmsg 6 ----------n$装备加血CD----<$str(n$装备加血CD)>


#if

#act

goto @装备百分比加血


#if

equal n$装备加血CD 0

#act

goto @装备固定血值加血


[@装备固定血值加血]

#if

checkitemw 炎阳纹章 1

#act

humanhp + 50000

mov n$装备加血CD 3

sendmsg 6 炎阳纹章触发加血5W

break


#if

checkitemw 气宗之后 1

#act

humanhp + 50000

mov n$装备加血CD 3

sendmsg 6 气宗之后触发加血5W

break



[@装备百分比加血]

#if

checkitemw 忍辱负重的决心 1

#act

addhpper + 5

sendmsg 6 忍辱负重的决心----加5%的血值

break


#if

checkitemw 魔佛之殇 1

#act

addhpper + 1

sendmsg 6 魔佛之殇----加1%的血值

break

 

 

评论提问