https://github.com/pangolp/mod-recruit-friend
Module for azerothCore that allows you to recruit a friend within the game.
https://github.com/pangolp/mod-recruit-friend
azerothcore azerothcore-module recruit-friend world-of-warcraft
Last synced: 6 months ago
JSON representation
Module for azerothCore that allows you to recruit a friend within the game.
- Host: GitHub
- URL: https://github.com/pangolp/mod-recruit-friend
- Owner: pangolp
- Created: 2020-04-19T06:46:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T11:39:54.000Z (over 1 year ago)
- Last Synced: 2024-10-16T02:53:47.728Z (12 months ago)
- Topics: azerothcore, azerothcore-module, recruit-friend, world-of-warcraft
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
#  AzerothCore
# Module: Recruit a friend
- Latest build status with azerothcore:
[](https://github.com/pangolp/mod-recruit-friend/actions)
[English](README.md) | [Español](README_ES.md)
## Important note
Remember, that inside the SQL folder, inside world, you have a series of texts, which are going to be added inside acore_string. The id, which is inside the file, depends on the number of modules you have, so before executing it, check them, so as not to delete anything that may be used in other modules.
## What is the module for?
The module allows players to recruit a friend within the game and get the benefits of the game.
**The linking is at the account level**
**And it does not give additional rewards, only the original ones. Which are:**
- Enhanced mission experience
- Enhanced experience by eliminating npc
- Give a level to a friend, for each level obtained.
- Invoke a friend, once every 60 minutes.I hope it serves you and you can enjoy it.
Remember that within the worldserver.conf file, you have some variables, which you can modify to extend the benefits beyond level 60 (which is the default value).
```
#
# RecruitAFriend.MaxLevel
# Description: Highest level up to which a character can benefit from the Recruit-A-Friend
# experience multiplier.
# Default: 60RecruitAFriend.MaxLevel = 60
#
# RecruitAFriend.MaxDifference
# Description: Highest level difference between linked Recruiter and Friend benefit from
# the Recruit-A-Friend experience multiplier.
# Default: 4RecruitAFriend.MaxDifference = 4
```## Available commands
- `.recruit add `. Ex: `.recruit add Pango`
- `.recruit reset`. Ex. `.recruit reset`
- `.recruit view`. Ex. `.recruit view`## To recruit


Then, you have to close the game completely. Because it must reload the player's auth table information.


## New command: `.recruit view`.


## Credits
- [Nefertum](https://gitlab.com/Nefertum) (module author)
- [Stevej / Pangolp](https://github.com/pangolp) (module author)
- [AzerothCore: repository](https://github.com/azerothcore)
- [website](http://azerothcore.org/)
- [Discord](https://discord.gg/PaqQRkd)