mirror of
https://github.com/pangolp/mod-quest-loot-party.git
synced 2026-01-13 01:08:38 +00:00
First commit
This commit is contained in:
11
.github/README.md
vendored
Normal file
11
.github/README.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#  AzerothCore
|
||||
|
||||
## # Mod Quest Loot Party
|
||||
|
||||
[English](README.md) | [Español](README_ES.md)
|
||||
|
||||
- Latest build status with azerothcore: [](https://github.com/pangolp/mod-quest-loot-party)
|
||||
|
||||
The idea of this simple mod is that by implementing a hook in the emulator, it is possible to modify the drop condition of the quest items. In this way, it is possible that within a group, everyone is able to get the quest item, as long as the npc has a chance to drop it.
|
||||
|
||||
I think this way, we encourage more people to play in groups, because before, if we were a group of 5 people doing quests, and we had to get all the necessary items, we had to kill a lot of npc, or directly avoid that kind of quests.
|
||||
11
.github/README_ES.md
vendored
Normal file
11
.github/README_ES.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#  AzerothCore
|
||||
|
||||
## # Mod Quest Loot Party
|
||||
|
||||
[English](README.md) | [Español](README_ES.md)
|
||||
|
||||
- Último estado de compilación con azerothcore: [](https://github.com/pangolp/mod-quest-loot-party)
|
||||
|
||||
La idea de este sencillo mod, es que mediante la implementación de un hook en el emulador, sea posible modificar la condición del drop de los ítems de quest. De esa forma, es posible, que dentro de un grupo, todos sean capaces de obtener el ítem de quest, siempre y cuando, el npc tenga una probabilidad de tirarlo.
|
||||
|
||||
Creo que de esa forma, fomentamos mas el hecho de que la gente jugué en grupo, porque anteriormente, si eramos un grupo de 5 personas haciendo misiones, y teníamos que obtener todos los ítems necesarios, debíamos matar mucha cantidad de npc, o bien, directamente evitar ese tipo de misiones.
|
||||
12
.github/workflows/core-build.yml
vendored
Normal file
12
.github/workflows/core-build.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: core-build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
|
||||
with:
|
||||
module_repo: ${{ github.event.repository.name }}
|
||||
Reference in New Issue
Block a user