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
jialebiEntity.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, 63614, 91411, -10, 12, 631, 927, 0 )
- CreateBerthEntity( "入港", 455, 2, 65411, 100611,-10, 12, 658,993, 0 )
- CreateBerthEntity( "入港", 455, 2, 62411, 62811,-10, 12, 612,622, 0 )
- CreateBerthEntity( "入港", 455, 2, 38011, 15611,-10, 12, 370,165, 0 )
- CreateBerthEntity( "入港", 455, 2, 108200, 22500,-10, 12, 1082,211, 0 )
- end
- InitGarnerEntity()