Force update

This commit is contained in:
dginovker 2021-04-04 17:48:27 -04:00
commit fd0aff5af5
4 changed files with 444 additions and 34 deletions

View File

@ -238,18 +238,31 @@
<div class='sectionHeight'>
<div class='recentNews'>
<div class='newsTitle'>
<h3>Rolling the Credits</h3>
<h3>A Magical Sweep</h3>
<a class="recentNews">
<span> 21-March-2021</span>
<span> 04-April-2021</span>
</div>
<a class="newsImage" href="./services/m=news/2021-03-21.html"><img clalt='' src="./site/2009scape-resources/img/updates/update-monthly-03.png">
<a class="newsImage" href="./services/m=news/2021-04-04.html"><img clalt='' src="./site/2009scape-resources/img/updates/update-monthly-04.png">
</a>
<p> Tons of new features being added and a bunch of bug fixes along the way. Come see our completely reworked..
<a href="./services/m=news/2021-03-21.html">Read more...</a>
<p> Get ready for a magic adventure with our latest update that starts work on our new core updates plus a few other fixes along the way!
<a href="./services/m=news/2021-04-04.html">Read more...</a>
</p>
</div>
</div>
</div>
</div><!--RECNT UPDATE ITEM-->
<div class="sectionBody">
<div class="recentNews">
<div class="newsTitle">
<h3>Rolling the Credits</h3>
<span>21-March-2021</span>
</div>
<img src="./site/img/news/icons/signpost.jpg" />
<p>Tons of new features being added and a bunch of bug fixes along the way. Come see our completely reworked.. <a
href="./services/m=news/2021-03-21.html">Read more...</a>
</p>
</div>
</div>
<!--RECNT UPDATE ITEM-->
<div class="sectionBody">
<div class="recentNews">
@ -263,20 +276,7 @@
</p>
</div>
</div>
<!--RECNT UPDATE ITEM-->
<div class="sectionBody">
<div class="recentNews">
<div class="newsTitle">
<h3>Buggy Madness</h3>
<span>15-Mar-2021</span>
</div>
<img src="./site/img/news/icons/signpost.jpg" />
<p>One of our biggest updates that had to do with a ton of bug fixes. Not Update is about new content sometimes need a roll an update that fixes a
bunch of current content! <a
href="./services/m=news/2021-03-15.html">Read more...</a>
</p>
</div>
</div>
@ -297,6 +297,18 @@
<!--RECENT UPDATES TABLE-->
<div class="sectionBody">
<table class="Updates" >
<!--TABLE ITEM-->
<tr>
<td>
<strong><a href="./services/m=news/2021-03-15.html">Buggy Madness</a></strong>
</td>
<td class="UpdatesCategory">
Game Updates
</td>
<td class="UpdatesDate">
15-March-2021
</td>
</tr>
<!--TABLE ITEM-->
<tr>
<td>
@ -321,18 +333,7 @@
22-Feb-2021
</td>
</tr>
<!--TABLE ITEM-->
<tr>
<td>
<strong><a href="./services/m=news/210201.html">Introducing a New Layer of Bots!</a></strong>
</td>
<td class="UpdatesCategory">
Game Updates
</td>
<td class="UpdatesDate">
01-Feb-2021
</td>
</tr>
@ -373,7 +374,7 @@
</a>
</div>
</div>
</div>
@ -382,6 +383,11 @@
</html>
<<<<<<< HEAD
=======
>>>>>>> 93cd62bcd8ad7480c55f15f5e20a36fcdbd7604a

View File

@ -229,7 +229,7 @@ English
&nbsp;
<b> 21-March-2021 - Rolling out the new credits! </b>
&nbsp;
<a href="./2021-03-x.html"><img class="imiddle" border="0" width="30" height="15"
<a href="./2021-04-04.html"><img class="imiddle" border="0" width="30" height="15"
hspace="0" vspace="0" alt="Previous" title="Previous"
src="../../site/img/news/arrow_forward.gif" /></a>
&nbsp;

View File

