-
Updated
Oct 28, 2020 - C++
mmorpg
Here are 382 public repositories matching this topic...
-
Updated
Sep 28, 2020 - C
-
Updated
Oct 26, 2020 - C++
-
Updated
Oct 28, 2020 - C++
Describe your feature request or suggestion in detail
Add option in worldserver config to modify the battleground respawn timer.
Describe a possible solution to your Feature or Suggestion in detail
The BG respawn timer is plainly defined in the core and can be easily modified by changing a few integers. I think this would be a great addition to the worldserver.conf since AC is focuse
I'm just submitting this as a feature/improvement. I modded login.lua and added the following code before registering the events.
-- Fix HP/Mana/Cap to match CIP, assume player left rook at level 8
if player:getVocation():getId() == 0 then
calchp = 5 * (player:getLevel() + 29)
calcmana = 5 * (player:getLevel() + 10)
calccap = 10 * (player:getLevel() + 39)
elseif playe
-
Updated
Oct 26, 2020 - C++
-
Updated
Oct 19, 2020 - C++
-
Updated
Apr 26, 2020 - TSQL
-
Updated
Oct 27, 2020 - C++
-
Updated
Oct 27, 2020 - C#
What is the current behavior?
When you are on top of an NPC and want to trade/shop/bank with them. The popup screen will not popup UNTIL you move and FINISH its progress.
**If the current behavior is a bug, please provide
-
Updated
Oct 26, 2020 - C#
-
Updated
Mar 12, 2018 - ActionScript
-
Updated
Sep 5, 2020 - C++
-
Updated
Oct 22, 2020 - Java
-
Updated
Oct 28, 2020 - C#
-
Updated
Oct 28, 2020 - C++
-
Updated
May 10, 2020 - C++
Describe the bug
Missing notably civilians and citizens - needs auditing. This bug includes missing the level 18 civilian that trades cat for death runes.
Additional context
Dialogues most likely need placing as well
The FLYFF client tries to connect to the world server using the default 5400 port. This implies that the world servers cannot be hosted on the same machine.
In order to improve flexibility, Rhisis should provide an option to send the world servers port to the client once the CERTIFY packet is handled in the LoginServer.
Currently only synchronous request errors are reported inside a Blade template.
https://github.com/mchekin/rpg/blob/master/resources/views/partials/errors.blade.php#L5
But the Vue components, which use Axios for asynchronous API calls, do not report notify the end-user in case of API call failure.
https://github.com/mchekin/rpg/blob/master/resources/js/components/StoreManagement.vue#L320
W
-
Updated
Feb 16, 2020 - PHP
Improve this page
Add a description, image, and links to the mmorpg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mmorpg topic, visit your repo's landing page and select "manage topics."

Motivation
Although it is better to get a self-designed HUD on
NetworkManager, but I think for beginner, there should be a keycan hide the
NetworkManagerHUDwhich will make them more convenient in testing demo or something like that.Proposed solution
Add something like: