Add files via upload

This commit is contained in:
Summer 2021-03-14 01:23:57 -05:00 committed by GitHub
parent 3c9ae550d7
commit b44420b38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 943 additions and 165 deletions

View File

@ -140,7 +140,7 @@ English
<a href="./../../404.html" class="fly"><span>Grand Exchange</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Rules</span></a>
<a href="./../../site/rules/rules.html" class="fly"><span>Rules</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Lores</span></a>
@ -151,28 +151,11 @@ English
</ul>
</li>
<li class="top">
<a id="community" class="tl" href="./../../404.html"><span class="ts">Community</span></a>
<li class="top"><a id="community" class="tl" href="././../../404.html"><span class="ts">Community</span></a>
<ul>
<li>
<a href="./../../404.html" class="fly"><span>Forums</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Hiscores</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Contributors</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Adventurer's Log</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Polls</span></a>
</li>
<li>
<a href="./../../404.html" class="fly"><span>Downloads & Wallpapers</span></a>
</li>
<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>
@ -262,6 +245,10 @@ English
&nbsp;
<b> 22-Feb-2021 - March Update Batch! </b>
&nbsp;
<a href="./march132021.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;
</div>
<div class="newsJustify">
@ -514,18 +501,16 @@ English
<div id="footer">
<div class="contain">
<div class="footerdesc">
This website and its contents are under CC BY-NC-SA 4.0 license.<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>.
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="../../www.jagex.com/index.html" target="_blank">
<img src="../../site/img/main/layout/jagexc20a.png?12" alt="Jagex" />
<a class="jagexlink" href="" target="_blank">
<img src="../../site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
</a>
<br class="clear" />
</div>
<br class="clear" />
</div>
</div>
</div>

View File

