|
发表于 2008-11-9 19:17:04
|
显示全部楼层
使用我的脚本就可以。使用我的脚本后,所有战争中所有生物都是双剑。
节选的例子如下,你看着这个应该自己写得出来程序。
** all monsters in the battlefield will have Ace level
!?FU2458; ** x1=1: call in BR, x1=0 call in BF
!!BMx16:N?y2; [ get stack count into y2 ]
!!FU&y2<1:E; [ break if no stack ]
!!BMx16&y2>10000:N10000; [ reduce amount to 10000 if amount>10000 ]
!!VRy1:S-1 -x16; [ calculate the stack number into y1 ]
*!EAy1:D?y10; [ check if bonus lines copied ]
*!BMx16&y10=0:T?y18; [ query the monster id ]
*!EAy1&y10=0:Oy18; [ copy the bonus lines ]
!!EAy1&x1=0:E10/12/d/d; [ in BF trigger, set level to 10 ]
!!BMx16&x1=1:O?y19; [ in BR trigger, check if summoned creature first ]
!!EAy1&x1=1/y19=-1:E10/12/d/d; [ set summoned creature level to 10 ]
** Battlefield trigger
!?BF;
!!DO2458/0/41/1:P0;
** Battleround trigger
!?BR&v997>=0;
!!DO2458/0/41/1:P1; |
评分
-
1
查看全部评分
-
|