QuestsCalendar.js: Difference between revisions

From Wiki The-West EN
Jump to navigation
No edit summary
No edit summary
Line 214: Line 214:
// Loop through all the quest elements
// Loop through all the quest elements
$('.info').each(function() {
$('.info').each(function() {
  // Get the start and end dates from the quest element
    // Get the start and end dates from the quest element
  var startDateStr = $(this).find('.popup_txtred').text().match(/From:\s*([\d\/\s:]+)/)[1];
    var startDateStr = $(this).find('.popup_txtred').text().match(/From:\s*([\d\/\s:]+)/)[1];
  var endDateStr = $(this).find('.popup_txtred').text().match(/Until:\s*([\d\/\s:]+)/)[1];
    var endDateStr = $(this).find('.popup_txtred').text().match(/Until:\s*([\d\/\s:]+)/)[1];
 
   
// Check if the current date is within the quest's start and end dates
    // Parse the start and end dates into Date objects
var startDate = new Date(startTimestamp * 1000);
    var startDate = new Date(Date.parse(startDateStr));
var endDate = new Date(endTimestamp * 1000);
    var endDate = new Date(Date.parse(endDateStr));
var currentDate = new Date();
    var currentDate = new Date();
if (currentDate >= startDate && currentDate <= endDate) {
   
    // Change the class of the span element to popup_txtgreen
    // Check if the current date is within the quest's start and end dates
    $(quest).find(".popup_txtred span").removeClass("popup_txtred").addClass("popup_txtgreen");
    if (currentDate >= startDate && currentDate <= endDate) {
}
        // Change the class of the span element to popup_txtgreen
        $(this).find('.popup_txtred').removeClass('popup_txtred').addClass('popup_txtgreen');
    }
});
});
         });
         });
     })(jQuery);
     })(jQuery);

Revision as of 22:51, 22 April 2023

