2009scape-website/www.funorb.com/info862b.html
2020-11-20 09:58:06 -05:00

488 lines
20 KiB
HTML
Raw Blame History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en" xmlns:IE>
<!-- Mirrored from www.funorb.com/info.ws?game=zombiedawnmulti by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 18 Jul 2010 10:53:28 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="PRAGMA" content="NO-CACHE">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta name="keywords" content="Play Free Online Games, puzzle games, platform games, arcade games, shooter games, action games, java games, casual games, racing games, word games, retro games, classic games, browser games, strategy games, multiplayer games, arcanists, Jagex">
<meta name="description" content="FunOrb, free online browser-based games from Jagex Games Studio, the makers of RuneScape. Play puzzle, action, strategy, shooting, word, racing games and more!">
<meta name="title" content="FunOrb - Free Online Games by Jagex Games Studio">
<meta name="Author" content="www.jagex.com">
<meta name="Copyright" content="Copyright 1999 - 2010 Jagex Ltd, www.jagex.com">
<meta name="ROBOTS" content="INDEX, FOLLOW">
<meta name="classification" content="GENERAL">
<meta name="rating" content="General">
<meta name="Distribution" content="global">
<meta name="Identifier-URL" content="index.html">
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
<link rel="SHORTCUT ICON" href="favicon.ico">
<title>FunOrb - Free Online Games by Jagex Games Studio</title>
<style type="text/css" media="screen">
/*\*/@import url(css/global-40.css);/**/
</style>
<script type="text/javascript" src="../www.jagex.com/js/jquery/jquery_1_4_2.js"></script>
<!--[if lt IE 7]>
<style type="text/css" media="screen">@import url(http://www.funorb.com/css/ieFix-2.css);</style>
<![endif]-->
<!--[if IE]>
<style type="text/css">
@media all {
IE\:clientCaps {behavior:url(#default#clientcaps)}
}
</style>
<IE:clientCaps ID="oClientCaps" />
<![endif]-->
<script type="text/javascript">
var suffix="?js=1";
if (navigator.appName=="Microsoft Internet Explorer") {
if (!oClientCaps.getComponentVersion("{08B0E5C0-4FCB-11CF-AAA5-00401C608500}","ComponentID")) {
suffix+="&applet=2";
}
}
function suffixize(obj){
if(!obj.suffixed){
obj.href += suffix;
obj.suffixed = true;
}
}
</script> <style type="text/css" media="screen">
/*\*/@import url("css/info-7.css");/**/
.intro {
background-image: url(img/images/game/zombiedawnmulti/intro.jpg);
}
.buttonSubscribe {
background-image: url(img/images/info/button_subscribe.gif);
}
</style>
<script type="text/javascript">
//
var time = 4;
var timer;
var timer2;
var loading = 0;
var image = 0;
var images = Array();
//
images[0] = 'img/images/game/zombiedawnmulti/screen1c4ca.jpg?1';
images[1] = 'img/images/game/zombiedawnmulti/screen2c4ca.jpg?1';
images[2] = 'img/images/game/zombiedawnmulti/screen3c4ca.jpg?1';
images[3] = 'img/images/game/zombiedawnmulti/screen4c4ca.jpg?1';
//
function clearLoading(){
try{
if(images[0]){
document.getElementById('screenshotsLoading0').style.backgroundPosition = '-83px -62px';
if(images[1]){
document.getElementById('screenshotsLoading1').style.backgroundPosition = '-83px -62px';
if(images[2]){
document.getElementById('screenshotsLoading2').style.backgroundPosition = '-83px -62px';
if(images[3]){
document.getElementById('screenshotsLoading3').style.backgroundPosition = '-83px -62px';
}
}
}
}
loading = 0;
}catch(e){}
}
//
function imageTimer(self){
clearTimeout(timer2);
clearTimeout(timer);
clearLoading();
timer = setTimeout("imageNext('" + self + "')", time * 1000);
}
//
function imageNext(self){
if(loading == 1){return;}
image++;
if(image >= images.length){
image = 0;
}
document.getElementById(self).src = images[image];
}
//
function imageGoto(self, img){
image = img;
// Don't bother re-loading the same image as it screws up Opera
if(document.getElementById(self).src != images[image]){
var timeDefault = time;
time = time * 2;
window.setTimeout('time = ' + timeDefault, timeDefault);
timer2 = window.setTimeout("document.getElementById('screenshotsLoading' + image).style.backgroundPosition = '25px 12px';", 100);
loading = 1;
document.getElementById(self).src = images[image];
}
return false;
}
</script>
</head>
<body id="navGames">
<a name="top"></a>
<table id="wrapper">
<tbody>
<tr>
<td class="center bodyTheme">
<div id="container">
<div id="header">
<div id="navigation">
<div class="lft"></div>
<div class="rght"></div>
<div class="container">
<a id="logo" href="index-2.html" ><b>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="203" height="80">
<param name="movie" value="http://www.funorb.com/img/images/layout/logo_funorb_tombracer.swf" />
<param name="FlashVars" value="homePath=http://www.funorb.com/" />
<param name="AllowScriptAccess" value="always" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="img/images/layout/logo_funorb_tombracer.swf" width="203" height="80">
<param name="FlashVars" value="homePath=http://www.funorb.com/" />
<param name="AllowScriptAccess" value="always" />
<!--<![endif]-->
<!-- Non Flash alternative -->
<img src="img/images/layout/logo_funorb_tombracer.jpg" alt="FunOrb" />
<!--[if !IE]>-->
</object>
<!--<![endif]-->
<!--<![endif]-->
</object>
</b></a>
<div id="shell">
<div class="lft"></div>
<div class="rght"></div>
<div id="teleText">
<h1 id="welcomeText">Welcome to FunOrb - The Best in Free Online Games</h1>
<span id="teletext_inner">
To gain access to some of our multiplayer games, highscore tables and Achievements, please create an account. It's quick, easy and absolutely FREE!</span>
<script type="text/javascript" src="../services.funorb.com/m%3dfomessenger/messengercommon0.js"></script>
<script type="text/javascript" src="../services.funorb.com/m%3dfomessenger/messenger.js"></script>
</div>
</div>
</div>
<div class="clear"></div>
<ul class="menu">
<li class="top p1"><a href="index-2.html" id="home" class="top_link"><span>Home</span></a></li>
<li class="top p2"><a id="games" class="top_link" href="gamelist.html"><span>Games</span><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="sub">
<li><a href="gamelist.html" class="fly">All Games</a></li>
<li><a href="gamelistea68.html?playerBox=1" class="fly">Single-Player Games</a></li>
<li><a href="gamelist6ff6.html?playerBox=2" class="fly">Multiplayer Games</a></li>
<li><a href="options.html" class="fly last">Java Options</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top p3"><a id="account" class="top_link" href="https://secure.funorb.com/m=create/"><span>Join</span><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="sub">
<li><a href="https://secure.funorb.com/m=create/" class="fly">Create Free Account</a></li>
<li><a href="https://secure.funorb.com/m=billing_core/paymentoptions.ws" class="fly">Subscribe to FunOrb</a></li>
<li><a href="members.html" class="fly">Members' Benefits</a></li>
<li><a href="account_management.html" class="fly last">Account Management</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top p4"><a id="forums" class="top_link" href="http://services.funorb.com/m=focommunity/"><span>Community</span><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="sub">
<li><a href="http://services.funorb.com/m=focommunity/" class="fly">Community Home</a></li>
<li><a href="http://services.funorb.com/m=forum_fo/forums.ws" class="fly">Forums</a></li>
<li><a href="kbase/guid/dev_diary.html" class="fly">Developer Diaries</a></li>
<li><a href="http://services.funorb.com/m=achievements/" class="fly">Achievements</a></li>
<li><a href="http://services.funorb.com/m=hiscore_fo/" class="fly">Highscores &amp; Ratings</a></li>
<li><a href="http://services.funorb.com/m=orbcoins/" class="fly last">Orb Downloads</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top p5"><a id="help" class="top_link" href="kbase/guid/help.html"><span>Help</span><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="sub">
<li><a href="kbase/guid/customer_support.html" class="fly">Customer Support</a></li>
<li><a href="parents.html" class="fly">Parents' Guide</a></li>
<li><a href="kbase/guid/rules_of_conduct.html" class="fly">Rules</a></li>
<li><a href="https://secure.funorb.com/m=billing_core/unsubscribe.ws" class="fly">Unsubscribe</a></li>
<li><a href="loginapplet/loginappletef7e.html?mod=www&amp;dest=loginapplet/loginapplet.ws?mod=accountappeal&amp;dest=lockchoice.ws" class="fly">Account Recovery</a></li>
<li><a href="https://secure.funorb.com/m=weblogin/loginform.ws?mod=www&amp;ssl=0&amp;expired=0&amp;dest=bugtracker.ws" class="fly last">Submit A Bug Report</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top p11"><a id="empty" class="top_link"><span>&nbsp;</span></a></li>
<li class="top p7"><a href="https://secure.funorb.com/m=create/" id="register" class="top_link"><span>Create Account</span></a></li>
<li class="top p8"><a href="https://secure.funorb.com/m=weblogin/loginform.ws?mod=www&amp;ssl=0&amp;dest=info.ws?game=zombiedawnmulti" id="signIn" class="top_link"><span>Log In</span></a></li>
<li class="top p10">
<div class="top_link" id="lang_div">
<a id="countrydrop" href="index-2.html">
<span>
<img alt="
English" src="img/images/layout/en.gif">
<span id="dropArrow"></span>
</span>
<!--[if gt IE 6]><!--></a></div><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul id="lang" class="sub">
<li><a class="fly" href="index-2.html"><img title="
English" alt="
English" src="img/images/layout/en.gif"></a></li>
<li><a class="fly" href="l%3d1/index.html"><img title="
Deutsch" alt="
Deutsch" src="img/images/layout/de.gif"></a></li>
<li><a class="fly" href="l%3d2/index.html"><img title="
Fran&ccedil;ais" alt="
Fran&ccedil;ais" src="img/images/layout/fr.gif"></a></li>
<li><a class="fly last" href="l%3d3/index.html"><img title="
Portugu&ecirc;s (BR)" alt="
Portugu&ecirc;s (BR)" src="img/images/layout/br.gif"></a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a></div><![endif]-->
</li>
</ul>
</div>
<br class="clear" />
</div>
<div id="page_content">
<a name="info"></a>
<div class="section" id="info" >
<div class="sectionHeader">
<div class="sectionHeaderRight">
<div class="sectionTitle">
<span class="sectionTrail">
<a href="gamelist.html">Games</a> &gt;
<a href="gamelist94fa.html?genreBox=strategy">Strategy</a> &gt;
<a onclick="suffixize(this)" href="http://zombiemulti1.funorb.com/g=zombiedawnmulti/game.ws">Zombie Dawn Multiplayer</a> &gt;
More Info
</span>
<span class="sectionServerlist">
<a style="text-decoration: underline; font-weight: normal;" href="zombiedawnmulti/serverlist.html">Server List</a>
</span>
</div>
</div>
</div>
<div class="sectionBorder">
<div class="sectionBackground">
<div class="sectionContent" >
<div class="sectionContentContainer">
<div class="intro">
<div class="introDescription">
<div>
<a href="gamelist94fa.html?genreBox=strategy"><span class="genre">Strategy</span></a><br>
Capture humans for your diabolical research...before other zombies do!
</div>
</div>
<a class="buttonWide" href="#description"><div>Description</div></a><br />
<a class="buttonWide" href="#faqs"><div>FAQs</div></a><br />
<a class="buttonWide" href="https://secure.funorb.com/m=create/"><div>Create Free Account</div></a><br />
<a onclick="suffixize(this)" class="buttonPlayBig" href="http://zombiemulti1.funorb.com/g=zombiedawnmulti/game.ws"></a>
</div>
<a name="screenshots"></a>
<div class="subsection" id="screenshots" style="">
<div class="subsectionHeader">
<div class="subsectionTitle">
Screenshots
</div>
</div>
<div class="subsectionContent">
<script type="text/javascript">
document.write('<img id="screenshotsImage" class="screenshotsImage" src="http://www.funorb.com/img/images/game/zombiedawnmulti/screen1.jpg" alt="In-game screenshot" onLoad="imageTimer(this.id)" />');
</script>
<noscript>
<iframe name="screenshotsFrame" class="screenshotsFrame" id="screenshotsFrame" scrolling="no" frameBorder="0" src="display_screenshota888.html?game=zombiedawnmulti&amp;screenshot=screen1">
</iframe>
</noscript>
<div id="screenshotsThumbs">
<a href="display_screenshota888.html?game=zombiedawnmulti&amp;screenshot=screen1" target="screenshotsFrame" onClick="return imageGoto('screenshotsImage', 0);" class="screenshotsThumb" style="background-image: url(img/images/game/zombiedawnmulti/screen1_thumbc4ca.jpg?1);">
<div id="screenshotsLoading0"></div>
</a>
<a href="display_screenshot19a3.html?game=zombiedawnmulti&amp;screenshot=screen2" target="screenshotsFrame" onClick="return imageGoto('screenshotsImage', 1);" class="screenshotsThumb" style="background-image: url(img/images/game/zombiedawnmulti/screen2_thumbc4ca.jpg?1);">
<div id="screenshotsLoading1"></div>
</a>
<a href="display_screenshot7e2b.html?game=zombiedawnmulti&amp;screenshot=screen3" target="screenshotsFrame" onClick="return imageGoto('screenshotsImage', 2);" class="screenshotsThumb" style="background-image: url(img/images/game/zombiedawnmulti/screen3_thumbc4ca.jpg?1);">
<div id="screenshotsLoading2"></div>
</a>
<a href="display_screenshot82ae.html?game=zombiedawnmulti&amp;screenshot=screen4" target="screenshotsFrame" onClick="return imageGoto('screenshotsImage', 3);" class="screenshotsThumb" style="background-image: url(img/images/game/zombiedawnmulti/screen4_thumbc4ca.jpg?1);">
<div id="screenshotsLoading3"></div>
</a>
</div>
</div>
</div>
<a name="benefits"></a>
<div class="subsection" id="benefits" style="">
<div class="subsectionHeader">
<div class="subsectionTitle">
Zombie Dawn Multiplayer Features
</div>
</div>
<div class="subsectionContent">
<div class="benefitsPadding"></div>
<div class="benefitsContent">
<div class="benefitsList">
<ul>
<li>Online multiplayer for 2 or 4 people.</li>
<li>Research new traits and power-ups.</li>
<li>Discover power-up modifiers.</li>
<li>Play in Rated and Unrated games.</li>
<li>Access to all the Achievements.</li>
<li>Play for FREE!</li>
</ul>
</div>
</div>
</div>
</div>
<br class="clear" />
<a name="description"></a>
<div class="subsection" id="description" style="">
<div class="subsectionHeader">
<div class="subsectionTitle">
Description
</div>
</div>
<div class="subsectionContent">
<div>
<p>In the events of Zombie Dawn, the Overlord (you) managed to zombify and take over most of the world. The problem now is that there aren't many humans left to munch on, so the zombies have started to fight among themselves over this increasingly rare resource.</p>
<p>In Zombie Dawn Multiplayer: Fight of the Living Dead, it's up to you to lead your horde of undead against other overlords in a real-time strategic race to capture and/or zombify as many of the remaining humans as possible. Doing so will earn you Research Points, with which you'll discover some awesome new power-ups, traits and modifiers. Using these, you'll be able to mould your rotting mob to fit your style of play, and better fend off those lesser overlords.</p>
</div>
</div>
</div>
<a name="top_of_page"></a>
<a name="faqs"></a>
<div class="subsection" id="faqs" style="">
<div class="subsectionHeader">
<div class="subsectionTitle">
FAQs
</div>
</div>
<div class="subsectionContent">
<div class="faqsList">
<ol>
<li><a href="#faqs_q1">How can I research items faster?</a></li>
<li><a href="#faqs_q2">Can I change my controls so I can right-click to move my zombies?</a></li> <li><a href="#faqs_spec">What are the minimum specifications for this game?</a></li>
</ol>
</div>
<div class="faqsAnswer">
<a name="faqs_q1"></a>
<h3>1. How can I research items faster?</h3>
<p>If you're trying to research something in a hurry, you should unequip any other traits and powerups that you don't really need to win matches - particularly ones that have already been fully researched. This will mean that any Research Points you earn are spread less thinly.</p>
<div class="hr"></div>
<a name="faqs_q2"></a> <h3>2. Can I change my controls so I can right-click to move my zombies?</h3>
<p>Yes, you can! To change the control setup, go into the in-game menu by pressing 'ESC', then choose the 'Modern' control scheme.</p>
<div class="hr"></div>
<a name="faqs_spec"></a>
<h3>3. What are the minimum specifications for this game?</h3>
<p>The minimum specifications we recommend for this game are:</p>
<ul>
<li>1.0 GHz
<li>128 MB RAM
</ul>
<p>The <b>recommended</b> specifications for getting the most out of this game are:</p>
<ul>
<li>1.5 GHz
<li>256 MB RAM
</ul>
<p>Below is an explanation of the terms in our technical specifications.</p>
<p><b>Megahertz (MHz) / Gigahertz (GHz)</b> is a measure of how fast your computer's processor is. This affects how quickly you can run things like games and applications.</p>
<p><b>Megabytes (MB)</b> are used to measure how much memory your computer has. This affects how quickly your computer runs when using large programs such as games, or when you run a lot of programs at once.</p>
<p>Click <a href="http://www.java.com/getjava" target="_blank">here</a> to get the latest version of Sun Java.</p>
</div>
</div>
</div>
<a name="furtherBenefits"></a>
<div class="subsection" id="furtherBenefits" style="">
<div class="subsectionHeader">
<div class="subsectionTitle">
FunOrb Members' Benefits
</div>
</div>
<div class="subsectionContent">
<div>
<p style="padding-bottom: 5px;">Members get:</p>
<ul style="line-height: 22px;">
<li>Fullscreen mode.</li>
<li>No adverts during gameplay.</li> <li>Complete access to all members-only content on FunOrb.</li>
</ul>
<p>
<a href="https://secure.funorb.com/m=billing_core/paymentoptions.ws" class="buttonSubscribe"></a>
</p>
</div>
</div>
</div>
<a name="credits"></a>
<div class="subsection" id="credits" style="">
<div class="subsectionHeader">
<div class="subsectionTitle">
Development Team
</div>
</div>
<div class="subsectionContent">
<div>
<p>
<b>Development:</b> Pedro R,&nbsp;Ben W<br>
<b>Graphics:</b> Adam S,&nbsp;Anthony A,&nbsp;Kristian F,&nbsp;Laura W<br>
<b>Audio:</b> Ian T<br>
<b>Quality Assurance:</b> Joe C,&nbsp;Sally R,&nbsp;Michael T,&nbsp;Alex P<br>
<b>Editing:</b> Stephen R
</p>
<p class="articleBacktotop">
<a href="#top"><img src="img/images/layout/backtotop.gif" alt="Back to the top" title="Back to the top" /></a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="sectionFooter"><div></div></div>
</div>
</div>
</div>
</div>
<div id="copyRight">
<div id="languagefooter">
Select your language:&nbsp;
<a href="index-2.html"><img alt="
English" src="img/images/layout/en.gif">
English</a>
<a href="l%3d1/index.html"><img alt="
Deutsch" src="img/images/layout/de.gif">
Deutsch</a>
<a href="l%3d2/index.html"><img alt="
Fran&ccedil;ais" src="img/images/layout/fr.gif">
Fran&ccedil;ais</a>
<a href="l%3d3/index.html"><img alt="
Portugu&ecirc;s (BR)" src="img/images/layout/br.gif">
Portugu&ecirc;s (BR)</a>
</div>
<div class="cr">
<p>
Copyright <20> 2008 - 2010 Jagex Ltd. Jagex and FunOrb are registered trademarks of Jagex Ltd in the
United Kingdom and trademarks used in other countries of the world.
</p>
<p>
By using our service you are agreeing to our <a href="terms/terms.html" name="terms">Terms &amp; Conditions</a> and <a href="privacy/privacy.html" name="privacy">Privacy Policy</a>.
</p>
</div>
<div id="jagex">
<a href="../www.jagex.com/index.html" target="_blank"><img src="img/images/layout/jagex_footerc4ca.gif?1" alt="Jagex logo" /></a>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>