First commit

This commit is contained in:
Pagani Walter
2023-06-11 10:45:43 -03:00
commit 833c47e178
18 changed files with 881 additions and 0 deletions

11
.github/README.md vendored Normal file
View File

@@ -0,0 +1,11 @@
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## # Mod Quest Loot Party
[English](README.md) | [Español](README_ES.md)
- Latest build status with azerothcore: [![Build Status](https://github.com/pangolp/mod-quest-loot-party/workflows/core-build/badge.svg?branch=master&event=push)](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
View File

@@ -0,0 +1,11 @@
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## # Mod Quest Loot Party
[English](README.md) | [Español](README_ES.md)
- Último estado de compilación con azerothcore: [![Build Status](https://github.com/pangolp/mod-quest-loot-party/workflows/core-build/badge.svg?branch=master&event=push)](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
View 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 }}