@ -0,0 +1,304 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Mirrored from site/kbase/guid/how_do_i_get_started by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 18 Jul 2010 09:02:35 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="../../favicon.ico">
<link rel="SHORTCUT ICON" href="../../favicon.ico">
<link rel="apple-touch-icon" href="../../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 2009scape, 2009scape, zezima">
<meta name="description" content=" A few guides on how to get started within 2009scape">
<meta name="title" content="2009scape - MMORPG - How do I get started?">
<title>2009scape - How do I get started?</title>
<style type="text/css">/*\*/@import url(../../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>
<style type="text/css">/*\*/@import url(../../css/kbase-6.css);/**/</style>
<script type="text/javascript">
var link_no=0;
function open_window(url, width, height) {
var settings="toolbar=0,scrollbars=0";
if(width && width!=0) settings+=",width=" + width;
if(height && height!=0) settings+=",height=" + height;
window.open(url, "popuplink" + link_no++, settings);
}
var subcats=new Array();
function add_subcat(parent, id, name, selected) {
if(!subcats[parent]) subcats[parent]=new Array();
var new_option=document.createElement("OPTION");
new_option.name=name;
new_option.innerHTML=name;
new_option.value=id;
if(selected) { new_option.selected='selected'; }
subcats[parent][subcats[parent].length]=new_option;
return new_option;
}
function update_cats(suffix) {
if(!suffix) suffix="";
var top_level_select=document.getElementById("search_cat_select" + suffix);
var subcat_select=document.getElementById("search_subcat_select" + suffix);
if(!top_level_select || !subcat_select) return;
if(subcat_select.options)
for(old in subcat_select.options) subcat_select.options[1]=null;
to_show=top_level_select.value;
if(to_show>-1 && subcats[to_show]) {
for(new_opt=0; new_opt<subcats[to_show].length; new_opt++) {
var oldopt=subcats[to_show][new_opt];
var newopt=document.createElement("OPTION");
newopt.name=oldopt.name;
newopt.innerHTML=oldopt.innerHTML;
newopt.value=oldopt.value;
subcat_select.appendChild(newopt);
}
}
}
window.onload=function() {
update_cats();
update_cats('_footer');
}
</script>
<script type="text/javascript">
new_subcat=add_subcat(4, 5, "Postbag from the Hedge", -1 == 5);new_subcat=add_subcat(4, 6, "Players' Gallery", -1 == 6);new_subcat=add_subcat(4, 19, "God letters", -1 == 19);new_subcat=add_subcat(775, 892, "How do I get started?", -1 == 892);new_subcat=add_subcat(775, 798, "Controls", -1 == 798);new_subcat=add_subcat(775, 795, "Combat", -1 == 795);new_subcat=add_subcat(775, 776, "Skills", -1 == 776);new_subcat=add_subcat(775, 7, "Quests", -1 == 7);new_subcat=add_subcat(775, 1, "Achievement Diary", -1 == 1);new_subcat=add_subcat(775, 10, "Activities", -1 == 10);new_subcat=add_subcat(775, 38, "Distractions and Diversions", -1 == 38);new_subcat=add_subcat(775, 831, "Miscellaneous Guides", -1 == 831);new_subcat=add_subcat(775, 881, "Area Guides", -1 == 881);new_subcat=add_subcat(20, 32, "A New Look 2009scape: Part 1", -1 == 32);new_subcat=add_subcat(20, 21, "Graphics Team - NPC Improvement Project", -1 == 21);new_subcat=add_subcat(9, 127, "Billing", -1 == 127);new_subcat=add_subcat(9, 126, "Technical", -1 == 126);new_subcat=add_subcat(9, 827, "Safety & Security Guidelines", -1 == 827);new_subcat=add_subcat(9, 872, "Other", -1 == 872);
</script>
<style>
.bodyBackgroundHeadAdvert{
background-image: url("../../img/2009img/main/skins/default/bg.jpg");
background-repeat: repeat-y;
padding-bottom: 30%;
}
</style>
</head>
<body id="navguide" class="bodyBackground">
<a name="top"></a>
<div class="bodyBackgroundHeadAdvert">
<div id="headAdvert">
<iframe name="Advert" src="../../../services/m%3dadvert/banner5052.html?size=730" allowtransparency="true" width="766" height="96" scrolling="no" frameborder="0"></iframe>
<script type="text/javascript">
setTimeout(function() {
var url = "http" +
(/https:/.test(document.location.href) ? "s" : "") +
"://beacon.scorecardresearch.com/scripts/beacon.dll" +
"?c1=8&c2=6035824&c3=1271511541440201100" +
escape(document.location.href) +
"&c8=" + escape(document.title) +
"&c9=" + escape(document.referrer) +
"&c10=" + escape(screen.width+'x'+screen.height) +
"&rn=" + (new Date()).getTime();
var i = new Image();
i.src = url;
}, 1);
</script>
<noscript>
<img src="https://beacon.scorecardresearch.com/scripts/beacon.dll?c1=8&amp;c2=6035824&amp;c3=1271511541440201100&amp;x=NOJAVASCRIPT" alt="" />
</noscript>
</div>
<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"
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"
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="./../../../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="./../../../404.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="./../../../services/m=hiscore/hiscores.html" class="fly"><span>World 1 Hiscores</span></a></li>
<li><a href="./../../../services/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><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="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="manual.html">Game Guide</a> &gt; How do I get started?<br />
</div>
</div>
</div></div>
<div id="content">
<div id="article">
<div class="sectionHeader">
<div class="left">
<div class="right">
<h1 class="plaque">
How do I get started?
</h1>
</div>
</div>
</div>
<div class="section">
<div class="article_theme_2">
<div class="firstborder">
<div class="brown_box">
<div class="brown_box" style="margin-bottom: 5px; padding-bottom:1px;">
<div class="itemborder" style="margin-right:4px;">
<div class="headingpic"><a href="how_do_i_get_started0.html"><img src="../../img/main/kbase/category_pages/img_big/howtogetstarted.jpg" alt="" style="width:70px;height:70px;"/></a></div>
<div class="cattext"><div class="text"><div class="title1"><a href="how_do_i_get_started0.html">How do I get started?</a></div>
Taking your first steps in 2009scape.</div>
</div>
</div>
<div class="itemborder">
<div class="headingpic"><a href="death_in_2009scape.html"><img src="../../img/main/kbase/category_pages/img_big/deathin2009scape.jpg" alt="" style="width:70px;height:70px;"/></a></div>
<div class="cattext"><div class="text"><div class="title1"><a href="death_in_2009scape.html">Death in 2009scape</a></div>
What happens when you die in-game?</div>
</div>
</div>
<div class="itemborder" style="margin-right:4px;">
<div class="headingpic"><a href="advisors_and_tutors.html"><img src="../../img/main/kbase/category_pages/img_big/lumbridgetutors.jpg" alt="" style="width:70px;height:70px;"/></a></div>
<div class="cattext"><div class="text"><div class="title1"><a href="advisors_and_tutors.html">Advisors and Tutors</a></div>
Find out more about skills and activities.</div>
</div>
</div>
<div class="itemborder">
<div class="headingpic"><a href="themed_worlds.html"><img src="../../img/main/kbase/category_pages/img_big/themedworlds.jpg" alt="" style="width:70px;height:70px;"/></a></div>
<div class="cattext"><div class="text"><div class="title1"><a href="themed_worlds.html">The Two Worlds</a></div>
What are the differences between the two worlds in 2009scape? Check here!</div>
</div>
</div>
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
</div>
</div>
</div>
</div>
<br class="clear"/>
</div>
</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="../../2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
</a>
<br class="clear" />
</div>
<br class="clear" />
</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(".2009scape.com");
_pageTracker._trackPageview();
}catch(x){}
</script>
<script type="text/javascript">
try {
var pageTracker=_gat._getTracker("UA-2058817-2");
pageTracker._setDomainName(".2009scape.com");
pageTracker._trackPageview();
}catch(x){}
</script>
</body>
<!-- Mirrored from site/kbase/guid/how_do_i_get_started by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 18 Jul 2010 09:02:36 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><!-- /Added by HTTrack -->
</html>

