Skip to content
#

mmorpg-server

Here are 50 public repositories matching this topic...

这是一个支持分布式和集群的java游戏服务器框架,可用于开发棋牌、回合制等游戏。基于netty实现高性能通讯,支持tcp、http、websocket等协议。支持消息加解密、攻击拦截、黑白名单机制。封装了redis缓存、mysql数据库的连接与使用。轻量级,便于上手。

  • Updated May 20, 2020
  • Java
Segs
Eastrall
Eastrall commented Mar 31, 2020

The TimerComponent holds too many properties used by all entities. For instance, this component has a NextSpeakTime property which is used for the NpcEntity only. Same goes for the DespawnTime and RespawnTime used for monsters.

The idea is to create 3 new components :

  • PlayerTimerComponent
  • MonsterTimerComponent
  • NpcTimerComponent

and then move the existing properties t

trialsofnewcastle
trialsofnewcastle commented Jan 9, 2019

SPOILERS:

The theme song for the module (which plays in the Saltsprey and character creation boat maps) is the Skye Boat song. That is an ancient celtic song. The lyrics are as follows:

Speed bonnie boat like a bird on the wing
Onward the sailors cry.
Carry the lad that's born to be king
Over the sea to Skye
Loud the wind howls
Loud the waves roar
Thunderclaps rend the air
Baffled our

Improve this page

Add a description, image, and links to the mmorpg-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mmorpg-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.