Update latest.html

This commit is contained in:
Ceikry 2021-08-16 06:51:56 -05:00 committed by GitHub
parent 99042db8f0
commit 8610a4d195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,11 +295,10 @@ $("#play, #playExisting, #playBannerNoad").each(function(){ this.href += "?j=1";
<ul>
<li>The graphical glitch when offering bones to an altar was fixed.</li>
<li>Changed Bork to use the daily reset instead of resetting after 24 hours.</li>
<li>The ability to create new 10x and 20x accounts was removed today.</li>
<li>Corrected combat level formula</li>
<li>Removed random message when talking to Simon Templeton. Presumably was used for debugging purposes when adding the authentic Sceptre dialogue.</li>
<li>Fixed potential bug with boostable stats</li>
<li> Fixed an exploit related to farming</li>
<li>Fixed an exploit related to farming</li>
<li>Made penguin spying infallible</li>
<li>Fixed potential exploit with the bonegrinder</li>
<li>Improved MS security</li>
@ -314,11 +313,19 @@ $("#play, #playExisting, #playBannerNoad").each(function(){ this.href += "?j=1";
<li>Shade robe top and Shade robe bottom are now correctly obtainable, as a low% drop from Shades in the Stronghold of Security</li>
<li>Shades now correctly count as Shade slayer monsters for the Shade Task</li>
<li> Poisoning items without free inventory space should no longer nuke the product from existence</li>
<li>Fixed an exploit related to prayer flicking</li>
<li>Fixed a bug related to assigning landscape clipping</li>
<li>Curse spells no longer give HP experience</li>
<li>Fixed an issue where interface buttons disappear after cutscenes </li>
<li>Ironmen can now only use their own POH</li>
</ul>
<b><u>Lets Examine this & Source-Sided</u></b>
<ul>
<li>Updated Turoth spawns in the Fremennik Slayer Dungeon and The Chaos Tunnels.</li>
<li>Added and updated Turoth stats and examines.</li>
<li>Rectified Turoth drop tables.</li>
<li>Coins ID renamed to items constant.</li>
<li>Removed examine length is exactly 255 check.</li>
<li>Added a check to see if it was a noted item examined and return the specific string constant.</li>