View File

@ -11,21 +11,24 @@
<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="2009scape - Bringing back the game from 2009 you love. Multiplayer and Free forever.">
<meta name="title" content="2009scape - Free Forever">
<title>2009scape - Free Forever </title>
content="2009Scape - Bringing back the game from 2009 you love. Multiplayer and free forever.">
<meta name="title" content="2009Scape - a free & open-source remake of 2009 era RuneScape">
<title>2009Scape - a free & open-source remake of 2009 era RuneScape</title>
<!--2010 GLOBAL CSS-->
<style type="text/css">
/*\*/
@import url(./site/css/default/global-30.css);
/**/
</style>
<!--2009SCAPE CUSTOM CSS-->
<link rel="stylesheet" href="./site/2009scape-resources/css/2009scape.css">
<!--SCRIPT: BUTTON JS EFFECTS-->
<script type="text/javascript">
function h(o) { o.getElementsByTagName('span')[0].className = 'shimHover'; }
function u(o) { o.getElementsByTagName('span')[0].className = 'shim'; }
document.domain = '';
</script>
<link rel="alternate" type="application/rss+xml" title="RuneScape - Latest news" href="http://0.0.0.0:4000/rss.php">
<link rel="alternate" type="application/rss+xml" title="2009Scape - Recent Updates" href="http://0.0.0.0:4000/rss.php">
</head>
<body id="navhome" class="bodyBackground">
@ -37,13 +40,13 @@
<div id="headOrangeTop"></div>
<img id="banner" src="" alt="RuneScape">
<!--SCRIPT: MONTHLY BANNER-->
<script type="text/javascript">
document.getElementById("banner").src = `./site/img/2009img/main/skins/default/banners/${new Date().getMonth()}.jpg`;
</script>
<div id="headImage"><a href="" id="logo_select"></a>
<div id="player_no">Want to play with others? Join our <a href="https://discord.gg/43YPGND"
style="color: #bf8aba">Discord</a>!</div>
<div id="player_no"><span class="brandingColor">2009Scape</span>: a free &amp; open-source remake of 2009 era RuneScape</div>
</div>
<div id="headOrangeBottom"></div>
<div id="menubox">
@ -84,15 +87,9 @@
<li class="top"><a id="community" class="tl" href="./404.html"><span class="ts">Community</span></a>
<ul>
<li><a href="forums.html" class="fly"><span>Forums</span></a></li>
<li><a href="./services/m=hiscore/hiscores.html" class="fly"><span>Hiscores</span></a></li>
<li><a href="./404.html" class="fly"><span>Contributers</span></a>
</li>
<li><a href="./404.html" class="fly"><span>Adventurer's Log</span></a></li>
<li><a href="./404.html" class="fly"><span>Polls</span></a></li>
<li><a href="./404.html" class="fly"><span>Downloads &
Wallpapers</span></a></li>
<li><a href="./services/m=hiscore/hiscores.html" class="fly"><span>World 1 Hiscores</span></a></li>
<li><a href="./services/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>
@ -117,58 +114,59 @@
</div>
</div>
<!--2009 HOMEPAGE CSS
(Does this need to be here, or can it be moved to <head> with the other CSS pages?)-->
<style type="text/css">
/*\*/
@import url(./site/css/default/home-28.css);
/**/
</style>
<div id="content">
<div id="left">
<a href="./secure/m=create/index.html" class="createbutton" onmouseover="h(this)" onmouseout="u(this)">
<img src="./site/img/2009img/main/skins/default/create.jpg"
alt="Create a Free Account - Start your adventure today!" />
<!--MAIN BUTTON: LEFT (DISCORD)-->
<a href="https://discord.gg/43YPGND" class="createbutton" onmouseover="h(this)" onmouseout="u(this)">
<img src="./site/2009scape-resources/img/buttons/btn-discord.png"
alt="Join us on Discord" />
<span class="shim"></span>
</a>
<!--WEBSITE FEATURES-->
<div id="features">
<div class="narrowHeader"><img src="./site/img/2009img/main/titles/websitefeatures.png"
<div class="narrowHeader"><img src="./site/2009scape-resources/img/titles/title-websitefeatures.png"
alt="Website Features" />
</div>
<div class="section">
<div class="feature">
<img src="./site/img/2009img/main/home/feature_kbsearch_icon.jpg" alt="" />
<div class="featureTitle">Community</div>
<div class="featureDesc">Join us on <A href="https://discord.gg/43YPGND">Discord</A>, <a
href="https://www.reddit.com/r/2009scape/">Reddit</a>, or in game!</div>
<div class="feature" style="background-image: url(./site/img/2009img/main/home/featured_feature_bg.png)">
<a href="./site/kbase/guid/how_do_i_get_started.html"><img src="./site/img/2009img/main/home/feature_kbsearch_icon.jpg" alt="Getting Started" /></a>
<div class="featureTitle">Getting Started</div>
<div class="featureDesc">If you're new to 2009Scape, check out our <a href="./site/kbase/guid/how_do_i_get_started.html">Getting Started Guide</a>!</div>
</div>
<div class="feature">
<img src="./site/img/2009img/main/home/feature_poll_icon.jpg" alt="" />
<div class="featureTitle">Hiscores</div>
<div class="featureDesc">Looking for who's on top? <a href="./services/m=hiscore/hiscores.html">Right
here!</a></div>
<a href="./services/m=hiscore/hiscores.html"><img src="./site/img/2009img/main/home/feature_poll_icon.jpg" alt="Hiscores" /></a>
<div class="featureTitle">Community Hiscores</div>
<div class="featureDesc">See who's on top &amp; check your skill levels! View the <a href="./services/m=hiscore/hiscores.html">Hiscores</a>.</div>
</div>
<div class="feature">
<a href="./services/m=bugtracker_v4/index.html"><img src="./site/2009scape-resources/img/icons/feature-bugreport.jpg" alt="Report a Bug" /></a>
<div class="featureTitle">Report a Bug</div>
<div class="featureDesc">Found a bug in game? Let us know through the <a href="./services/m=bugtracker_v4/index.html">Bug Report Form</a>.</div>
</div>
<div class="feature">
<img src="./site/img/2009img/main/home/feature_upgrade_icon.jpg" alt="Upgrade Your Account" />
<div class="featureTitle">Contribute to 2009scape</div>
<div class="featureDesc">Are you a developer? Join us! <A href="https://github.com/2009scape">GitHub</A>
<a href="https://github.com/2009scape"><img src="./site/2009scape-resources/img/icons/feature-github.jpg" alt="Contribute" /></a>
<div class="featureTitle">Contribute to 2009Scape</div>
<div class="featureDesc">Are you a developer? Join us &amp; get the source code on <a href="https://github.com/2009scape">GitHub</a>!
</DIV>
</div>
<div class="feature" style="background-image: url(./site/img/2009img/main/home/featured_feature_bg.png)">
<img src="./site/img/custombugreport.jpg" alt="Bug repot icon" />
<div class="featureTitle">Report a Bug</div>
<div class="featureDesc">Found a bug? Let us know! <A href="./services/m=bugtracker_v4/index.html">Click
here... </A></div>
</div>
<div class="feature">
<img src="./site/img/2009img/main/home/feature_rsc.jpg" alt="Open RuneScape Classic" />
<div class="featureTitle">Open RuneScape Classic</div>
<div class="featureDesc">Experience RSC in its original glory. <a
href="https://runescapeclassic.dev/">Click here to play...</a></div>
<a href="https://runescapeclassic.dev/"><img src="./site/2009scape-resources/img/icons/feature-openrsc.jpg" alt="Open RuneScape Classic" /></a>
<div class="featureTitle">OpenRSC</div>
<div class="featureDesc">Experience RuneScape Classic in its original glory: <a href="https://runescapeclassic.dev/">OpenRSC</a>!</div>
</div>
@ -178,14 +176,16 @@
</div>
<!--GAME GUIDE-->
<DIV id=articles>
<DIV class=narrowHeader><IMG alt="RuneScape Articles"
src="./site/img/2009img/main/titles/runescapearticles.png">
<DIV class=narrowHeader><IMG alt="Game Guide"
src="./site/2009scape-resources/img/titles/title-gameguide.png">
</DIV>
<DIV class=section>
<DIV class=articlesBody>
<DIV class=articlesTitle><IMG alt="Article of the Week"
src="./site/img/2009img/main/home/aow_title.png">
<DIV class=articlesTitle>
<!--When weekly article script is implemented, switch image to 'title-article-weekly.png'-->
<img alt="Featured Article" src="./site/2009scape-resources/img/titles/title-article-featured.png">
</DIV>
<DIV class=aowBody>
@ -199,6 +199,8 @@
</P>
</DIV>
</DIV>
<div class="articlesMore"><a href="./site/kbase/guid/manual.html">Browse the Game Guide</a></div>
</DIV>
<DIV class=articlesFooter></DIV>
</DIV>
@ -211,84 +213,149 @@
<div id="right">
<!--MAIN BUTTON: PLAY/CLIENT DOWNLOAD-->
<a href="https://github.com/2009scape/2009Scape/releases" id="playbutton" onmouseover="h(this)"
onmouseout="u(this)" onclick="if(!this.j){this.href+='?j=1';this.j=true;}">
<img src="./site/img/2009img/main/skins/default/play.jpg" alt="Play RuneScape - Continue Your Adventure" />
<img src="./site/2009scape-resources/img/buttons/btn-play.png" alt="Play 2009Scape - Download the game client" />
<span class="shim"></span>
</a>
<div id="recentnews">
<!--TITLE: LATEST UPDATES-->
<div class="sectionHeader">
<div class="left">
<div class="right">
<div class="plaque">
<img src="./site/img/2009img/main/titles/recentnews.png" alt="Recent News" />
<img src="./site/2009scape-resources/img/titles/title-latestupdates.png" alt="Latest Updates" />
</div>
</div>
</div>
</div>
<div class="section">
<!--LATEST UPDATE-->
<div class='sectionBody'>
<div class='sectionHeight'>
<div class='recentNews'>
<div class='newsTitle'>
<h3>The collide of two worlds!</h3>
<span>01-Mar-2021</span>
<h3>The Farming Patch</h3>
<span>13-Mar-2021</span>
</div>
<A class=newsImage href='viewnews/id/0.html'>
<img alt='' src="./site/img/news/icons/large/functionality-update.jpg"></A>
<p>With Authenticity at stake we had to make a decision! Do we keep the custom QoL in our beautiful remake or
do we add them to a seperate world! That's not all get ready for our greatest dopamine hit yet...
<a href="./services/m=news/2021February16.html">Read more..</a>
<a class=newsImage href='./services/m=news/march132021.html'>
<!--UPDATE TEASER IMAGES
Monthly Game Update Images: update-monthly-##.png (Month number, 01-12)
Standard Game Update Image: update-generic.png-->
<img alt='' src="./site/2009scape-resources/img/updates/update-monthly-03.png">
</a>
<p>Rakes out all the old weeds of Farming and added in new. Get ready for a brand new farming rewrite with a bunch of other small additions and fixes!
<a href="./services/m=news/2021February16.html">Read more...</a>
</p>
</div>
</div>
</div>
<!--RECNT UPDATE ITEM-->
<div class="sectionBody">
<div class="recentNews">
<div class="newsTitle">
<h3>Introducing a new layer of bots!</h3>
<span>28-Jan-2021</span>
<h3>A Collide of 2 Worlds</h3>
<span>22-Feb-2021</span>
</div>
<img src="./site/img/news/icons/axepick.jpg" /img>
<p>In authentic 2009, bots were two things in Runescape; 1- in existance, and 2- unbanned. We've
added much life to the 2009scape world by adding adventurer bots, and bots that participate in
<img src="./site/img/news/icons/signpost.jpg" /img>
<p>What's a remake without focus on unique features that build the game? The battle of the worlds! A new whole world was added with the whole new highscores to match it! World 2 being the custom/QoL verison of 2009scape and World 1 becoming the authentic 2009scape. <a
href="./services/m=news/210118.html">Read more...</a>
</p>
</div>
</div>
<!--RECNT UPDATE ITEM-->
<div class="sectionBody">
<div class="recentNews">
<div class="newsTitle">
<h3>Introducing a New Layer of Bots!</h3>
<span>01-Feb-2021</span>
</div>
<img src="./site/img/news/icons/workinprogress.jpg" /img>
<p>In authentic 2009, bots were two things in RuneScape: 1- in existence, and 2- unbanned. We've
added much life to the 2009Scape world by adding adventurer bots, and bots that participate in
various skilling activities (which also populates the Grand Exchange!), but today we're ready to
take it a step further.. <a href="./services/m=news/2021january13.html">Read more..</a>
take it a step further.
<a href="./services/m=news/210201.html">Read more...</a>
</p>
</div>
</div>
</div>
<!--TITLE: MORE UPDATES-->
<div class="sectionHeader">
<div class="left">
<div class="right">
<div class="plaque">
<img src="./site/2009scape-resources/img/titles/title-moreupdates.png" alt="More Updates" />
</div>
</div>
</div>
</div>
<div class="section">
<!--RECENT UPDATES TABLE-->
<div class="sectionBody">
<div class="recentNews">
<div class="newsTitle">
<h3>February Update</h3>
<span>28-Jan-2021</span>
<table class="Updates" >
<!--TABLE ITEM-->
<tr>
<td>
<strong><a href="./services/m=news/hiscoresreleased.html">January Update</a></strong>
</td>
<td class="UpdatesCategory">
Game Updates
</td>
<td class="UpdatesDate">
18-Jan-2021
</td>
</tr>
<!--TABLE ITEM-->
<tr>
<td>
<strong><a href="./services/m=news/2021january13.html">Quick Chat &amp; More!</a></strong>
</td>
<td class="UpdatesCategory">
Game Updates
</td>
<td class="UpdatesDate">
13-Jan-2021
</td>
</tr>
<!--TABLE ITEM-->
<tr>
<td>
<strong><a href="./services/m=news/merrychristmas.html">Merry Christmas!</a></strong>
</td>
<td class="UpdatesCategory">
Community
</td>
<td class="UpdatesDate">
25-Dec-2020
</td>
</tr>
</table>
</div>
<img src="./site/img/news/icons/axepick.jpg" /img>
<p>Our February update is here with a brand new quest! This update brings the Lost Tribe Quest, and a little bit extra. <a
href="./services/m=news/2021feb.html">Read more..</a>
</p>
<!--LEFT LINK: DISCORD ANNOUNCEMENTS-->
<div id="feed">
<a href="https://discord.gg/43YPGND">
<img title="Discord" alt="" height="16px" width="16px" src="./site/2009scape-resources/img/icons/brand-discord.svg"/>
<span>View Announcements on Discord</span>
</a>
</div>
</div>
<div class="sectionBody">
<div class="recentNews">
<div class="newsTitle">
<h3>January Update</h3>
<span>18-Jan-2021</span>
</div>
<img src="./site/img/news/icons/axepick.jpg" /img>
<p>Our January Update is here! This update brings the All Fired Up quest, and a little bit extra. <a
href="./services/m=news/210118.html">Read more..</a>
</p>
</div>
</div>
<div class="moreArchive"><a href="./services/m=news/list.html">Browse our news archive</a>
<!--RIGHT LINK: ARCHIVE-->
<div class="moreArchive"><a href="./services/m=news/list.html">Browse the Updates Archive</a>
</div>
</div>
</div>
@ -299,12 +366,12 @@
<div id="footer">
<div class="contain">
<div class="footerdesc">
This website and its contents are under the CC BY-NC-SA 4.0 license<br />
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="" href="" target="_blank">
<img src="./site/img/main/home/title.png" width="150" height="40" style="margin-top:-11%; margin-left: 80%;" alt="2009scape" />
<a class="jagexlink" href="" target="_blank">
<img src="./site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
</a>
</div>

