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
magicseaEntity.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
- ------------------------------------------------------------
- --EventEntity.lua Created by knight 2005.5.16.
- --
- --定义各个地图上的事件实体
- print( "loading EventEntity.lua" )
- -------------------------------------------------------------
- --初始化魔女之海的事件实体信息
- function InitGarnerEntity()
- --创建魔女之海港口实体
- CreateBerthEntity( "入港", 455, 2, 84421,368426,-10, 3, 829,3687, 0 )
- CreateBerthEntity( "入港", 455, 2, 236937,75485,-10, 8, 2376,725, 0 )
- CreateBerthEntity( "入港", 455, 2, 176139,377241,-10, 9, 1730,3775, 0 )
- CreateBerthEntity( "入港", 455, 2, 252668,237595,-10, 10, 2529,2406, 0 )
- --创建箱子实体
- CreateResourceEntity( "蘑菇孢子", 472, 3, 129900, 341800, 129, 4100, 1, 180 )
- CreateResourceEntity( "蘑菇孢子", 472, 3, 123800, 342800, 129, 4100, 1, 180 )
- CreateResourceEntity( "蘑菇孢子", 472, 3, 127800, 346700, 129, 4100, 1, 180 )
- CreateResourceEntity( "抢来的箱子", 456, 3, 65021, 332061, 144, 4099, 1, 180 )
- CreateResourceEntity( "钱箱", 456, 3, 106647, 295511, 144, 4101, 1, 180 )
- end
- InitGarnerEntity()