Difference between revisions of "Login rewards"

From Isleward Wiki
Jump to navigation Jump to search
 
(21 intermediate revisions by 6 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|essences]]. The quantity and [[Quality|quality]] of rewards increases as the number of consecutive logins increases.
+
 
==Possible Rewards==
+
Players will receive [[crafting material]]s every day that they logged in.
In the following sections, <code>streak</code> represents the number of days the character has logged on consecutively.
+
The quantity of rewards increases as the number of consecutive logins increases.
===Common Materials===
+
Login rewards are mailed to the player and can be collected at the [[Mailbox]] in [[Fjolgard]].
Players receive [[Iron Bar|Iron Bars]], [[Leather Scraps]], [[Cloth Scraps]], and [[Common Essence|Common Essences]] 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===
+
{{Version 0.11.0}}
Starting from day 3, players can receive [[Magic Essence]]. The amount of magic essence received is <code>floor(streak/3)</code>, with no upper limit.
+
 
===Rare Materials===
+
== Rewards ==
Starting from day 5, players can receive [[Rare Essence]]. The amount of rare essence received is <code>floor(streak/5)</code>, with no upper limit.
+
 
===Epic Materials===
+
You gain <code>1 + (streak / 2)</code> random items per day where <code>streak</code> the number of days you've consecutively logged in.
Starting from day 10, players can receive [[Cerulean Pearl|Cerulean Pearls]] and [[Epic Essence]]. The amount of Cerulean Pearls received is <code>floor(streak/10)</code>, with no upper limit.
+
 
===Legendary Materials===
+
The maximum effective <code>streak</code> is 21.
Starting from day 21, players can receive [[Legendary Essence]]. The amount of Legendary Essence received is <code>floor(streak/21)</code>, with no upper limit.
+
After 21 days, the count will continue to increase, but the rewards will be the same as the day 21 rewards.
<br>{{wip}}
+
 
 +
{| 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.