- 积分
- 551
- 威望
- 0
- 魅力
- 0
- 经验
- 21
- 热心度
- 0
- 注册时间
- 2008-12-14
- 最后登录
- 2020-6-20
- 主题
- 41
- 回帖
- 286
- 精华
- 1
- 阅读权限
- 30
TA的每日心情 | 慵懒 2020-6-16 08:57 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]投石矮人

3级 Known Hero
 
- 积分
- 551
|
英雄自动施法,放的技能效果都是无魔法技能状态。比如祈祷老头,就算水系魔法到了专家级,还是只放最基本的。
于是我在39里面找到以下:
!!BG:A?v430; //if hero or monster casts spell do not randomly spell
!!VRv432|v430=1/v430=10:S2;
!!BHv425&v432=1/v431>0:Cw28/v431/0/0; //v432=1 means that time to cast
!!VRw31&v432=1/v431>0/w28>0/w28<1000:+w29; //if hero casts spell then w31 increasing by w29 value
!!VRw31|v432<>1/v431<=0/w28>0/w28<1000:-1; //w43 keeps addition value that added to w29. w31 decrement every turn and the chance is increasing
于是我改为
!!BG:A?v430; //if hero or monster casts spell do not randomly spell
!!VRv432|v430=1/v430=10:S2;
!!HEv426&v425=0:Sw32/?y-31;
!!HEv427&v425=1:Sw32/?y-31;
!!BHv425&v432=1/v431>0:Cw28/v431/y-31/0; //v432=1 means that time to cast
!!VRw31&v432=1/v431>0/w28>0/w28<1000:+w29; //if hero casts spell then w31 increasing by w29 value
!!VRw31|v432<>1/v431<=0/w28>0/w28<1000:-1; //w43 keeps addition value that added to w29. w31 decrement every turn and the chance is increasing
结果进游戏发现还是和原来一样。求高手指教~
[ 本帖最后由 异界行者 于 2011-11-28 16:12 编辑 ] |
|