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
V-RestInc.inc
Package: VeMU.rar [view]
Upload User: santakups8
Upload Date: 2021-03-23
Package Size: 544k
Code Size: 6k
Category:
Game Server Simulator
Development Platform:
Asm
- ;-----------------------------------------------------------------------------------
- ; VeMU
- ; Its a package that allows the user to set his own server of the game
- ; "MuOnline", this is not an emulator since i am not "emulating"
- ; what the actual games does, i am "creating" a method for set a Server
- ; of this Game.
- ;
- ; Copyright (C) 2010 Felipe Ya馿z
- ;
- ; This program is free software: you can redistribute it and/or modify
- ; it under the terms of the GNU General Public License as published by
- ; the Free Software Foundation, either version 3 of the License, or
- ; (at your option) any later version.
- ;
- ; This program is distributed in the hope that it will be useful,
- ; but WITHOUT ANY WARRANTY; without even the implied warranty of
- ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- ; GNU General Public License for more details.
- ;
- ; You should have received a copy of the GNU General Public License
- ; along with this program. If not, see http://www.gnu.org/licenses/.
- ;-----------------------------------------------------------------------------------
- ;-----------------------------------------------------------------------------------
- ; -----------------
- ; Coded /
- ; By /
- ; -={FeN$x)=-
- ; / Felipe Y.
- ; /
- ; -----------------
- ; Programming Lang: ASM
- ; Country: Chile
- ; My respect for all those who lost their lifes
- ; In the earthquake of my country...
- ; Let god take their spirits home...
- ;-----------------------------------------------------------------------------------
- ;########################### Inserted modules ############################
- ;///////////////////////////////////////
- ;Main Core Includes
- ;///////////////////////////////////////
- include .Valk-CoreV-UniUsage.asm ;all universal procedures, macros and others
- include .Valk-CoreV-LogSystem.asm ;Log system
- include .Valk-CoreV-Graphics.asm ;Graphics procedures
- include .Valk-CoreV-WndCore.asm ;Main window proc
- include .Valk-CoreV-IntConnectionsCFG.asm ;Interal Connections Config
- ;/////////////////////////////////////////////////////////////////////////////////
- ;
- ; Game Play Global Includes
- ;
- ;/////////////////////////////////////////////////////////////////////////////////
- ;----------------------------------------
- ;Class Includes
- ;----------------------------------------
- include .Valk-GamePlayValk-GameClassValk-CItemV-CItemsV-ItemClass.asm
- include .Valk-GamePlayValk-GameClassValk-CMapV-MapClass.asm
- include .Valk-GamePlayValk-GameClassValk-CMonsterV-MonstersV-MonsterClass.asm
- include .Valk-GamePlayValk-GameClassValk-CMonsterV-MobItemMngV-MobItemMngClass.asm
- include .Valk-GamePlayValk-GameClassValk-CMagicV-MagicClass.asm
- include .Valk-GamePlayValk-GameClassValk-CGatesV-GatesClass.asm
- include .Valk-GamePlayValk-GameClassValk-CItemV-CShopsV-ShopClass.asm
- ;----------------------------------------
- ;Load Includes
- ;----------------------------------------
- include .Valk-GamePlayValk-GameClassValk-CItemV-CItemsV-ItemLoad.asm
- include .Valk-GamePlayValk-GameClassValk-CMapV-MapLoad.asm
- include .Valk-GamePlayValk-GameClassValk-CMonsterV-MonstersV-MonsterLoad.asm
- include .Valk-GamePlayValk-GameClassValk-CMonsterV-MobItemMngV-MobItemMngLoad.asm
- include .Valk-GamePlayValk-GameClassValk-CGatesV-GatesLoad.asm
- include .Valk-GamePlayValk-GameClassValk-CItemV-CShopsV-ShopLoad.asm
- include .Valk-GamePlayValk-ObjectFuctionsV-ObjInit.asm
- ;----------------------------------------
- ;Complements Includes
- ;----------------------------------------
- include .Valk-GamePlayValk-GameClassValk-CItemV-CItemsV-ItemSetValues.asm
- ;----------------------------------------
- ;Actions Includes
- ;----------------------------------------
- include .Valk-GamePlayValk-GameClassValk-CItemV-CItemsV-ItemActions.asm
- include .Valk-GamePlayValk-GameClassValk-CMapV-MapActions.asm
- include .Valk-GamePlayValk-GameClassValk-CMonsterV-MonstersV-MonsterActions.asm
- include .Valk-GamePlayValk-GameClassValk-CMonsterV-MobItemMngV-MobItemMngActions.asm
- include .Valk-GamePlayValk-GameClassValk-CMagicV-MagicActions.asm
- include .Valk-GamePlayValk-GameClassValk-CItemV-CShopsV-ShopActions.asm
- ;/////////////////////////////////////////////////////////////////////////////////
- ;
- ; Connections Global Includes
- ;
- ;/////////////////////////////////////////////////////////////////////////////////
- ;---------------------------------------
- ;Internal Clients Includes
- ;---------------------------------------
- include .Valk-InternConnectionsValk-RankingServerV-RankingServer.asm
- include .Valk-InternConnectionsValk-ConnectServerV-ConnectServer.asm
- include .Valk-InternConnectionsValk-JoinServerV-Joinserver.asm
- include .Valk-InternConnectionsValk-DataServerV-DataServer.asm
- include .Valk-InternConnectionsValk-EventChipV-EventChip.asm
- include .Valk-InternConnectionsValk-ExDBV-ExDB.asm
- ;---------------------------------------
- ;Internal Connections Includes
- ;---------------------------------------
- include .Valk-InternConnectionsValk-InternalSockBaseV-InternalStructs.asm
- include .Valk-InternConnectionsValk-InternalSockBaseV-IntSockBase.asm
- include .Valk-InternConnectionsValk-InternalSockBaseV-IntConnect.asm
- ;#########################################################################