赞 | 352 |
VIP | 55 |
好人卡 | 9 |
积分 | 367 |
经验 | 117206 |
最后登录 | 2025-1-11 |
在线时间 | 10865 小时 |
Lv5.捕梦者
- 梦石
- 0
- 星屑
- 36710
- 在线时间
- 10865 小时
- 注册时间
- 2009-3-15
- 帖子
- 4824
|
本帖最后由 soulsaga 于 2017-11-5 09:07 编辑
[pre lang="ruby"
# ● 使用効果の適用
#--------------------------------------------------------------------------
alias item_apply_add_actions item_apply
def item_apply(user, item)
item_apply_add_actions(user, item)
return if $game_party.in_battle == false
return if item.add_actions_number == 0
return if self.actions == nil or self.actions.empty?
#行動内容が存在しない場合は処理しない
#使用対象が自分の場合は処理しない
return if user == self
@result.added_action_number = item.add_actions_number
@result.success = true
@sub_action = @actions if @sub_action == nil
add_actions(item.add_actions_number, @sub_action) if user.class_id == x and user.state?(y)
end
[/pre]
用备注的写法我不会呢..你找其他大神帮你吧..
|
|