Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
SendMission.lua
Package: 4fcom-20090616-13.rar [view]
Upload User: bjtaixing
Upload Date: 2021-01-15
Package Size: 24749k
Code Size: 1k
Category:
E-Books
Development Platform:
DOS
- ------------------------------------------------------------
- --ScriptDefine.lua Created by knight 2005.3.9.
- --
- --脚本信息定义
- print( "Loading SendMission.lua" )
- ------------------------------------------------------------
- --设置NPC随机任务中的,送信接受完成任务信息。
- function TestDefMission( id, name, misid, npcid, areaid )
- DefineMission( id, name, misid, COMPLETE_SHOW )
- MisBeginCondition( AlwaysFailure )
- MisReultTalk("谢谢你把我的包裹送过来!")
- MisResultCondition( HasRandMissionNpc, misid, npcid, areaid )
- MisResultCondition( NoRandNpcItemFlag, misid, npcid )
- MisResultAction( TakeRandNpcItem, misid, npcid )
- end
- --样例
- --TestDefMission( 1, "比特的包裹", 8, 3, 1 )
- --TestDefMission( 2, "沙岚传送使的包裹", 8, 4, 1 )