|
资源信息
主题类型: |
|
游戏平台: |
|
操作系统: |
|
架设难度: |
|
角色类别: |
|
购买/下载资源: |
- 普通用户: 1100 手游币
- VIP用户:免费
- 永久会员 : 免费推荐
提示:
1.下载异常请联系联系手游哥QQ:4660647;
2.本网站所有素材来源于网络,仅供参考和学习使用,如下载请于24小时内自行删除;
3.本站所有资源均已经过火绒安全软件查杀,放心下载;
4.因苹果端需要指定设备,所以本站所有苹果APP需用户自行评测。
注:* 本站资源统一解压密码:syg6,请知悉! *
|
这个脚本之所以有意思的地方是可以互换各职业同等级的装备,当然,一般多数看到的类似脚本都是只能互换下剑甲,本脚本需要消耗游戏元宝进行互换。大家可以修改成自己喜欢的,当然装备还是要自己根据自己游戏进行修改喔!
部分脚本:
- procedure _65yifu1;
- begin
- if This_Player.YBNum >= 3000 then
- begin
- if This_Player.GetBagItemCount('不灭V紫神铠(道)') >= 1 then //检测物品
- begin
- This_Player.ScriptRequestSubYBNum(3000);
- This_Player.Take('不灭V紫神铠(道)' , 1);
- This_Player.Give('不灭V紫神甲(道)' , 1);
- This_Npc.NpcDialog(This_Player,
- '兑换成功!!! ');
- end else
- This_Npc.NpcDialog(This_Player,
- '你没有兑换的装备?!!! ');
- end else
- This_Npc.NpcDialog(This_Player,
- '没有3000元宝!!! ');
- end;
- procedure _65yifu2;
- begin
- if This_Player.YBNum >= 3000 then
- begin
- if This_Player.GetBagItemCount('不灭V紫神甲(道)') >= 1 then //检测物品
- begin
- This_Player.ScriptRequestSubYBNum(3000);
- This_Player.Take('不灭V紫神甲(道)' , 1);
- This_Player.Give('不灭V紫神铠(道)' , 1);
- This_Npc.NpcDialog(This_Player,
- '兑换成功!!! ');
- end else
- This_Npc.NpcDialog(This_Player,
- '你没有兑换的装备?!!! ');
- end else
- This_Npc.NpcDialog(This_Player,
- '没有3000元宝!!! ');
- end;
复制代码
|
|