Giter Site home page Giter Site logo

aikaemu's Introduction

AikaEmu

AikaEmu is a completely open source C# .Net Core 3.1 emulator for the MMORPG Aika Online.

It's code is based on several ideas from others emulators and is being developed only for educational purposes.

AikaEmu is free and licensed under GNU GPL v3.0.

If you want more information or just talk, please join our Discord.

Getting Started

Setup Server

  • Follow instructions in Web folder to setup web.
  • Create MySql database "aikaemu_auth" and "aikaemu_game".
  • Run MySql script Auth and Game.
  • Insert new GameServer into DB.
INSERT INTO `aikaemu_auth`.`game_servers`(`id`, `name`, `ip`, `port`) VALUES (1, 'AikaEmu', '127.0.0.1', 8822);
  • Insert new Account into DB (user: admin / pass: admin).
INSERT INTO `aikaemu_auth`.`accounts`(`user`, `pass`) VALUES ('admin', '21232f297a57a5a743894a0e4a801fc3');
  • Change each "Config.json" file inside each server to your settings.
  • Run WebServer, AuthServer and GameServer.

Setup client

  • Paste "SL.bin" (client folder) inside your client folder to connect to 127.0.0.1.

Right now we are using latest AikaBR client to connect, should change in the future to NA.

Compile Server with "dotnet publish"

  • Open "Publish.sh" and change RUNTIME variable to your environment, save and run it.
  • Run "Start Servers.bat"

Issues

You can use Github's issue tracker to register issues.

Just make sure to take your time checking before submitting to avoid duplicates.

aikaemu's People

Contributors

lemestwo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aikaemu's Issues

Cliente do game

seria possível disponibilizar o cliente da versão utilizada para o servidor copilei aqui para estudar os arquivos porem esta dano erro de protocolo

Contato

Olá, queria conversar sobre esse seu projeto open source de Aika, gostei da ideia.

Caso queira entrar em contato comigo me adicione no Discord: Igor#8577

Obrigado pela atenção.

Search optimization

Using of a non-ordered ID list should be avoided while searching because you can not binary search on it. It seems a better approach using a balanced tree for logarithmic search and insertion.

Examples:
AikaEmu/src/AikaEmu.GameServer/Models/Data/CharacterData.cs rows [19, 21]
AikaEmu/src/AikaEmu.GameServer/Models/Data/ConvertCoreData.cs rows [40, 42]

Pass-by-reference

Many functions are not abusing the power of passing by reference. Unnecessary object copies creation while passing by value will drastically impacts server performance.

Examples:
AikaEmu/src/AikaEmu.GameServer/Models/Data/ItemsData.cs rows [6,17]
AikaEmu/src/AikaEmu.GameServer/Models/Data/QuestData.cs rows [9, 16]

opa

eu tenho duvidas sobre esse open source quero pergunta tem como vc me add no discord:|Ares|KillerSpirit|#7993

Gameserver Connection Lost After Loading

  • When occurs: After all features has loaded.

All steps was done perfectly, but happens this issue when GameServer has loaded.

I'm using windows 10 Pro x64

1

Can you help me?
Thanks.

Desejo comprar Projeto/

Eae mano to com um Projeto para criar o servidor , baixei todos arquivos até entao nao consegui ligar seu projeto porem se quiser ajudar ou me vender o que tiver !

www.leftfourgames.com.br

meu whatsapp :
(015) 988351431

me chama lá vamos conversar

Ajuda no projeto

Olá, gostaria de te ajudar no projeto, tem algum fórum que está participando, ou alguma outra maneira de contato?

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.