Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 3.15 KB

README.md

File metadata and controls

80 lines (50 loc) · 3.15 KB

logo AzerothCore

Module: Recruit a friend

  • Latest build status with azerothcore:

Build Status

English | Español

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:     60

RecruitAFriend.MaxLevel = 60

#
#    RecruitAFriend.MaxDifference
#        Description: Highest level difference between linked Recruiter and Friend benefit from
#                     the Recruit-A-Friend experience multiplier.
#        Default:     4

RecruitAFriend.MaxDifference = 4

Available commands

  • .recruit add <characterName>. Ex: .recruit add Pango
  • .recruit reset. Ex. .recruit reset
  • .recruit view. Ex. .recruit view

To recruit

WoWScrnShot_062121_144533

WoWScrnShot_062121_144620

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

WoWScrnShot_062121_144734

WoWScrnShot_062121_144751

New command: .recruit view.

WoWScrnShot_061823_212307

WoWScrnShot_061823_212233

Credits