");
$('#maincontent').attr("class",page_class(link));
$('#eEdit').attr('href','rte3.php?edit=1&link=' + link);
$('#eNew').attr('href','rte3.php?edit=0&link=' + link);
$('#eDelete').attr('href','delete_page.php?edit=9&link=' + link);
$('#maincontent').slideDown('slow');
});
$('.rte').click( function(e) {
var link = $(this).attr('href');
document.location.href = link;
});
/* For LOCAL links on site pages */
$('.local').on('click', function(e) {
e.preventDefault(); // stops default behaviour
$('#maincontent').slideUp('slow');
var link = $(this).attr('href');
if(link.substring(0,11)=="main.php?p=") {
link = link.substring(11); // To ensure that only page data (not MAIN surround) is loaded
}
// alert("Link="+link);
$('#maincontent').load("loadpage.php?link=" + link);
$('#maincontentjs').load("");
$('#maincontent').attr("class",page_class(link));
$('#eEdit').attr('href','rte3.php?edit=1&link=' + link);
$('#eNew').attr('href','rte3.php?edit=0&link=' + link);
$('#eDelete').attr('href','delete_page.php?edit=9&link=' + link);
$('#maincontent').slideDown('slow');
});
$('#maincontent').on('click','a[href$=".mp3"]' ,function(e) {
e.preventDefault();
var song = $(this).attr('href');
var n = song.split("/");
song = n[n.length - 1]; // Last element
var songlink = "
";
// alert ('MP3 clicked: '+songlink);
$(this).after(songlink);
});
/* ********************************* */
// make sure action works on loaded content
var topic = 1;
$(document).on('click','#switch', function(e) {
e.preventDefault();
if(topic==1) {
topic = 2;
$('.bLatest').removeClass('bActive');
$('.bRecent').addClass('bActive');
$('.tLatest').css('display','none');
$('.tRecent').css('display','block');
} else {
topic = 1;
$('.bLatest').addClass('bActive');
$('.bRecent').removeClass('bActive');
$('.tLatest').css('display','block');
$('.tRecent').css('display','none');
}
});
/* ********************************* */
});
//-->
Today ArenaNet have released new details about two new tribes set to play an important role in Guild Wars 2’s upcoming expansion, Guild Wars 2: Heart of Thorns. In the expansion, players will be introduced to all-new frog-like Hylek tribes who will guide their journey through the Heart of Maguuma jungle.
These new tribes help introduce brand new skills and abilities players can earn through Masteries gleaned from their culture and unique combative styles.
Narrative Designer Scott McGough reveals lots of details about all three new tribes—Itzel, Nuhoch, and Zintl—in a new developer blog post published today. McGough delves into not just weaponry and combat techniques but also the cultural norms and language unique to each faction.
ArenaNet is giving players their first look at these new Hylek in action on the next episode of Points of Interest, airing tomorrow (Friday, 17th April) on the Guild Wars 2 Twitch channel at 9pm CEST/8pm BST. The episode will show first glimpses of a new area in the Maguuma Jungle where Game Designer Andy McLeod and Content Designer Matthew Medina will demo behavior and combat moves for these new tribes. They will also cover where these cultures fit within Guild Wars lore.
To follow all of the latest updates on Guild Wars 2: Heart of Thorns and learn more about the inhabitants Maguuma Jungle, please visit www.guildwars2.com.
To follow all of the latest updates on Guild Wars 2: Heart of Thorns, please visit www.guildwars2.com.