赞 | 153 |
VIP | 10 |
好人卡 | 39 |
积分 | 93 |
经验 | 146191 |
最后登录 | 2024-5-6 |
在线时间 | 2504 小时 |
Lv4.逐梦者
- 梦石
- 0
- 星屑
- 9280
- 在线时间
- 2504 小时
- 注册时间
- 2011-5-20
- 帖子
- 15389
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
因为自己做的装备脚本太多东西···并行处理会卡···所以我想出一个方法简化···不过不知道要怎么改脚本···
首先是打开装备界面,然后对某个角色更换装备,于是出现如下情况
更换装备——>执行脚本- $game_variables[9]=[$game_variables[8][0]\
- [$game_actors[$game_variables[15]].left_id-1]]
- p = 0
- while p < 1
- $game_variables[1]\
- [$game_variables[15]][p][1]-=\
- $game_variables[9][0][p]+\
- $game_variables[3]\
- [$game_variables[15]][p]*\
- $game_variables[9][0][21+p]/100
- p += 1
- end
- i = 0
- while i < 21
- $game_variables[1]\
- [$game_variables[15]][i][0]-=\
- $game_variables[9][0][i]+\
- $game_variables[3]\
- [$game_variables[15]][i]*\
- $game_variables[9][0][21+i]/100
- i += 1
- end
- $game_variables[9]=[]
复制代码 ——>装备变换——>执行脚本(内容同上,不过是-号改成+号)
求加入修改的方法···
还有···我又设定了一个套装脚本,- $game_variables[11][0]=[2,3,5]
复制代码 意思是说1号套装的配件有2、3、5号防具,我想设定当这个数组里面指定的若干防具装备其中任意若干件就能获得对应的套装效果要怎么弄脚本呢?@hcm @hys111111 @论坛助理 |
|