Jump to content

Recommended Posts

Posted

Sup,

because many people are having questions about the Referrals/Referring a friend system I created a guide about that. ^^

 

 

1. Introduction

 

As you maybe noticed already, in LoL there is the possibility to refer friends (also known as 'referrals/refs'). If those friends reach a certain level, you get various rewards for it.

In the following text I will not talk about that common, 'like-riot-wanted-it' method but about making use of that system.

You can either play accounts yourself ('manually') or use a bot/program or a referral service (more about this later).

In order to recruit someone, he has to register with your referral link. You can find this link on the League of Legends homepage . Photo

2. Rewards

 

For every referred friend who reaches level 5 you earn 250 IP, e.g. for 10 friends on level 5 you get 2.500 IP, for 1.000 friends 250.000 IP and so on... (unlimited quantity).

If multiple friends reach level 10, you get more, worthy rewards, the so-called 'Milestone rewards': [inter alia]

 

- Tons of IP oH7Hg.png & RP VLs7d.png

- 1 rune page

- Forum titles

- 2 rare skins (Grey Warwick, Medieval Twitch)

 

You can earn those rewards once only (after reaching the milestone).

There is more information on the official LoL homepage where you can also see the current progress and earn rewards.

3. Possibilities to level up

 

There are various possibilities to get the recruited accounts on the desired level: The manual method or using a program or a referral service.

3.1. Manual method

 

The first option: referred accounts are played by yourself. You should play 5v5 normal or botgames (ARAM and 3v3 give less EXP) and first 1x Battle Training (instant level 2 after).

Furthermore you should buy an EXP Boost with those 400 RP every account is getting on level 3. You can also work together with some friends, that won't be as boring.

Because this method is pretty slow and labor-intensive special programs got developed for that.

3.2 Referral Services

 

At these so-called Referral Services you can order a certain amount of referrals to get the desired rewards.

They are pretty fast and cheap.

A service usually only needs your referral link or Ref. ID (see FAQ) and then manage the rest.

You only need to click on 'reedem' after the job was finished and then get the rewards.

 

You can see a list of all ref services here.

 

4. FAQ

Q: Can I get punished for abusing the system?

A: If Riot catches you, it usually only takes away the rewards.

In some rare cases your account can get banned permanently

 

Q: Why the accounts don't show up in my list?

A: Usually it can take up to 2-3 days until this list gets updated. Maybe check Ref ID / link.

Q: Why is the level of some refs incorrect?

A:Usually it can take up to 2-3 days until this list gets updated.

Q: Where do I find my Referral ID / link?

A: The Referral ID is the part of your link after 'ref=' only. The referral link is located on the LoL homepage].

 

Q: Why the accounts don't show up in my list?

A: Usually it can take up to 2-3 days until this list gets updated. Maybe check Ref ID / link.

Q: Why is the level of some refs incorrect?

A:Usually it can take up to 2-3 days until this list gets updated.

Q: Where do I find my Referral ID / link?

A: The Referral ID is the part of your link after 'ref=' only. The referral link is located on the LoL .

You have to join the new program first if doing this for the first time.

 

Q: Why don't the IP/RP show up on my account after I redeemed them?

A: The amount of IP/RP didn't get updated yet, you have to click on something in the shop like you wanted to buy it in order to see the real amount. (You don't have to buy that thing after.)

5.Tips

 

In general I can only recommend you to not create all accounts on the same day, to leave some accs on other levels (3,7,11,13) and to not make more than 200 referrals (lvl 10) in total to decrease the ban chances.

Everything up to 100 refs should be pretty safe. However, I can't guarantee you won't get banned...

 

 

I hope that this guide helped you to understand the referral system and answered some questions.

  • Upvote 1
  • 1 year later...
Guest
This topic is now closed to further replies.


  • Posts

    • It's true This demonstrates that downvoting Guytis is beneficial to the community as a whole
    • most eggciting post in 2025 for sure!!!!
    • https://github.com/JulioPradoL2j/L2JDreamV2/commit/8f788b03c40404b72d7a321ef24e113f91a619ac     Descrição Este é um sistema de Reset de Personagem Personalizado criado para servidores L2J, inspirado em mecânicas clássicas de MMORPGs com foco em progressão PvP. Totalmente configurável via XML, este sistema permite criar um ciclo de evolução contínuo, recompensando jogadores que atingem o ápice com benefícios e novas metas.  Principais Funcionalidades Reset ativado ao atingir nível máximo, com requisitos de: Itens específicos Quantidade mínima de PvP Custo em moedas/itens Configuração via arquivo XML: Recompensas personalizáveis (itens, moedas, skills, etc) Redução de EXP ou retorno ao nível inicial Condições específicas para liberar o reset Sistema de Ranking: Rankings de Reset Diário e Mensal Premiação automática para os Top players Rankings reiniciam automaticamente no final do período Suporte a jogadores offline: Reset pode remover skills e aplicar recompensas direto no banco de dados Requisitos Técnicos Baseado em L2J DreamV2 / aCis 409 Compatível com bancos de dados MySQL Leitura de configuração via XML (resetData.xml)    Explicação das Configurações  Requisitos levelMax="80" → o jogador precisa atingir o nível 80. requiredPvps="0" → não exige PvP para resetar. expPenalty="0.8" → perde 20% da EXP total ao resetar. <item required="57-10000000;" /> → exige 10kk Adena.  Recompensas Recompensa fixa por reset: 57-15000 → 15k Adena 6392-3 → 3 unidades de item com ID 6392 Recompensa por skill (exemplo): 3135-4 (até nível 4) 3130-2 (até nível 2) 3131-10 (até nível 10)    Comandos para Administradores (Admin Commands) O sistema conta com comandos dedicados para encerrar manualmente os rankings de reset (diário ou mensal), forçando a distribuição imediata dos prêmios para os jogadores que se destacaram.  Comandos Disponíveis Comando Descrição //reset_end_daily Finaliza manualmente o ranking diário e distribui os prêmios configurados. //reset_end_monthly Finaliza manualmente o ranking mensal e distribui os prêmios configurados.   <?xml version="1.0" encoding="UTF-8"?> <list> <reset levelMax="80" requiredPvps="0" expPenalty="0.8"> <set rankingDisplayLimit="3" /> <set dailyPoints="2" /> <set monthlyPoints="1" /> <set removeResetSkills="true" /> <set logger="false" /> <requiredItems> <item required="57-10000000;" /> </requiredItems> <rewardItems> <item reward="57-15000;6392-3" skill="3135-4;3130-2;3131-10" /> </rewardItems> <prizes enable="true" type="DAILY" time="13:00"> <prize position="1" reward="57-15000;6392-3" /> <prize position="2" reward="57-10000;6392-2" /> <prize position="3" reward="57-5000;6392-1" /> </prizes> <prizes enable="true" type="MONTH" time="00:00"> <prize position="1" reward="57-15000;6392-3" /> <prize position="2" reward="57-10000;6392-2" /> <prize position="3" reward="57-5000;6392-1" /> </prizes> </reset> </list>  
    • This topic reminds me a bit of the old glory days! 😂 
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock