Giter VIP home page Giter VIP logo

mnwvs077's Introduction

MapleNight Wvs Project

About this project

This is an official-like server emulator of TWMS ver. 077.

This server is based on C++ language and takes lua as the script engine(the official server relies on a lua-like engine for their script system too), here to understand the difference between our implementation and OdinMS.

We (do our best) to follow official-like function naming, coding styles, core implementations and script implementations, for descriptions of script functions, please refer to here.

Furthermore, the server maintains a (rudimentary) memory allocator to prevent memory fragmentation. We also provide a manual which instruct developer to allocate/deallocate objects in this project correctly, please refer to this.

How to build

Since the project currently relies on some Windows-Platform only stuffs such as ppltask(which is provided by Windows as their unique concurrent C++ API, in this project we use it to implement timer), the project can only be compiled under Windows env(Windows 7/10 were both tested).

This project by far is mostly working under Visual Studio 2015(sometimes on 2017 in different working env). To be compatible with newer version of VS, you may need to rebuild boost library.

The dependencies are included in the "Library" folder, which has been compressed as a rar file. All you need to do is to extract "boost_1_63_0" and "poco-1.7.8-all" folders under "Library". The former provides building blocks for our network core, and the later one provides access to the DataBase server.

The progress

100% (I hope so) client-server synchronized HitDamage/AttackDamage for players. 95%+ skills work. Almost all multi-player elements such as Friend/Party/Guild/Whisper/EntrustedShop/Trading/Trunk systems are properly implemented. Early stage party quests(Party1, Party2, Party3, Test-purposed Monster Carnival) are implemented(albet I only uploaded the Party1 and MC100 scripts). Script functions to support official scripts are almost done(By doing some text replacement you could easily get the scripts work). Cash items like ItemProtector/ItemNameChange/AvatarMega/ShopScanner... are almost implemented.

mnwvs077's People

Contributors

tnsc4502 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.