<html>
<head>
<title>Chocobos</title>
</head>
<body bgcolor="#000000" text="#191970" link="#b0c4de" alink="#b0c4de" vlink="#b0c4de">
<basefont size="3">

<table border="0" cellpadding="0" cellspacing="0">
<tr><td>
<h1 align="left">Chocobos</h1>
<BR><style>body {background-color: #000000;background-image: url(http://mb.vgdirectory.com/poster/wallpaper-ffxi.jpg);background-repeat: no repeat;background-position: center center;background-attachment: fixed }</style><STYLE type="text/css">.bodybgcolor {background-color:#000000}.searchbarborder {background-color:; margin-top: -65px; visibility: hidden}.searchbarinterior {background-color: transparent; visibility: hidden}.leftmoduletitlebar {background-color: transparent; text-align: left; border: none; text-align: left}.leftmoduleborder {background-color: transparent; border:}.leftmoduleinterior {background-color: transparent; border: none; text-align: left}.leftmodulefontcolor {font-family: Georgia; color: #000000 ; font-size: 10pt}.leftmoduletitlefontcolor {font-family: Georgia; color: #000000 ; font-size: 10pt}.leftmodulefontcolorsmall {font-family: Georgia; color: #000000 ; font-size: 10pt}.leftmoduletitlefontcolorsmall {font-family: Georgia; color: #000000 ; font-size: 8pt}HR {color: #000000}.leftmodulehr {color: transparent}input {background-color: #transparent; font-family: Georgia; font-size: 12pt; color: #transparent ; border:}submit {background-color: #transparent; font-family: Georgia; font-size: 10pt; color: #transparent ; border:}.pagewidth {width: 600}.align {text-align: left} </STYLE>	




<html><body>
<font size="3"><font face="verdana">
<b>Brief Information About Chocobos</b><i>(taken from a forty page translated manual released in Japan regarding FFXI)</i>
<blockquote>
<ul>
<li>Chocobos can only be ridden in field areas and not dungeons or towns.
<li>No abilities,items, or magic can be used while riding.
<li>No fighting while riding.
<li>You CAN target monsters to track/chase behind while riding.
<li>Trading items, healing actions, logging out, and going to the POL temporarily are not allowed while riding.
<li> If your HP drops to 0 while riding due to poison or some other problem, you are removed from the chocobo.
<li> The area where you dig will affect what type of item you get. For example, in a desert you may receive Earth items, and by water you may receive water-based items if you find one.
</ul></blockquote>
</font></font>
</body>
</html>


<!--Special Effects upon page enter Script- ?Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML Scripts, and Terms Of Use, visit dynamicdrive.com-->
<script language="JavaScript"> <!--
// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
//provided free at http://www.lissaexplains.com
// Don't delete this header!

var message="Please wait while data loads..."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>
<SCRIPT language=JavaScript>
dCol='333333';//date colour.
fCol='333333';//face colour.
sCol='333333';//seconds colour.
mCol='333333';//minutes colour.
hCol='333333';//hours colour.
ClockHeight=40;
ClockWidth=40;
ClockFromMouseY=0;
ClockFromMouseX=100;
//Alter nothing below! Alignments will be lost!

d=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
m=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
date=new Date();
day=date.getDate();
year=date.getYear();
if (year < 2000) year=year+1900;
TodaysDate=" "+d[date.getDay()]+" "+m[date.getMonth()]+" "+day+" "+year;
D=TodaysDate.split('');
H='...';
H=H.split('');
M='....';
M=M.split('');
S='.....';
S=S.split('');
Face='1 2 3 4 5 6 7 8 9 10 11 12';
font='Arial';
size=1;
speed=0.7;
ns=(document.layers);
ie=(document.all);
Face=Face.split(' ');
n=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props="<font face="+font+" size="+size+" color="+fCol+"><B>";
props2="<font face="+font+" size="+size+" color="+dCol+"><B>";
Split=360/n;
Dsplit=360/D.length;
HandHeight=ClockHeight/4
HandWidth=ClockWidth/4
HandY=-7;
HandX=-2.5;
scrll=0;
step=0.06;
currStep=0;
y=new Array();x=new Array();Y=new Array();X=new Array();
for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}
Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}
if (ns){
for (i=0; i < D.length; i++)
document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>');
for (i=0; i < n; i++)
document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>');
for (i=0; i < S.length; i++)
document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');
for (i=0; i < M.length; i++)
document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>');
for (i=0; i < H.length; i++)
document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>');
}
if (ie){
document.write('<div id="Od" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < D.length; i++)
document.write('<div id="ieDate" style="position:abs'+'olute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>');
document.write('</div></div>');
document.write('<div id="Of" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < n; i++)
document.write('<div id="ieFace" style="position:abs'+'olute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>');
document.write('</div></div>');
document.write('<div id="Oh" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < H.length; i++)
document.write('<div id="ieHours" style="position:abs'+'olute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>');
document.write('</div></div>');
document.write('<div id="Om" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < M.length; i++)
document.write('<div id="ieMinutes" style="position:abs'+'olute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>');
document.write('</div></div>')
document.write('<div id="Os" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < S.length; i++)
document.write('<div id="ieSeconds" style="position:abs'+'olute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');
document.write('</div></div>')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;
}
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
function ClockAndAssign(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
if (ie){
Od.style.top=window.document.body.scrollTop;
Of.style.top=window.document.body.scrollTop;
Oh.style.top=window.document.body.scrollTop;
Om.style.top=window.document.body.scrollTop;
Os.style.top=window.document.body.scrollTop;
}
for (i=0; i < n; i++){
 var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;
 F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
 F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
 }
for (i=0; i < H.length; i++){
 var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style;
 HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
 HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);
 }
for (i=0; i < M.length; i++){
 var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style;
 ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;
 ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);
 }
for (i=0; i < S.length; i++){
 var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style;
 SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
 SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);
 }
for (i=0; i < D.length; i++){
 var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style;
 DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
 DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
 }
currStep-=step;
}
function Delay(){
scrll=(ns)?window.pageYOffset:0;
Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);
Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);
for (i=1; i < D.length; i++){
Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);
Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);
}
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
ClockAndAssign();
setTimeout('Delay()',20);
}
if (ns||ie)window.onload=Delay;
</script>