View File

@ -120,22 +120,16 @@ English
<li><a href="./../../404.html" class="fly"><span>Manual</span></a></li>
<li><a href="./../../404.html" class="fly"><span>QuestHelp</span></a></li>
<li><a href="./../../404.html" class="fly"><span>Grand Exchange</span></a></li>
<li><a href="./../../404.html" class="fly"><span>Rules</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 RuneScape?</span></a></li>
<li><a href="./../../404.html" class="fly"><span>What is 2009scae?</span></a></li>
</ul>
</li>
<li class="top"><a id="community" class="tl" href="./../../404.html"><span class="ts">Community</span></a>
<li class="top"><a id="community" class="tl" href="././../../404.html"><span class="ts">Community</span></a>
<ul>
<li><a href="./../../404.html" class="fly"><span>Forums</span></a></li>
<li><a href="./../../services/m=hiscore/hiscores.html" class="fly"><span>Hiscores</span></a></li>
<li><a href="./../../404.html" class="fly"><span>Player Submissions</span></a></li>
<li><a href="./../../404.html" class="fly"><span>Adventurer's Log</span></a></li>
<li><a href="./../../404.html" class="fly"><span>Polls</span></a></li>
<li><a href="./../../404.html" class="fly"><span>Downloads &
Wallpapers</span></a></li>
<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>
@ -249,6 +243,22 @@ English
<span>Game Updates</span>
</a>
</td>
<td valign="middle">
<a class="titleLink" href="./march132021.html">A Brand New way of Farming!</a>
</td>
<td align="right" class="date" valign="middle">
13-Mar-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_game_updates.gif" alt="" />
<span>Game Updates</span>
</a>
</td>
<td valign="middle">
<a class="titleLink" href="./2021February16.html">A Collide of Two Worlds</a>
</td>
@ -537,12 +547,12 @@ English
<div id="footer">
<div class="contain">
<div class="footerdesc">
This website and its contents are copyright under AGPL<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>.
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="../../www.jagex.com/index.html" target="_blank">
<img src="../../site/img/main/layout/jagexc20a.png?12" alt="Jagex" />
<a class="jagexlink" href="" target="_blank">
<img src="../../site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
</a>
<br class="clear" />
</div>

