| 回城卷轴在流放地的BUG及解决方法 |
| 回城卷轴在流放地的BUG及解决方法 |
| 作者:佚名 文章来源:网络搜集 点击数: 更新时间:2008-3-10 2:34:34 |
原理:进入流放地后自动删除物品栏内所有回城卷 方法: 一、将"删除回城.txt"放到script文件夹,在Script.SDB中加入相应的编号,我这是135 二、在流放地随便放个NPC Notice列加上script的编号135 坐标 58 78 要保证进去后就能看到 三、"删除回城.txt"中回城卷的名字根据各服务器情况修改 四、由于不能检测技能栏中的回城卷 所以回城卷要设置成不能放入技能栏 也就是在Item.sdb里设置回城卷的boNotSkill为TRUE 删除回城.txt unit 删除回城; interface function GetToken (aStr, aToken, aSep : String) : String; function CompareStr (aStr1, aStr2 : String) : Boolean; function callfunc (aText: string): string; procedure print (aText: string); function Random (aScope: integer): integer; function Length (aText: string): integer; procedure Inc (aInt: integer); procedure Dec (aInt: integer); function StrToInt (astr: string): integer; function IntToStr (aInt: integer): string; procedure exit; procedure OnCreate (aStr : String); implementation procedure OnCreate (aStr : String); var Str : String; iCount : String; GoBigMapItem : String = '回城卷'; begin Str := 'getsenderitemcountbyname ' + GoBigMapItem; iCount := callfunc (Str); if iCount <> '0' then begin Str := 'getsenderitem ' + GoBigMapItem; Str := Str + ':'; Str := Str + iCount; print (Str); end; exit; end; end.
本站声明:本站文章资源均来自网上转载或机器人自动搜索采集,如果本站文章资源有版权问题请联系管理员,我们尽快予以更正。所有文章只限用于个人测试学习使用,不得用于非法商业用途,请勿非法复制传播。特此声明!--[5uwl.net]
五年游戏制作经验; 金牌服务品质保障 游戏开区一条龙 第一品牌无忧网络[5uwl.net]
|
|
| 文章录入:黑鹰 责任编辑:ceo |
|
上一篇文章: 千年智能怪脚本设置及设计精髓
下一篇文章: 没有了 |
| 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |