Urz Wastes (Wurm Lands)

From Fallen Sword Wiki
Revision as of 03:21, 27 January 2010 by IMQUICKILL (Talk | contribs)

Jump to: navigation, search

IMQUICKILL 06:15, 18 January 2010 (UTC)

Information

Shops and Stairs

Quests

Creatures

Map

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="icon" href="favicon.ico"> <link type="text/css" rel="stylesheet" href="mainstyle.css"> <script language="JavaScript" src="slider.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Fallen Sword v1.6494 - Massively Multiplayer Online RPG (MMORPG)</title> </head>

<script> function openWindow(url, name, w, h, features) { var left = (screen.availWidth - w) / 2 var top = (screen.availHeight - h) / 2 window.open(url, name, "width="+w+", height="+h+", left="+left+", top="+top+features); }

var savedItemData = new Array(); var xmlobj = new Array();

function sendRequest(doc, index, finalStr){ // check for existing requests var isNonIE = !(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0"); try { // instantiate object for Mozilla, Nestcape, etc. xmlobj[index]=new XMLHttpRequest(); } catch(e1) { try { // instantiate object for Internet Explorer xmlobj[index]=new ActiveXObject('Msxml2.XMLHTTP'); } catch(e2) { try { xmlobj[index]=new ActiveXObject("Microsoft.XMLHTTP"); } catch (e3) { // Ajax is not supported by the browser xmlobj[index]=null; return false; } } }

// set response handler if(isNonIE) { xmlobj[index].onreadystatechange = function() { if (xmlobj[index].readyState == 4) { if (xmlobj[index].status == 200) { savedItemData[index] = xmlobj[index].responseText+finalStr; Tip(savedItemData[index]); } } } }

// open socket connection xmlobj[index].open('GET',doc,isNonIE); // send GET request xmlobj[index].send(null); }

function ajaxLoadItem(itemId, invId, type, pid, finalStr) { var index = itemId+"_"+invId; if(savedItemData[index]==undefined) {

savedItemData[index] = "

  Loading Stats...

";

sendRequest("fetchitem.php?item_id="+itemId+"&inv_id="+invId+"&t="+type+"&p="+pid+"&uid="+1264563751, index, finalStr); savedItemData[index] = xmlobj[index].responseText+finalStr; }

Tip(savedItemData[index]); return; } </script> <script language="JavaScript" type="text/javascript" src="basejs.js"></script> <textarea id="holdtext" style="display:none">http://www.fallensword.com/?ref=1666983</textarea> <body bgcolor="#000000" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">


Urz Wastes (Wurm Lands) Map Overview

<img src="player_tile.gif" title="You are here">

</body>

<script language="JavaScript" type="text/javascript" src="wz_tooltip3.js"></script> </html>