3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 4858|回复: 11
打印 上一主题 下一主题

[求助] 【脚本问题】武器双持,收持于背,拔剑同时装备副手武器

  [复制链接]

77

主题

861

帖子

1138

积分

游戏狂人

Rank: 6Rank: 6

贡献度
149
金元
5419
积分
1138
精华
0
注册时间
2006-8-23
跳转到指定楼层
主题
发表于 2013-1-27 15:18 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
第七个:武器双持,收持于背,拔剑同时装备副手武器
脚本类型:Object Script

其他需求:主武器ID:a1sword(单手武器),副手物品ID:a1offhand(伪武器或盾),收持于背的武器ID:a1back(双手武器),在单手的主武器加脚本
--------------这也是线--------------
scn a1SwitchWeapon
short flag
Begin Gamemode
if ( player.GetEquipped a1back ) && ( player.isWeaponout == 1)  ;拔剑时自动换上两手两把武器
    player.equipitemns a1sword
    player.equipitemNS a1offhand  

elseif( player.GetEquipped a1sword ) && ( player.isWeaponout == 0 ) &&(flag==0)  ;收剑时自动换上双手武器,即收持于背
    player.additemns a1back 1
    player.equipitemNS a1back  
    set flag to 1
elseif(player.getequipped a1back==0)&&(player.isweaponout==1)&&(flag==1)  ;拔剑后即删除双手武器
    player.removeitemns a1back 1
    set flag to 0
endif
end

--------------这也是线--------------
完成。另,此代码不会出现抽搐拔剑问题

按照这个脚本说的改了
我想把Chapel Shop里的SoulshadeDragonslongsword这样改一下
但是无法保存脚本
各种问题
又看不懂。。。。。。。。。。特来求助

首先是我改好的脚本

scn a1SwitchWeapon
short flag
Begin Gamemode
if ( player.GetEquipped 0aKFLChapelShopSoulshadeDragonslongsword2h ) && ( player.isWeaponout == 1)  ;
     player.equipitemns 0aKFLChapelShopSoulshadeDragonslongsword1h
     player.equipitemNS 0aKFLChapelShopSoulshadeDragonslongswordoffhand  
elseif( player.GetEquipped 0aKFLChapelShopSoulshadeDragonslongsword1h ) && ( player.isWeaponout == 0 ) &&(flag==0)  ;
     player.additemns 0aKFLChapelShopSoulshadeDragonslongsword2h 1
     player.equipitemNS 0aKFLChapelShopSoulshadeDragonslongsword2h  
     set flag to 1
elseif(player.getequipped 0aKFLChapelShopSoulshadeDragonslongsword2h==0)&&(player.isweaponout==1)&&(flag==1)  ;
     player.removeitemns 0aKFLChapelShopSoulshadeDragonslongsword2h 1
     set flag to 0
endif
end


下面分别是:副手ID,主手ID和双持ID
0aKFLChapelShopSoulshadeDragonslongswordoffhand
0aKFLChapelShopSoulshadeDragonslongsword1h
0aKFLChapelShopSoulshadeDragonslongsword2h


保存时弹出的问题如下














回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-17 02:41 , Processed in 0.034042 second(s), 17 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表