Difference between revisions of "Login rewards"

From Isleward Wiki
Jump to navigation Jump to search
m (testing automated clean up, added uncategorised tag)
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<div style="float:right; margin-left:10px;"> __TOC__ </div>
+
__NOTOC__
=Login Rewards=
+
= Login rewards =
Each day, players receive [[Crafting Material|crafting materials]] including relatively large quantities of [[essence]]s. The quantity and [[quality]] of rewards increases as the number of consecutive logins increases.
 
==Possible Rewards==
 
In the following sections, <code>streak</code> represents the number of days the character has logged on consecutively. Unfortunately, <code>streak</code> is capped at 21. Streaks decrease by one each day that the player does not login.
 
===Common Materials===
 
Players receive [[Iron Bar]]s, [[Leather Scraps]], [[Cloth Scraps]], and [[Common Essence]]s every day. The total number of common materials is <code>(streak*3)+1</code>, up to a maximum of 16 materials. This total is distributed between the different types of common materials randomly.
 
===Magic Materials===
 
Starting from day 3, players receive [[Magic Essence]], as well as common materials. The amount of magic essence received is <code>floor(streak/3)</code>.
 
===Rare Materials===
 
Starting from day 5, players receive [[Rare Essence]], as well as previous rewards. The amount of rare essence received is <code>floor(streak/5)</code>.
 
===Epic Materials===
 
Starting from day 10, players receive [[Cerulean Pearl]]s and [[Epic Essence]], as well as previous rewards. The total amount of pearls and essence received is <code>floor(streak/10)</code>.
 
===Legendary Materials===
 
Starting from day 21, players receive [[Legendary Essence]], in addition to all previous rewards. The amount of Legendary Essence received is <code>floor(streak/21)</code>.
 
<br>
 
  
{{Uncategorized|date=April 2018}}
+
Players will receive [[crafting material]]s every day that they logged in.
 +
The quantity of rewards increases as the number of consecutive logins increases.
 +
Login rewards are mailed to the player and can be collected at the [[Mailbox]] in [[Fjolgard]].
 +
 
 +
{{Version 0.11.0}}
 +
 
 +
== Rewards ==
 +
 
 +
You gain <code>1 + (streak / 2)</code> random items per day where <code>streak</code> the number of days you've consecutively logged in.
 +
 
 +
The maximum effective <code>streak</code> is 21.
 +
After 21 days, the count will continue to increase, but the rewards will be the same as the day 21 rewards.
 +
 
 +
{| class="wikitable sortable" style="text-align:center;"
 +
! Item !! Chance !! ~Chance %
 +
|-
 +
| [[Iron Bar]] || 15/61 ||  24.6%
 +
|-
 +
| [[Cloth Scrap]] || 15/61 ||  24.6%
 +
|-
 +
| [[Leather Scrap]] || 15/61 ||  24.6%
 +
|-
 +
| [[Skyblossom]] || 8/61 ||  13.1%
 +
|-
 +
| [[Common Essence]] || 5/61 ||  8.2%
 +
|-
 +
| [[Magic Essence]] || 2/61 ||  3.3%
 +
|-
 +
| [[Rare Essence]] || 1/61 ||  1.6%
 +
|}
 +
 
 +
== History ==
 +
* Prior to v0.1.11, the login reward was awarded per character. This was changed to per-account to prevent farming large amounts of crafting materials by switching characters.
 +
* Prior to v0.8.3, players used to receive their daily reward immediately after logging in. However, players now have to go to the mailbox in [[Fjolgard]] to receive their login rewards.

Latest revision as of 22:28, 30 October 2022

Login rewards[edit]

Players will receive crafting materials every day that they logged in. The quantity of rewards increases as the number of consecutive logins increases. Login rewards are mailed to the player and can be collected at the Mailbox in Fjolgard.


Version 0.11.0: This article may not be up to date for the latest version of Isleward.


Rewards[edit]

You gain 1 + (streak / 2) random items per day where streak the number of days you've consecutively logged in.

The maximum effective streak is 21. After 21 days, the count will continue to increase, but the rewards will be the same as the day 21 rewards.

Item Chance ~Chance %
Iron Bar 15/61 24.6%
Cloth Scrap 15/61 24.6%
Leather Scrap 15/61 24.6%
Skyblossom 8/61 13.1%
Common Essence 5/61 8.2%
Magic Essence 2/61 3.3%
Rare Essence 1/61 1.6%

History[edit]

  • Prior to v0.1.11, the login reward was awarded per character. This was changed to per-account to prevent farming large amounts of crafting materials by switching characters.
  • Prior to v0.8.3, players used to receive their daily reward immediately after logging in. However, players now have to go to the mailbox in Fjolgard to receive their login rewards.