var questCalendarDict = {

1: '

<a href="/wiki/Gold_rush" title="Gold rush" bis_skin_checked="1">Gold rush</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 23/01 at 10:00
Until: 29/01 at 23:59

' + '

<a href="/wiki/Gold_rush_(repeatable)" title="Gold rush (repeatable)" bis_skin_checked="1">Gold rush (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 23/01 at 10:00
Until: 29/01 at 23:59

' + '

<a href="/wiki/The_provincial_doctor" title="The provincial doctor" bis_skin_checked="1">The provincial doctor</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 31/01 at 10:00
Until: 05/03 at 23:59

' + '

<a href="/wiki/The_provincial_doctor_(repeatable)" title="The provincial doctor (repeatable)" bis_skin_checked="1">The provincial doctor (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 31/01 at 10:00
Until: 05/03 at 23:59

', 2: '

<a href="/wiki/The_provincial_doctor" title="The provincial doctor" bis_skin_checked="1">The provincial doctor</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 31/01 at 10:00
Until: 05/03 at 23:59

' + '

<a href="/wiki/The_provincial_doctor_(repeatable)" title="The provincial doctor (repeatable)" bis_skin_checked="1">The provincial doctor (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 31/01 at 10:00
Until: 05/03 at 23:59

' + '

<a href="/wiki/First_winter" title="First winter" bis_skin_checked="1">First winter</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 40
From: 01/02 at 12:00
Until: 15/02 at 12:00

' + '

<a href="/wiki/The_snowstorm" title="The snowstorm" bis_skin_checked="1">The snowstorm</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 25
From: 01/02 at 12:00
Until: 15/02 at 12:00

' + '

<a href="/wiki/Unusual_winter_sport" title="Unusual winter sport" bis_skin_checked="1">Unusual winter sport</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 25
From: 01/02 at 12:00
Until: 15/02 at 12:00

' + '

<a href="/index.php?title=Winter_Competitions&action=edit&redlink=1" class="new" title="Winter Competitions (page does not exist)" bis_skin_checked="1">Winter Competitions</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 40
From: 01/02 at 12:00
Until: 15/02 at 12:00

' + '

<a href="/wiki/Together_%27til_the_end!" title="Together \'til the end!" bis_skin_checked="1">Together \'til the end!</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 45
From: 13/02 at 10:00
Until: 04/03 at 23:59

' + '

<a href="/wiki/Valentine%27s_Day" title="Valentine\'s Day" bis_skin_checked="1">Valentine\'s Day</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 14/02 at 00:00
Until: 17/02 at 23:59

' + '

<a href="/wiki/Valentine%27s_Day_(repeatable)" title="Valentine\'s Day (repeatable)" bis_skin_checked="1">Valentine\'s Day (repeatable)</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 14/02 at 00:00
Until: 17/02 at 23:59

' + '

<a href="/wiki/One_foolish_Romeo_(repeatable)" title="One foolish Romeo (repeatable)" bis_skin_checked="1">One foolish Romeo (repeatable)</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 10
From: 14/02 at 10:00
Until: 02/03 at 23:59

' + '

<a href="/wiki/One_foolish_Romeo" title="One foolish Romeo" bis_skin_checked="1">One foolish Romeo</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 10
From: 14/02 at 10:00
Until: 03/03 at 23:59

' + '

<a href="/wiki/Love_is_in_the_air_(repeatable)" title="Love is in the air (repeatable)" bis_skin_checked="1">Love is in the air (repeatable)</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 14/02 at 10:00
Until: 08/03 at 11:59

' + '

<a href="/wiki/Angus%27_love" title="Angus\' love" bis_skin_checked="1">Angus\' love</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 40
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Gone_with_the_Valentine%27s_Day" title="Gone with the Valentine\'s Day" bis_skin_checked="1">Gone with the Valentine\'s Day</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Gone_with_the_Valentine%27s_Day_(repeatable)" title="Gone with the Valentine\'s Day (repeatable)" bis_skin_checked="1">Gone with the Valentine\'s Day (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Love_is_in_the_air" title="Love is in the air" bis_skin_checked="1">Love is in the air</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/index.php?title=Maya%27s_fianc%C3%A9&action=edit&redlink=1" class="new" title="Maya\'s fiancé (page does not exist)" bis_skin_checked="1">Maya\'s fiancé</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 30
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Secret_Love" title="Secret Love" bis_skin_checked="1">Secret Love</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 8
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/The_ties_that_bind" title="The ties that bind" bis_skin_checked="1">The ties that bind</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 119
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Tombstone_love_story" title="Tombstone love story" bis_skin_checked="1">Tombstone love story</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 80
From: 17/02 at 12:00
Until: 08/03 at 12:00

', 3: '

<a href="/wiki/The_provincial_doctor" title="The provincial doctor" bis_skin_checked="1">The provincial doctor</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 31/01 at 10:00
Until: 05/03 at 23:59

' + '

<a href="/wiki/The_provincial_doctor_(repeatable)" title="The provincial doctor (repeatable)" bis_skin_checked="1">The provincial doctor (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 31/01 at 10:00
Until: 05/03 at 23:59

' + '

<a href="/wiki/Together_%27til_the_end!" title="Together \'til the end!" bis_skin_checked="1">Together \'til the end!</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 45
From: 13/02 at 10:00
Until: 04/03 at 23:59

' + '

<a href="/wiki/One_foolish_Romeo_(repeatable)" title="One foolish Romeo (repeatable)" bis_skin_checked="1">One foolish Romeo (repeatable)</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 10
From: 14/02 at 10:00
Until: 02/03 at 23:59

' + '

<a href="/wiki/One_foolish_Romeo" title="One foolish Romeo" bis_skin_checked="1">One foolish Romeo</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 10
From: 14/02 at 10:00
Until: 03/03 at 23:59

' + '

<a href="/wiki/Love_is_in_the_air_(repeatable)" title="Love is in the air (repeatable)" bis_skin_checked="1">Love is in the air (repeatable)</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 14/02 at 10:00
Until: 08/03 at 11:59

' + '

<a href="/wiki/Angus%27_love" title="Angus\' love" bis_skin_checked="1">Angus\' love</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 40
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Gone_with_the_Valentine%27s_Day" title="Gone with the Valentine\'s Day" bis_skin_checked="1">Gone with the Valentine\'s Day</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Gone_with_the_Valentine%27s_Day_(repeatable)" title="Gone with the Valentine\'s Day (repeatable)" bis_skin_checked="1">Gone with the Valentine\'s Day (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Love_is_in_the_air" title="Love is in the air" bis_skin_checked="1">Love is in the air</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/index.php?title=Maya%27s_fianc%C3%A9&action=edit&redlink=1" class="new" title="Maya\'s fiancé (page does not exist)" bis_skin_checked="1">Maya\'s fiancé</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 30
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Secret_Love" title="Secret Love" bis_skin_checked="1">Secret Love</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 8
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/The_ties_that_bind" title="The ties that bind" bis_skin_checked="1">The ties that bind</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 119
From: 15/02 at 12:00
Until: 06/03 at 12:00

' + '

<a href="/wiki/Tombstone_love_story" title="Tombstone love story" bis_skin_checked="1">Tombstone love story</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 80
From: 17/02 at 12:00
Until: 08/03 at 12:00

' + '

<a href="/wiki/Carnival_in_the_Wild_West" title="Carnival in the Wild West" bis_skin_checked="1">Carnival in the Wild West</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 8
From: 06/03 at 11:00
Until: 20/03 at 23:59

' + '

<a href="/wiki/Burning_spirits_of_the_past!" title="Burning spirits of the past!" bis_skin_checked="1">Burning spirits of the past!</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 66
From: 12/03 at 00:00
Until: 24/04 at 23:59

' + '

<a href="/wiki/Gold_coins" title="Gold coins" bis_skin_checked="1">Gold coins</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 12/03 at 00:01
Until: 02/04 at 23:59

' + '

<a href="/index.php?title=New_%C3%89ire_items&action=edit&redlink=1" class="new" title="New Éire items (page does not exist)" bis_skin_checked="1">New Éire items</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 15/03 at 12:00
Until: 29/03 at 12:00

' + '

<a href="/wiki/St._Patrick_2021" title="St. Patrick 2021" bis_skin_checked="1">St. Patrick 2021</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 35
From: 15/03 at 12:00
Until: 29/03 at 12:00

' + '

<a href="/wiki/Brewing_Bad" title="Brewing Bad" bis_skin_checked="1">Brewing Bad</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 35
From: 17/03 at 10:00
Until: 23/03 at 23:59

' + '

<a href="/wiki/Brewing_Bad_(repeatable)" title="Brewing Bad (repeatable)" bis_skin_checked="1">Brewing Bad (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 35
From: 17/03 at 10:00
Until: 09/04 at 23:59

' + '

<a href="/wiki/A_new_egg-hunting_tradition" title="A new egg-hunting tradition" bis_skin_checked="1">A new egg-hunting tradition</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 30
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Easter_basket" title="Easter basket" bis_skin_checked="1">Easter basket</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Easter_basket_(repeatable)" title="Easter basket (repeatable)" bis_skin_checked="1">Easter basket (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 1
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Easter_breakfast" title="Easter breakfast" bis_skin_checked="1">Easter breakfast</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 33
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Easter_Egg_Hunt" title="Easter Egg Hunt" bis_skin_checked="1">Easter Egg Hunt</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Ringo_is_in_the_Town" title="Ringo is in the Town" bis_skin_checked="1">Ringo is in the Town</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 110
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/The_new_train_station" title="The new train station" bis_skin_checked="1">The new train station</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 75
From: 29/03 at 12:00
Until: 20/04 at 12:00

', 4: '

<a href="/wiki/Burning_spirits_of_the_past!" title="Burning spirits of the past!" bis_skin_checked="1">Burning spirits of the past!</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 66
From: 12/03 at 00:00
Until: 24/04 at 23:59

' + '

<a href="/wiki/Gold_coins" title="Gold coins" bis_skin_checked="1">Gold coins</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 12/03 at 00:01
Until: 02/04 at 23:59

' + '

<a href="/wiki/Brewing_Bad_(repeatable)" title="Brewing Bad (repeatable)" bis_skin_checked="1">Brewing Bad (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 35
From: 17/03 at 10:00
Until: 09/04 at 23:59

' + '

<a href="/wiki/A_new_egg-hunting_tradition" title="A new egg-hunting tradition" bis_skin_checked="1">A new egg-hunting tradition</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 30
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Easter_basket" title="Easter basket" bis_skin_checked="1">Easter basket</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Easter_basket_(repeatable)" title="Easter basket (repeatable)" bis_skin_checked="1">Easter basket (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 1
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Easter_breakfast" title="Easter breakfast" bis_skin_checked="1">Easter breakfast</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 33
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Easter_Egg_Hunt" title="Easter Egg Hunt" bis_skin_checked="1">Easter Egg Hunt</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/Ringo_is_in_the_Town" title="Ringo is in the Town" bis_skin_checked="1">Ringo is in the Town</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 110
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/The_new_train_station" title="The new train station" bis_skin_checked="1">The new train station</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 75
From: 29/03 at 12:00
Until: 20/04 at 12:00

' + '

<a href="/wiki/A_strange_animal" title="A strange animal" bis_skin_checked="1">A strange animal</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 8
From: 01/04 at 00:00
Until: 04/04 at 23:59

' + '

<a href="/wiki/April" title="April" bis_skin_checked="1">April</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 31
From: 01/04 at 00:00
Until: 30/04 at 23:59

' + '

<a href="/wiki/Crafting_2.0" title="Crafting 2.0" bis_skin_checked="1">Crafting 2.0</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 20
From: 01/04 at 00:01
Until: 01/04 at 23:59

' + '

<a href="/wiki/The_easter_egg" title="The easter egg" bis_skin_checked="1">The easter egg</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 8
From: 06/04 at 00:00
Until: 23/04 at 23:59

' + '

<a href="/wiki/Easter" title="Easter" bis_skin_checked="1">Easter</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 06/04 at 00:00
Until: 26/04 at 23:59

' + '

<a href="/wiki/Easter_(repeatable)" title="Easter (repeatable)" bis_skin_checked="1">Easter (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 06/04 at 00:00
Until: 26/04 at 23:59

' + '

<a href="/wiki/Finding_Mr._Easter_Bunny" title="Finding Mr. Easter Bunny" bis_skin_checked="1">Finding Mr. Easter Bunny</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 09/04 at 00:00
Until: 22/04 at 23:59

' + '

<a href="/wiki/Crafting_mini-event" title="Crafting mini-event" bis_skin_checked="1">Crafting mini-event</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 20
From: 29/04 at 12:00
Until: 20/05 at 12:00

' + '

<a href="/wiki/The_cake_baking_event" title="The cake baking event" bis_skin_checked="1">The cake baking event</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 20
From: 29/04 at 12:00
Until: 20/05 at 12:00

' + '

<a href="/wiki/The_history_of_The_West" title="The history of The West" bis_skin_checked="1">The history of The West</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 30/04 at 00:00
Until: 20/05 at 23:59

' + '

<a href="/wiki/The_West_12_anniversary" title="The West 12 anniversary" bis_skin_checked="1">The West 12 anniversary</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 30/04 at 00:00
Until: 23/05 at 23:59

' + '

<a href="/wiki/The_West_has_a_birthday!" title="The West has a birthday!" bis_skin_checked="1">The West has a birthday!</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 30/04 at 10:00
Until: 10/05 at 23:59

' + '

<a href="/wiki/The_West_has_a_birthday!_(repeatable)" title="The West has a birthday! (repeatable)" bis_skin_checked="1">The West has a birthday! (repeatable)</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 30/04 at 10:00
Until: 10/05 at 23:59

', 5: '

<a href="/wiki/Crafting_mini-event" title="Crafting mini-event" bis_skin_checked="1">Crafting mini-event</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 20
From: 29/04 at 12:00
Until: 20/05 at 12:00

' + '

<a href="/wiki/The_cake_baking_event" title="The cake baking event" bis_skin_checked="1">The cake baking event</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 20
From: 29/04 at 12:00
Until: 20/05 at 12:00

' + '

<a href="/wiki/The_history_of_The_West" title="The history of The West" bis_skin_checked="1">The history of The West</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 30/04 at 00:00
Until: 20/05 at 23:59

' + '

<a href="/wiki/The_West_12_anniversary" title="The West 12 anniversary" bis_skin_checked="1">The West 12 anniversary</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 30/04 at 00:00
Until: 23/05 at 23:59

' + '

<a href="/wiki/The_West_has_a_birthday!" title="The West has a birthday!" bis_skin_checked="1">The West has a birthday!</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 30/04 at 10:00
Until: 10/05 at 23:59

' + '

<a href="/wiki/The_West_has_a_birthday!_(repeatable)" title="The West has a birthday! (repeatable)" bis_skin_checked="1">The West has a birthday! (repeatable)</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 10
From: 30/04 at 10:00
Until: 10/05 at 23:59

' + '

<a href="/wiki/Anti_diet_week" title="Anti diet week" bis_skin_checked="1">Anti diet week</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 06/05 at 10:00
Until: 11/05 at 23:59

' + '

<a href="/wiki/Anti_diet_week_(repeatable)" title="Anti diet week (repeatable)" bis_skin_checked="1">Anti diet week (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 06/05 at 10:00
Until: 11/05 at 23:59

' + '

<a href="/wiki/Contest_for_an_innovative_dessert" title="Contest for an innovative dessert" bis_skin_checked="1">Contest for an innovative dessert</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 20
From: 20/05 at 12:00
Until: 08/06 at 12:00

' + '

<a href="/wiki/Cooperation_pays_off" title="Cooperation pays off" bis_skin_checked="1">Cooperation pays off</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 40
From: 20/05 at 12:00
Until: 08/06 at 12:00

' + '

<a href="/wiki/Attack_of_the_Wogons" title="Attack of the Wogons" bis_skin_checked="1">Attack of the Wogons</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 10
From: 25/05 at 10:00
Until: 31/05 at 23:59

', 6: '

<a href="/wiki/Contest_for_an_innovative_dessert" title="Contest for an innovative dessert" bis_skin_checked="1">Contest for an innovative dessert</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 20
From: 20/05 at 12:00
Until: 08/06 at 12:00

' + '

<a href="/wiki/Cooperation_pays_off" title="Cooperation pays off" bis_skin_checked="1">Cooperation pays off</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 40
From: 20/05 at 12:00
Until: 08/06 at 12:00

' + '

<a href="/wiki/Became_a_referee" title="Became a referee" bis_skin_checked="1">Became a referee</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 20
From: 16/06 at 00:00
Until: 26/06 at 23:59

' + '

<a href="/wiki/Christopher%27s_parade" title="Christopher\'s parade" bis_skin_checked="1">Christopher\'s parade</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 22/06 at 10:00
Until: 28/06 at 23:59

' + '

<a href="/wiki/Christopher%27s_parade_(repeatable)" title="Christopher\'s parade (repeatable)" bis_skin_checked="1">Christopher\'s parade (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 22/06 at 10:00
Until: 28/06 at 23:59

', 7: '

<a href="/wiki/Independence_Day" title="Independence Day" bis_skin_checked="1">Independence Day</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 01/07 at 00:00
Until: 14/07 at 23:59

' + '

<a href="/wiki/Independence_Day_(repeatable)" title="Independence Day (repeatable)" bis_skin_checked="1">Independence Day (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 01/07 at 00:00
Until: 14/07 at 23:59

' + '

<a href="/wiki/West_Point" title="West Point" bis_skin_checked="1">West Point</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 8
From: 01/07 at 00:00
Until: 14/07 at 23:59

' + '

<a href="/wiki/Independence_Day_preparations" title="Independence Day preparations" bis_skin_checked="1">Independence Day preparations</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 20
From: 02/07 at 11:00
Until: 23/07 at 23:59

' + '

<a href="/wiki/A_dream_about_the_war" title="A dream about the war" bis_skin_checked="1">A dream about the war</a>
<img alt="Tasks.png" src="https://wiki.the-west.net/images/e/e4/Tasks.png" decoding="async" width="125" height="125">
Required level: 8
From: 04/07 at 00:00
Until: 24/07 at 23:59

' + '

<a href="/wiki/The_Independence_Day_parade" title="The Independence Day parade" bis_skin_checked="1">The Independence Day parade</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 04/07 at 11:00
Until: 25/07 at 23:59

' + '

<a href="/wiki/Time_for_tea" title="Time for tea" bis_skin_checked="1">Time for tea</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 25
From: 07/07 at 12:00
Until: 22/07 at 12:00

' + '

<a href="/wiki/Paul_The_Great_Paladin" title="Paul The Great Paladin" bis_skin_checked="1">Paul The Great Paladin</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 35
From: 17/07 at 08:00
Until: 30/07 at 23:59

' + '

<a href="/wiki/Friendship_week" title="Friendship week" bis_skin_checked="1">Friendship week</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 29/07 at 10:00
Until: 09/08 at 23:59

' + '

<a href="/wiki/Friendship_week_(repeatable)" title="Friendship week (repeatable)" bis_skin_checked="1">Friendship week (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 29/07 at 10:00
Until: 09/08 at 23:59

', 8: '

<a href="/wiki/Friendship_week" title="Friendship week" bis_skin_checked="1">Friendship week</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 29/07 at 10:00
Until: 09/08 at 23:59

' + '

<a href="/wiki/Friendship_week_(repeatable)" title="Friendship week (repeatable)" bis_skin_checked="1">Friendship week (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 29/07 at 10:00
Until: 09/08 at 23:59

' + '

<a href="/wiki/A_pawful_of_kittens" title="A pawful of kittens" bis_skin_checked="1">A pawful of kittens</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 08/08 at 10:00
Until: 14/08 at 23:59

' + '

<a href="/wiki/A_pawful_of_kittens_(repeatable)" title="A pawful of kittens (repeatable)" bis_skin_checked="1">A pawful of kittens (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 10
From: 08/08 at 10:00
Until: 14/08 at 23:59

' + '

<a href="/wiki/The_Colcord_story" title="The Colcord story" bis_skin_checked="1">The Colcord story</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 11/08 at 11:00
Until: 30/09 at 23:59

' + '

<a href="/wiki/Henry_on_vacation" title="Henry on vacation" bis_skin_checked="1">Henry on vacation</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 51
From: 15/08 at 10:00
Until: 31/08 at 23:59

' + '

<a href="/wiki/Labor_Day" title="Labor Day" bis_skin_checked="1">Labor Day</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 27/08 at 10:00
Until: 02/09 at 23:59

' + '

<a href="/wiki/Labor_Day_(repeatable)" title="Labor Day (repeatable)" bis_skin_checked="1">Labor Day (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 27/08 at 10:00
Until: 02/09 at 23:59

', 9: '

<a href="/wiki/The_Colcord_story" title="The Colcord story" bis_skin_checked="1">The Colcord story</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 11/08 at 11:00
Until: 30/09 at 23:59

' + '

<a href="/wiki/Labor_Day" title="Labor Day" bis_skin_checked="1">Labor Day</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 27/08 at 10:00
Until: 02/09 at 23:59

' + '

<a href="/wiki/Labor_Day_(repeatable)" title="Labor Day (repeatable)" bis_skin_checked="1">Labor Day (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 27/08 at 10:00
Until: 02/09 at 23:59

' + '

<a href="/wiki/The_Mountain_Farmer_and_the_Shepherdess" title="The Mountain Farmer and the Shepherdess" bis_skin_checked="1">The Mountain Farmer and the Shepherdess</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 48
From: 12/09 at 11:00
Until: 06/10 at 23:59

' + '

<a href="/wiki/Oktoberfest_2021" title="Oktoberfest 2021" bis_skin_checked="1">Oktoberfest 2021</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 50
From: 16/09 at 12:00
Until: 13/10 at 12:00

' + '

<a href="/wiki/Oktoberfest_is_coming" title="Oktoberfest is coming" bis_skin_checked="1">Oktoberfest is coming</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 16/09 at 12:00
Until: 13/10 at 12:00

' + '

<a href="/wiki/Oktoberfest_is_coming_(repeatable)" title="Oktoberfest is coming (repeatable)" bis_skin_checked="1">Oktoberfest is coming (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 16/09 at 12:00
Until: 13/10 at 12:00

' + '

<a href="/wiki/A_Shipment_from_Germany" title="A Shipment from Germany" bis_skin_checked="1">A Shipment from Germany</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 45
From: 17/09 at 12:00
Until: 14/10 at 12:00

' + '

<a href="/wiki/Save_Oktoberfest" title="Save Oktoberfest" bis_skin_checked="1">Save Oktoberfest</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 69
From: 18/09 at 12:00
Until: 14/10 at 23:59

', 10: '

<a href="/wiki/The_Mountain_Farmer_and_the_Shepherdess" title="The Mountain Farmer and the Shepherdess" bis_skin_checked="1">The Mountain Farmer and the Shepherdess</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 48
From: 12/09 at 11:00
Until: 06/10 at 23:59

' + '

<a href="/wiki/Oktoberfest_2021" title="Oktoberfest 2021" bis_skin_checked="1">Oktoberfest 2021</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 50
From: 16/09 at 12:00
Until: 13/10 at 12:00

' + '

<a href="/wiki/Oktoberfest_is_coming" title="Oktoberfest is coming" bis_skin_checked="1">Oktoberfest is coming</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 16/09 at 12:00
Until: 13/10 at 12:00

' + '

<a href="/wiki/Oktoberfest_is_coming_(repeatable)" title="Oktoberfest is coming (repeatable)" bis_skin_checked="1">Oktoberfest is coming (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 16/09 at 12:00
Until: 13/10 at 12:00

' + '

<a href="/wiki/A_Shipment_from_Germany" title="A Shipment from Germany" bis_skin_checked="1">A Shipment from Germany</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 45
From: 17/09 at 12:00
Until: 14/10 at 12:00

' + '

<a href="/wiki/Save_Oktoberfest" title="Save Oktoberfest" bis_skin_checked="1">Save Oktoberfest</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 69
From: 18/09 at 12:00
Until: 14/10 at 23:59

' + '

<a href="/wiki/The_Wright_brothers" title="The Wright brothers" bis_skin_checked="1">The Wright brothers</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 12/10 at 11:00
Until: 30/11 at 23:59

' + '

<a href="/wiki/Giant_of_the_land" title="Giant of the land" bis_skin_checked="1">Giant of the land</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 58
From: 14/10 at 00:00
Until: 14/11 at 23:59

' + '

<a href="/wiki/Giant_of_the_ocean" title="Giant of the ocean" bis_skin_checked="1">Giant of the ocean</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 105
From: 14/10 at 00:00
Until: 14/11 at 23:59

' + '

<a href="/wiki/The_first_cowgirl" title="The first cowgirl" bis_skin_checked="1">The first cowgirl</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 32
From: 16/10 at 00:00
Until: 18/11 at 23:59

' + '

<a href="/wiki/The_Headless_Horseman" title="The Headless Horseman" bis_skin_checked="1">The Headless Horseman</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 8
From: 25/10 at 10:00
Until: 29/11 at 23:59

' + '

<a href="/wiki/Halloween" title="Halloween" bis_skin_checked="1">Halloween</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 12
From: 27/10 at 00:00
Until: 04/11 at 23:59

' + '

<a href="/wiki/A_Western_Nightmare_(repeatable)" title="A Western Nightmare (repeatable)" bis_skin_checked="1">A Western Nightmare (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 28/10 at 10:00
Until: 20/11 at 23:59

' + '

<a href="/wiki/A_Western_Nightmare" title="A Western Nightmare" bis_skin_checked="1">A Western Nightmare</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 28/10 at 10:00
Until: 21/11 at 23:59

' + '

<a href="/wiki/Ron%27s_visit" title="Ron\'s visit" bis_skin_checked="1">Ron\'s visit</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 40
From: 28/10 at 12:00
Until: 16/11 at 12:00

' + '

<a href="/wiki/Halloween" title="Halloween" bis_skin_checked="1">Halloween</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 12
From: 30/10 at 00:00
Until: 04/11 at 23:59

' + '

<a href="/wiki/Halloween_(repeatable)" title="Halloween (repeatable)" bis_skin_checked="1">Halloween (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 12
From: 30/10 at 00:00
Until: 07/11 at 23:59

', 11: '

<a href="/wiki/The_Wright_brothers" title="The Wright brothers" bis_skin_checked="1">The Wright brothers</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 8
From: 12/10 at 11:00
Until: 30/11 at 23:59

' + '

<a href="/wiki/Giant_of_the_land" title="Giant of the land" bis_skin_checked="1">Giant of the land</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 58
From: 14/10 at 00:00
Until: 14/11 at 23:59

' + '

<a href="/wiki/Giant_of_the_ocean" title="Giant of the ocean" bis_skin_checked="1">Giant of the ocean</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 105
From: 14/10 at 00:00
Until: 14/11 at 23:59

' + '

<a href="/wiki/The_first_cowgirl" title="The first cowgirl" bis_skin_checked="1">The first cowgirl</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 32
From: 16/10 at 00:00
Until: 18/11 at 23:59

' + '

<a href="/wiki/The_Headless_Horseman" title="The Headless Horseman" bis_skin_checked="1">The Headless Horseman</a>
<img alt="Sheriffnpc.png" src="https://wiki.the-west.net/images/d/d2/Sheriffnpc.png" decoding="async" width="200" height="200">
Required level: 8
From: 25/10 at 10:00
Until: 29/11 at 23:59

' + '

<a href="/wiki/Halloween" title="Halloween" bis_skin_checked="1">Halloween</a>
<a href="/index.php?title=Special:Upload&wpDestFile=.png" class="new" title="File:.png" bis_skin_checked="1">File:.png</a>
Required level:
From: 27/10 at 00:00
Until: 04/11 at 23:59

' + '

<a href="/wiki/A_Western_Nightmare_(repeatable)" title="A Western Nightmare (repeatable)" bis_skin_checked="1">A Western Nightmare (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 28/10 at 10:00
Until: 20/11 at 23:59

' + '

<a href="/wiki/A_Western_Nightmare" title="A Western Nightmare" bis_skin_checked="1">A Western Nightmare</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 10
From: 28/10 at 10:00
Until: 21/11 at 23:59

' + '

<a href="/wiki/Ron%27s_visit" title="Ron\'s visit" bis_skin_checked="1">Ron\'s visit</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 40
From: 28/10 at 12:00
Until: 16/11 at 12:00

' + '

<a href="/wiki/Halloween" title="Halloween" bis_skin_checked="1">Halloween</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 12
From: 30/10 at 00:00
Until: 04/11 at 23:59

' + '

<a href="/wiki/Halloween_(repeatable)" title="Halloween (repeatable)" bis_skin_checked="1">Halloween (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 12
From: 30/10 at 00:00
Until: 07/11 at 23:59

' + '

<a href="/wiki/Celebrating_life" title="Celebrating life" bis_skin_checked="1">Celebrating life</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 22
From: 05/11 at 12:00
Until: 23/11 at 12:00

' + '

<a href="/wiki/Something_strange_is_happening" title="Something strange is happening" bis_skin_checked="1">Something strange is happening</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 27
From: 05/11 at 12:00
Until: 23/11 at 12:00

' + '

<a href="/wiki/The_perfect_heist" title="The perfect heist" bis_skin_checked="1">The perfect heist</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 50
From: 11/11 at 10:00
Until: 02/12 at 23:59

' + '

<a href="/wiki/The_perfect_heist_(repeatable)" title="The perfect heist (repeatable)" bis_skin_checked="1">The perfect heist (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 50
From: 11/11 at 10:00
Until: 02/12 at 23:59

' + '

<a href="/wiki/Thanksgiving" title="Thanksgiving" bis_skin_checked="1">Thanksgiving</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 23/11 at 00:00
Until: 30/11 at 23:59

' + '

<a href="/wiki/Thanksgiving_(repeatable)" title="Thanksgiving (repeatable)" bis_skin_checked="1">Thanksgiving (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 23/11 at 00:00
Until: 30/11 at 23:59

' + '

<a href="/wiki/Western_Friday" title="Western Friday" bis_skin_checked="1">Western Friday</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 8
From: 24/11 at 00:00
Until: 05/12 at 23:59

', 12: '

<a href="/wiki/The_perfect_heist" title="The perfect heist" bis_skin_checked="1">The perfect heist</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 50
From: 11/11 at 10:00
Until: 02/12 at 23:59

' + '

<a href="/wiki/The_perfect_heist_(repeatable)" title="The perfect heist (repeatable)" bis_skin_checked="1">The perfect heist (repeatable)</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 50
From: 11/11 at 10:00
Until: 02/12 at 23:59

' + '

<a href="/wiki/Western_Friday" title="Western Friday" bis_skin_checked="1">Western Friday</a>
<img alt="Lady.png" src="https://wiki.the-west.net/images/c/c6/Lady.png" decoding="async" width="200" height="200">
Required level: 8
From: 24/11 at 00:00
Until: 05/12 at 23:59

' + '

<a href="/wiki/Magic_World" title="Magic World" bis_skin_checked="1">Magic World</a>
<img alt="Indian.png" src="https://wiki.the-west.net/images/1/19/Indian.png" decoding="async" width="200" height="200">
Required level: 38
From: 01/12 at 00:01
Until: 31/12 at 23:59

' + '

<a href="/wiki/Christmas" title="Christmas" bis_skin_checked="1">Christmas</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 06/12 at 00:00
Until: 26/12 at 23:59

' + '

<a href="/wiki/Christmas_(repeatable)" title="Christmas (repeatable)" bis_skin_checked="1">Christmas (repeatable)</a>
<img alt="Barkeeper.png" src="https://wiki.the-west.net/images/2/2d/Barkeeper.png" decoding="async" width="200" height="200">
Required level: 15
From: 06/12 at 00:00
Until: 26/12 at 23:59

' + '

<a href="/wiki/Santa%27s_companions" title="Santa\'s companions" bis_skin_checked="1">Santa\'s companions</a>
<img alt="Tasks.png" src="https://wiki.the-west.net/images/e/e4/Tasks.png" decoding="async" width="125" height="125">
Required level: 70
From: 18/12 at 11:00
Until: 31/12 at 23:59

',

    };
   (function($) {
       $(document).ready(function() {
           var now = new Date();
           var currentMonth = now.getMonth() + 1;
           var currentYear = now.getFullYear();
           var currentMonthDiv = document.getElementById("current-month");
           var nextMonthDiv = document.getElementById("next-month");
           if (currentMonthDiv && nextMonthDiv) {
               currentMonthDiv.innerHTML = getMonthName(currentMonth);
               var nextMonth = currentMonth + 1;
               var nextMonthYear = currentYear;
               if (nextMonth > 12) {
                   nextMonth = 1;
                   nextMonthYear++;
               }
               nextMonthDiv.innerHTML = getMonthName(nextMonth);
           }

function getMonthName(month) { var monthNames = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ]; return monthNames[month - 1]; }

           // Get the quests for the current month and next month from the questCalendarDict
           var currentMonthQuests = questCalendarDict[currentMonth];
           var nextMonthQuests = questCalendarDict[currentMonth + 1];

if (currentMonthQuests) { loadQuests(currentMonthQuests, "#current-month-quests"); } if (nextMonthQuests) { loadQuests(nextMonthQuests, "#next-month-quests"); }

function loadQuests(questsString, container) { // Split the quests string into an array of quest strings var questStrings = questsString.split("\n");

for (var i = 0; i < questStrings.length; i++) { var quest = questStrings[i]; $(container).append(quest); } }

// Loop through all the quest elements $('.info').each(function() {

   // Get the start and end dates from the quest element
   var startDateStr = $(this).find('.popup_txtred').text().match(/From:\s*([\d\/\s:]+)/)[1];
   var endDateStr = $(this).find('.popup_txtred').text().match(/Until:\s*([\d\/\s:]+)/)[1];
   
   // Parse the start and end dates into Date objects
   var startDate = new Date(Date.parse(startDateStr));
   var endDate = new Date(Date.parse(endDateStr));
   var currentDate = new Date();
   
   // Check if the current date is within the quest's start and end dates
   if (currentDate >= startDate && currentDate <= endDate) {
       // Change the class of the span element to popup_txtgreen
       $(this).find('.popup_txtred').removeClass('popup_txtred').addClass('popup_txtgreen');
   }

});

       });
   })(jQuery);