@ -0,0 +1,388 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Mirrored from services/m=news/lookey-likey-costume-competition-winners?allcat=true by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 18 Jul 2010 09:16:29 GMT -->
<!-- Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /><!-- /Added by HTTrack -->
<head>
<link rel="icon" type="image/vnd.microsoft.icon" href="../../site/favicon.ico" />
<link rel="SHORTCUT ICON" href="../../site/favicon.ico" />
<link rel="apple-touch-icon" href="../../site/img/mobile.png" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en,
English
" />
<meta name="keywords" content="RSPS, Open Source, 2009scape, Osrs, Oldschool Runescape, Runescape, zezima" />
<meta name="description" content="The beginning to more core updates!" />
<meta name="title" content="2009scape - A Magical Sweep" />
<title>2009scape - A Magic Sweep</title>
<style type="text/css">
/*\*/
@import url(../../site/css/global-34.css);
/**/
</style>
<script type="text/javascript" src="../../www.jagex.com/js/jquery/jquery_1_4_2.js"></script>
<script type="text/javascript">
$(function () {
$("#play, #playExisting, #playBannerNoad").each(function () {
this.href += "?j=1";
});
});
</script>
<link rel="alternate" type="application/rss+xml" title="RuneScape - Latest News" href="latest_news.rss" />
<script type="text/javascript">
function getPages(loc) {
if (loc == "top") {
var item = document.myformtop;
var toupdate = document.myformbottom;
} else {
var item = document.myformbottom;
var toupdate = document.myformtop;
}
var pagetoget = parseInt(item.page.value);
var numpages = parseInt(item.numpages.value);
if (pagetoget <= numpages) item.submit();
else {
try {
item.page.value = item.currentpage.value;
toupdate.page.value = item.currentpage.value;
} catch (err) { }
}
}
</script>
<style type="text/css">
/*\*/
@import url(../../site/css/news-2.css);
/**/
</style>
<style type="text/css">
#feed {
float: none;
}
</style>
<style>
.newsJustify
{
font-size: 13px;
}
</style>
</head>
<body id="nav" class="bodyBackground">
<a name="top"></a>
<div class="bodyBackgroundHead">
<div id="menubox">
<ul id="menus">
<li class="top">
<a href="./../../index.html" id="home" class="tl"><span class="ts">Home</span></a>
</li>
<li class="top">
<a id="play" class="tl" href="https://github.com/2009scape/2009Scape/releases/latest/download/2009Scape.jar"
onclick="if(!this.j){this.href+='?j=1';this.j=true;}"><span class="ts">Play Now</span></a>
<ul>
<li>
<a href="./../../secure/m=create/index.html" class="fly"><span>New Users</span></a>
</li>
<li>
<a href="https://github.com/2009scape/2009Scape/releases/latest/download/2009Scape.jar"
onclick="if(!this.j){this.href+='?j=1';this.j=true;}" class="fly"><span>Existing Users</span></a>
</li>
</ul>
</li>
<li class="top">
<a id="account" class="tl" href="./../../404.html"><span class="ts">Account</span></a>
<ul>
<li>
<a href="./../../404.html" class="fly"><span>Upgrade Your Account</span></a>
</li>
<li>
<a href="./../../secure/m=create/index.html" class="fly"><span>Create New Account</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Account Management</span></a>
</li>
</ul>
</li>
<li class="top">
<a id="guide" class="tl" href="./../../site/kbase/guid/manual.html"><span class="ts">Game Guide</span></a>
<ul>
<li>
<a href="./../../site/kbase/guid/manual.html" class="fly"><span>Manual</span></a>
</li>
<li>
<a href="./../../site/kbase/guid/quests0.html" class="fly"><span>QuestHelp</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Grand Exchange</span></a>
</li>
<li>
<a href="./../../site/rules/rules.html" class="fly"><span>Rules</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Lores</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>What is 2009scape?</span></a>
</li>
</ul>
</li>
<li class="top"><a id="community" class="tl" href="././../../404.html"><span class="ts">Community</span></a>
<ul>
<li><a href="./../m=hiscore/hiscores.html" class="fly"><span>World 1 Hiscores</span></a></li>
<li><a href="./../m=hiscore/hiscores.html?world=2" class="fly"><span>World 2 Hiscores</span></a></li>
<li><a href="./../../404.html" class="fly"><span>Contributors</span></a></li>
</ul>
</li>
<li class="top">
<a id="help" class="tl" href="./../../404.html"><span class="ts">Help</span></a>
<ul>
<li>
<a href="./../../404.html" class="fly"><span>Customer Support</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Password Recovery</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Locked Account Recovery</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Appeal Bans & Mutes</span></a>
</li>
<li>
<a href="./../../services/m=bugtracker_v4/index.html" class="fly"><span>Submit a Bug Report</span></a>
</li>
<li>tomorrow
<a href="./../../404.html" class="fly"><span>Parents' Guide</span></a>
</li>
</ul>
</li>
<li class="top">
<a href="https://github.com/2009scape/" id="login" class="tl"><span class="ts">Source Code</span></a>
</li>
</ul>
<br class="clear" />
</div>
<div id="bannerNoad">
</div>
<div id="scroll">
<div id="head">
<div id="headBg">
<div id="langAndLogin"></div>
<div class="navigation">
<div class="location">
<b>Location: </b> <a href="../../index.html">Home</a> &gt;
<a href="list.html">News List</a> > A Magical Sweep
</div>
</div>
</div>
</div>
<div id="content">
<div id="article">
<div class="sectionHeader">
<div class="left">
<div class="right">
<h1 class="plaque">News</h1>
</div>
</div>
</div>
<div class="section">
<div class="article">
<div class="topshadow">
<div class="bottombordershad">
<div class="leftshadow">
<div class="rightshadow">
<div class="leftcorner">
<div class="rightcorner">
<div class="bottomleftshad">
<div class="bottomrightshad">
<div class="pagepad">
<div class="centre" id="newsitemMenu">
<span class="newsNavcat"><img src="../../site/img/news/mini_all_categories.gif"
alt="" />&nbsp;<a
href="https://github.com/2009scape/2009Scape/releases/latest/download/2009Scape.jar"
class="white">Download Game</a></span>
<span class="newsNavcat"><img src="../../site/img/news/mini_game_updates.gif"
alt="" />&nbsp;<a href="../../services/m=news/list.html" class="white">News
Posts</a></span>
<span class="newsNavcat"><img src="../../site/img/news/mini_customer_support.gif"
alt="" />&nbsp;<a href="https://discord.gg/43YPGND" class="white">Discord
Community</a></span><br />
<hr />
</div>
<div id="newsTitle">
<a href="./2021-03-21.html"><img class="imiddle" border="0" width="30" height="15"
hspace="0" vspace="0" alt="Previous" title="Previous"
src="../../site/img/news/arrow_back.gif" /></a>
&nbsp;
<b> 04-April-2021 - A Magic Sweep </b>
&nbsp;
</div>
<div class="newsJustify">
<p>
A late post on my part sorry guys but I wanted to make sure there was another place for our updates to go
rather than just keeping them on Discord. With everything going on from the U.S government trying to "outlaw" crypto
to fight against a popular website <a href="https://odysee.com"> Odysee </a> a website using the lbry core and
Microsoft attempting to buy discord may cause some tension for us using Discord (Myself included ) I will try to make
the update posts on time! Last time we just had way to many patches that we had to make so we couldn't get a proper page
going for it.
<img src="" >
</p>
<br>
<b><u> Content Additions </u></b>
<br>
<p>
The addition this time around is the start to a magic system so another core update
vs the old system we had that was a tad wonky. We'll see more than this over time obviously but here is the start!
</p>
A few more things have been added as well check them out in this list!
<ul>
<li> Magic has started a transition to a new system which will bring more flexibility with fixing + improving magic.</li>
<li> Alchemy spell moved to new system and separated out from handling for Mage Training Arena alchemy </li>
<li>Bones to Bananas and Bones to Peaches tablets now function (Can use B2P tablet without unlocking the spell)</li>
<li> Superheat Ore can no longer take the runes if you don't have enough ore to make a bar, and now chooses a steel bar if you have more than 2 coal and some iron in your inventory, and have the level requirement to make steel bars. </li>
<li> The home teleport spell has been re-implemented </li>
</ul>
<br>
<br>
<b><u>Bug Fixes:</u></b>
<ul>
<li>Fixed a bug in Duke Horacio's Lost Tribe dialogue.</li>
<li>Fight caves should now register as a proper safe death for HCIM</li>
<li>Can no longer run multiple glassmaking tasks simultaneously</li>
<li>"Fixed" the rune thrownaxe special for DK entrance. It's pretty scuffed tbh. but it'll work until combat is redone</li>
<li>Pickaxe head flying off random removed. Fixes #990</li>
<li>Can now cook sweetcorn and basic potato. Fixes #987</li>
<li>Edible seaweed is now edible. Fixes #979</li>
<li>Soda Ash and Sinew should now be producible.</li>
<li>Earth Warrior stats have been corrected</li>
<li>Fruit tree seedlings should now turn into the correct saplings</li>
<li>Jobs in lumbridge have been improved with the option to check your job progress at any time.</li>
<li>Fixed a bug with King Roald's AFU completion dialogue</li>
<li>All Explorer's Rings now have a prayer bonus of 1 and no longer have their +1 range strength bonus</li>
<li>Mogres now drop flippers & mudskipper hat</li>
<li>Fixed an issue with the level check for the Tree Gnome Stronghold -> Barb Assault shortcut</li>
<li>A seed dibber is now required to plant seeds, and a spade is now required to plant saplings.</li>
<li>Using ctrl-click to run now functions properly</li>
<li>Selling multiple items in the tokkul shop now calculates amount of tokkul correctly</li>
</ul>
<br>
<br>
<br>
<br class="clear" />
<br>
<p>
<b> Summer - Writer of this page <br> <b>Red Bracket - Site Maintainer<br/>Ceikry - Content Developer</b>
</p>
<div id="feed">
<a href="latest_news.rss">
<!--[if gte IE 7]><!---><img title="Subscribe to RSS" alt=""
src="../../www.jagex.com/img/crossservice/RSS/logo.png" />
<!--<![endif]-->
<!--[if IE 6
]><img
title="Subscribe to RSS"
alt=""
src="http://www.jagex.com/img/crossservice/RSS/logo_ie6.png"
/><![endif]-->
<span>Subscribe to RSS</span>
</a>
<a href="../../site/kbase/guid/feeds.html?guid=feeds"
title="What is RSS?">(<span>?</span>)</a>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br class="clear" />
</div>
<div id="footer">
<div class="contain">
<div class="footerdesc">
Copyright &copy; 2021 under AGPL. <strong>2009Scape is not affiliated with RuneScape or Jagex Ltd.</strong><br />
Use of this website is subject to our <a href="./../../site/terms/terms.html">Terms &amp;
Conditions</a> and <a href="./../../site/privacy/privacy.html">Privacy Policy</a>.<br />
</div>
<a class="jagexlink" href="" target="_blank">
<img src="../../site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
</a>
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost =
"https:" == document.location.protocol ? "https://ssl." : "http://www.";
document.write(
unescape(
"%3Cscript src='" +
gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"
)
);
</script>
<script type="text/javascript">
try {
var _pageTracker = _gat._getTracker("UA-2058817-15");
_pageTracker._setDomainName(".runescape.com");
_pageTracker._trackPageview();
} catch (x) { }
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2058817-2");
pageTracker._setDomainName(".runescape.com");
pageTracker._trackPageview();
} catch (x) { }
</script>
</body>
<!-- Mirrored from services/m=news/lookey-likey-costume-competition-winners?allcat=true by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 18 Jul 2010 09:16:29 GMT -->
<!-- Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /><!-- /Added by HTTrack -->
</html>

View File

@ -220,6 +220,22 @@ English
<a class="catLink"
href="https://github.com/2009scape/2009Scape/commits/development">
<img src="../../site/img/news/mini_game_updates.gif" alt="" />
<span>Game Updates</span>
</a>
</td>
<td valign="middle">
<a class="titleLink" href="./2021-04-04.html">A Magical Sweep! </a>
</td>
<td align="right" class="date" valign="middle">
04-April-2021
</td>
</tr>
<tr class="pad">
<td valign="top">
<a class="catLink"
href="https://github.com/2009scape/2009Scape/commits/development">
<img src="../../site/img/news/mini_shop.gif" alt="" />
<span>Community</span>
</a>