• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Bango Server Emulator for Linux [C++]

Experienced Elementalist
Joined
Aug 23, 2012
Messages
217
Reaction score
263
If I understand correctly this is a general purpose library with some helper functionality for building MMO servers in general, and one would need to implement a kal (or other) game server upon it?

Yes, and if I remember correctly, there was plenty of kal mechanics implemented in this repository, but not even close to full kal support
 
Newbie Spellweaver
Joined
Mar 20, 2007
Messages
35
Reaction score
1
Hi there. I am working on some server code myself on linux for kal and I managed player spawn, maps and monsters so far. But I came across one issue I was not able to solve. Maybe somebody knows ?!
The player on map moves way to fast. It was not the case when my packets were still not OK but know the packets should be as needed.
speed would be like a riding pet. When the player gets transformed into tiger/bird or something like this the speed is fine.
Any idea why I see this effect and how I can solve it ?

Update: OK it seems to have to do with MainGame_09Engine_Girei. It affects all classes but thief. So probably just one more thing I need to fix in the client code.

So ignore me :-D

Btw nice clean server this Bango emulator.
 
Last edited:
Newbie Spellweaver
Joined
Dec 5, 2016
Messages
9
Reaction score
1
Did anyone figure out how magician damage is calculated?

I need to know what is the formula of how elemental resistances reduce damage. Also what damage does non-physical resistance reduce? I suppose curse resistance is for imperial commander curses.
 
Joined
Jul 28, 2012
Messages
2
Reaction score
0
We recently revived the project :)


We are looking for C++ developers to help us, theres alot of stuff to code ??????
If you are willing to join just pm on discord:
CreativeZen #9382
 
Joined
Jul 28, 2012
Messages
2
Reaction score
0
We created a Discord channel:
You can find more information about the project and how to start contributing.
 
Back
Top