View File

@ -0,0 +1,412 @@
<!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="Xp Drops & More!" />
<meta name="title" content="2009scape - news - Brand new farms!" />
<title>2009scape - Brand New Farms!</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>
.bodyBackgroundHeadAdvert{
background-image: url("../../site/img/2009img/main/skins/default/bg.jpg");
background-repeat: repeat-y;
}
.bodyBackground{
background-image: url("../../site/img/2009img/main/skins/default/bg.jpg");
background-repeat: repeat-y;
}
.bodyBackgroundHead{
background-image: url("../../site/img/2009img/main/skins/default/bg.jpg");
background-repeat: repeat-y;
}
</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="./../m=bugtracker_v4/index.html" class="fly"><span>Submit a Bug Report</span></a>
</li>
<li>
<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> > Farming Rewrite!
</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="./2021February16.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> 13-March-2021 - Master Farmers </b>
&nbsp;
</div>
<div class="newsJustify">
<p> In 2009scape, we spend countless days waiting for the next new content but while we are playing
the game we always find some skills just have silly errors that stop us from fully enjoying the game.
It is not secret at all that our source needs an overhaul on some skills.
</p>
<p> In this update, we focused on raking some of the weeds that the Arios team had planted long ago by rewriting
the Farming Skill! Make sure you grab your rake and head over to do some farming. Our <b style="color:darkred">Lead Developer</b> spent over a hundred
hours yet again on another update that just brings us back to a real runescape game not some petty money grabbing RSPS.
No more patches needing to be cleared, no more compost bins just not working, and the ability to play the entire skill will
give countless hours of fun! Make sure you don't forget to complete the Lumbridge Medium diaries for the explorer ring 3 which will
give you a port sarim farming patch teleport!
</p>
<p> This may be a smaller thread this time around due to only so much you can say about a Farming rewrite. Make sure you tell <b style="color:darkred">Ceikry</b>
how much your appreciate it. Every bit means a lot to him and it's motivation to carry on with more content releases! Anywho, while you
guys begin farming lets head over to these other <i style="color: green">patch notes</i>.
</p>
<b><u>Bug Fixes:</u></b>
<br>
<ul>
<li> Updated Equip Timing. </li>
<li> You can now loot tar barrels on lunar isle.</li>
<li> You can now empty antipoison potions.</li>
<li>The Jobs in Lumbridge are now limited to 3 completions per day (this excludes jobs you skip)</li>
<li> Bone grinder has been rewritten + fixed ( You can use regular bones now! )</li>
<li> Corrected Sigmund's dialogue </li>
<li> If you have started but not finished Shield of Arrav, King Roald will now let you pick between All Fired Up and Shield of Arrav dialogue </li>
<li> Defence potion now uses a ranarr potion base instead of marrentill </li>
<li> Magic carpets have been redone to now appear correctly </li>
<li> Estate agent dialogue fixed + varrock achievements for it added </li>
<li> Ned's dialogue has been improved </li>
<li> Missing tool leprechauns have been added + wilderness flower patch implemented </li>
<li> Included some of <b style="color:darkcyan">Ryan</b>'s drop table fixes</li>
<li> Fixed all the cavalier hats clipping hair </li>
</ul>
<b><u>Discord Updates:</u></b>
<p> Our <b style="color:darkcyan">Contributor</b> role is now active for members that have a total of 500 lines of fixes.
The role is only to give a shout out to the efforts of people fixing things that our <b style="color:darkred">Developers</b>
do not have to be concerned about. They also get credited ingame as well.
</p>
<p>
I will go in more detail on a separate page on the website of how our credit system works but there was an update to our voting system
that I will mention here. every vote will be marked down and in a week from now if you have voted every single day ( only requiring voting once a day )
on the last day your votes will equal 5 credits. And then restarts the following week. You <b>must</b> vote <b>everyday</b> in order to get this.
You can not miss a day. If you do your time resets.
</p>
<b><u>Website Updates:</u></b>
<br>
<br>
<li> Ever since the split of two worlds new members have been confused on which to play. Look no further than this
new world guide! <a href="./../../site/kbase/guid/themed_worlds.html"> Click me </a> </li>
<li>Fixed the Highscores to display the x20 slider.</li>
<li> You can now see the Hall of Fame for 2009scape with all of the xp rates <a href="./../../site/kbase/guid/2009exclusive/hall_of_fame.html">here</a>.</li>
<br />
<p>
<br class="clear" />
<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>
<br class="clear" />
</div>
<br class="clear" />
</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>