通过给装备写代码的方式实现召唤怪物,发现怪物代码短的时候能正常召唤,怪物代码长的时候会召唤错误的怪物或者召唤不出来怪物。
例如
[command]
{6=`(BUFF)`}
[/command]
[if]
[use command]
1
[cooltime]
200
[/if]
[then]
[target]
`myself`-1
[duration]
30000000
[probability]
100
[summon monster]
21-11
[/then]
当我把怪物代码21改成其他代码时,代码在6位数之内都正常,代码到9位数的时候,怪物召唤就不能正常生效了
例如
[command]
{6=`(BUFF)`}
[/command]
[if]
[use command]
1
[cooltime]
200
[/if]
[then]
[target]
`myself`-1
[duration]
30000000
[probability]
100
[summon monster]
21-11
[/then]
当我把怪物代码21改成其他代码时,代码在6位数之内都正常,代码到9位数的时候,怪物召唤就不能正常生效了