<style type="text/css">
body {
scrollbar-arrow-color: white;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: gray;
scrollbar-track-color: black;
scrollbar-face-color: black;
scrollbar-shadow-color: gray;
scrollbar-highlight-color: white;
scrollbar-3d-light-color: black;
}
</style>

<td valign="top">
<table bgColor="#c0c0c0" cellpadding=4 cellspacing=2 align=left width="150" border=0>	
<tr><td bgColor="black"><FONT SIZE="3" color="navy"><CENTER><B>Directory</B></CENTER></FONT></td></tr>
<tr><td bgColor="black"><A HREF="http://www.angelfire.com/rpg2/finalfantasyxisource/index.html" class="idealink">Main Page</A></td></tr>
<tr><td bgColor="black"><A HREF="http://www.angelfire.com/rpg2/finalfantasyxisource/Mainidea" class="idealink">What is FFXI?</A></td></tr>
<tr><td bgColor="black"><A HREF="http://www.angelfire.com/rpg2/finalfantasyxisource/story.html" class="idealink">Prologue and Story</A></td></tr>
<tr><td bgColor="black"><A HREF="http://www.angelfire.com/rpg2/finalfantasyxisource/World_Directory" class="idealink">World Map/Areas</A></td></tr>
<tr><td bgColor="black"><A HREF="http://www.angelfire.com/rpg2/finalfantasyxisource/chocobo" class="idealink">Chocobos</A></td></tr>
<tr><td bgColor="black"><A HREF="http://www.angelfire.com/rpg2/finalfantasyxisource/magic" class="idealink">Magic</A></td></tr>
<tr><td bgColor="black"><A HREF="http://www.angelfire.com/rpg2/finalfantasyxisource/Communication" class="idealink">Communication</A></td></tr>
<tr><td bgColor="black"><A
HREF="http://www.angelfire.com/rpg2/finalfantasyxisource/Classes.html"
class="idealink">Classes</A></td></tr>
</table>
</td>
</tr>





<!-onMouseover Link CSS Script-© Dynamic Drive (www.dynamicdrive.com). For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com--><style><!--a:hover{color:lightsteelblue; text-decoration:underline; background-color:midnightblue; }--></style><p>

</td></tr>

<tr><td valign="top">
<img src="Chocoboshop.jpg" hspace="10" vspace="10" align="right">
<font size="5"></font>
<p>
In order to recieve a chocobo in the game, you must first go to a town and find the local chocobo shop. Here you will need to be given permission to get a chocobo. How you gain this permission is still unknown. Perhaps is has to do with the guilds or a sidequest.</td></tr>

<tr><td valign="top">
<img src="chocoboriding.jpg" hspace="10" vspace="10" align="right">
<font size="5"></font>
<p>
After you gain your permission, you will be free to ride your chocobo anywhere you feel you want to.This is obviously well worth getting 'granted permission' almost no matter what because you classical Final Fantasy players know how much of a luxury time is in traveling.</td></tr>

<tr><td valign="top">
<img src="chocobo_digging.jpg" hspace="10" vspace="10" align="right">
<font size="5"></font>
<p>
 Back in Final Fantasy VIII chocobos were able to dig in the little chocobo forests for rare items. Anywhere in the online Final Fantasy XI world, your chocobo will be able to dig a deep hole and possibly find an item at a cost of one Ghysal Green (Gisaru Fruit).</td></tr>

</table>

</body>
</html>