HorseIsle-Sites-Archive/hi3.horseisle.com/www/index.php@SS

407 lines
33 KiB
Plaintext

<HTML><HEAD><link rel=icon type='image/png' href='https://hi3.horseisle.com/www/g/favicon16.png' sizes='16x16'><link rel=icon type='image/png' href='https://hi3.horseisle.com/www/g/favicon32.png' sizes='32x32'><link rel=icon type='image/png' href='https://hi3.horseisle.com/www/g/favicon96.png' sizes='96x96'><!-- Global site tag (gtag.js) - Google Ads: 697866393 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-697866393"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-697866393');
</script>
<style type="text/css">
//color:#F3003C //logo red W colo
//color:#792107 //Dark brown logo sign
body {
background-image: url(bg.png);
}
#abovefooter {
overflow:auto;
padding-bottom: 150px;
}
hr {
height:4px;
border:0px;
width: 95%;
color:#792107;
background-color:#792107;
}
DIV {
text-align:left;
}
div.content {
padding: 60px 40px 80px 240px;
font-size: 16px;
color: #333;
font-family: Arial;
}
div.LeftCol {
position: relative;
float: left;
padding-bottom: 100px;
top: 280px;
left: 18px;
width: 220px;
font-size: 16px;
color: #333;
font-family: Arial;
}
div.TopBarContent {
position:fixed;
top: 0px;
left: 100px;
right: 0px;
height:48px;
vertical-align: middle;
z-index: 20;
text-align: right;
font-size: 20px;
color: #DDD;
font-family: Arial;
display:inline;
margin:0;
padding:2px;
padding-top:8px;
}
div.TopBarBG {
position:fixed;
top: 0px;
left: 0px;
right: 0px;
height:48px;
z-index: 1;
background:#792107;
}
div.TopBarBottomBG {
background:#ceb4b0;
position:fixed;
top: 48px;
left: 0px;
right: 0px;
height:6px;
z-index: 1;
}
div.SocialMedia {
position:fixed;
left: 60px;
bottom: 2px;
z-index: 5;
}
div.Logo {
position:fixed;
top: 4px;
left: 6px;
z-index: 10;
}
div.title {
align:center;
position: fixed;
top: 0px;
left:92px;
text-align: left;
font-size: 48px;
font-weight: 600;
color:#E3BC42;
z-index: 5;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
div.subtitle {
left:200px;
text-align: left;
font-size: 24px;
font-weight: 600;
color:#;
color:#792107;
}
UPDATE {
font-size: 18px;
font-variant: small-caps;
padding: 5px;
font-weight: 900;
}
textarea.forum {
width: 100%;
height: 180px;
font-size: 16px;
}
.loginInput {
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
font-size: 20px;
vertical-align: middle;
color: #333;
font-family: Arial;
display:inline;
margin:0;
padding:2;
}
input {
font-size: 16px;
}
select {
font-size: 16px;
}
a {
font: bold 16px arial;
color: #005511;
text-decoration: underline;
}
.btn {
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
font-family: Arial;
font-weight: 500;
color: #222;
font-size: 18px;
background: #E3BC42;
padding: 2px 4px 2px 4px;
margin: 3px 3px;
text-decoration: none;
display: inline-block;
border: solid #000 1px;
}
.btn:hover {
background: #A48830;
color: #ddd;
text-decoration: none;
}
IMG {
border:0;
}
TABLE {
empty-cells:show;
border-spacing:0px;
}
TABLE.list TD {
padding:2px;
}
TABLE.toplistbrief TD {
font-size: 14px;
padding: 0px 2px;
color: #202020;
}
TH {
background-color: #EDE5B4;
padding: 2px 6px;
border: 1px solid #000000;
font: small-caps 900 16px arial;
color: #000000;
}
TR.a0 {
background-color: #EDE5B4;
}
TR.a1 {
background-color: #D4CCA1;
}
TD {
font: 16px arial;
color: #000000;
margin:0px;
padding: 0px;
}
TD.newslist {
padding: 4px 4px;
border: 2px solid #000000;
background-color: #dbefa9;
text-align: left;
}
TD.forum {
font: 14px arial;
padding: 2px;
}
TD.forumlist {
padding: 1px 2px;
border: 2px outset #ffe400;
background-color: #EDE5B4;
text-align: center;
font: bold 16px arial;
}
TD.forumcell {
border-width: 1px 0px;
border-style:solid;
border-color:FFFFEE;
}
TD.forumselected {
padding: 1px 2px;
border: 2px inset #ffe400;
background-color: #dac270;
text-align: center;
font: bold 16px arial;
}
TD.forumpost {
padding: 5px 10px;
border: 2px solid #000000;
background-color: #F5F0D0;
text-align: left;
}
TD.forumadmin {
padding: 5px 10px;
border: 2px solid #000000;
background-color: #FFDDDD;
}
FORUMSUBJECT {
font: bold 16px arial;
color: #004400;
}
FORUMUSER {
font: 14px arial;
color: #000044;
}
FORUMDATE {
font: 14px arial;
color: #444444;
}
FORUMTEXT {
font: 16px arial;
color: #440000;
}
</style>
<SCRIPT >
function getWidth() {
return Math.max(
document.body.scrollWidth,
document.documentElement.scrollWidth,
document.body.offsetWidth,
document.documentElement.offsetWidth,
document.documentElement.clientWidth
);
}
function AdjustTitle() {
// alert(getWidth());
if (getWidth()<1500) {
document.getElementById("PageTitle").style.top="50px";
document.getElementById("PageTitle").style.left="200px";
document.getElementById("PageContent").style.padding="105px 40px 80px 240px";
} else {
document.getElementById("PageTitle").style.top="0px";
document.getElementById("PageTitle").style.left="130px";
document.getElementById("PageContent").style.padding="60px 40px 80px 240px";
}
}
<!-- window.onload = function(e){ AdjustTitle(); } -->
</SCRIPT>
<TITLE>Horse Isle 3: Welcome Adventurers</TITLE>
</HEAD>
<BODY topmargin=0 rightmargin=0 leftmargin=0 BGCOLOR=F8F8F8 onresize="AdjustTitle()" onload="AdjustTitle()">
<DIV style="min-height:100%;position:relative;">
<DIV id="abovefooter">
<DIV class='TopBarBG'></DIV>
<DIV class='TopBarBottomBG'></DIV>
<DIV class='Logo'><A HREF=index.php><IMG SRC=HI3Logostraight256.png></a></DIV>
<DIV class='LeftCol' id='LeftCol'><CENTER><B>Random <A HREF=?SS>Screenshots!</A></B></CENTER><A HREF=screenshots/43.jpg><IMG SRC=screenshots/thumbs/43.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/44.jpg><IMG SRC=screenshots/thumbs/44.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/38.jpg><IMG SRC=screenshots/thumbs/38.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/33.jpg><IMG SRC=screenshots/thumbs/33.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/4.jpg><IMG SRC=screenshots/thumbs/4.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/8.jpg><IMG SRC=screenshots/thumbs/8.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/11.jpg><IMG SRC=screenshots/thumbs/11.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/70.jpg><IMG SRC=screenshots/thumbs/70.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/61.jpg><IMG SRC=screenshots/thumbs/61.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/56.jpg><IMG SRC=screenshots/thumbs/56.jpg style='margin-top:6px;border:1px solid black;'></A><BR></DIV>
<DIV class='SocialMedia'>
<A HREF=https://www.facebook.com/horseisleofficial/><IMG border=0 SRC=facebook.png WIDTH=48 HEIGHT=48></A>
<A HREF=https://www.youtube.com/user/HorseIsle2><IMG border=0 SRC=youtube.png WIDTH=48 HEIGHT=48></A>
</DIV>
<DIV class=TopBarContent><FONT FACE=ARIAL>
<A CLASS=btn HREF=createaccount.php>New Account!</A>
<A CLASS=btn HREF=forgotpass.php>Forgot?</A>
&nbsp;
&nbsp;
<FORM METHOD=POST STYLE="display:inline;">
Email: <INPUT TYPE=INPUT NAME=EMAIL SIZE=22 CLASS=loginInput>
Pass: <INPUT TYPE=PASSWORD NAME=PASS SIZE=10 CLASS=loginInput>
<INPUT TYPE=SUBMIT VALUE=Login CLASS=loginInput style="background: #E3BC42;"></B>
</FORM>
</DIV>
<DIV CLASS=title id='PageTitle'>Welcome Adventurers</DIV><DIV CLASS=content id='PageContent'>
<DIV CLASS=subtitle id='PageSubTitle'>Come Join The Infinite Wilds!</DIV><BR><BR><CENTER><IMG SRC='Banner3.png' style='width:80%;max-width:800px;'></CENTER><TABLE WIDTH=100%><TR style='background:linear-gradient(to right, #BF953F, #FCF6BA, #deba6e, #FBF5B7, #AA771C);'><TD style='padding:5px;'><CENTER><B>
<FONT SIZE=+2>Horse Isle 3 - Infinite Wilds!</FONT><BR>
Infinite World to Explore, Infinite Genetic Breeding, Infinite Wilds to catch!<BR>
Free downloads for MAC, Linux And Windows Computers!<BR>
</B></TD></TR></TABLE><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>All Screenshots!</FONT>&nbsp; &nbsp; <FONT COLOR=FFFFFF>(Player submitted shots!)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><CENTER><A HREF=screenshots/43.jpg><IMG SRC=screenshots/thumbs/43.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/44.jpg><IMG SRC=screenshots/thumbs/44.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/38.jpg><IMG SRC=screenshots/thumbs/38.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/33.jpg><IMG SRC=screenshots/thumbs/33.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/4.jpg><IMG SRC=screenshots/thumbs/4.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/8.jpg><IMG SRC=screenshots/thumbs/8.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/11.jpg><IMG SRC=screenshots/thumbs/11.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/70.jpg><IMG SRC=screenshots/thumbs/70.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/61.jpg><IMG SRC=screenshots/thumbs/61.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/56.jpg><IMG SRC=screenshots/thumbs/56.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/28.jpg><IMG SRC=screenshots/thumbs/28.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/6.jpg><IMG SRC=screenshots/thumbs/6.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/13.jpg><IMG SRC=screenshots/thumbs/13.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/72.jpg><IMG SRC=screenshots/thumbs/72.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/66.jpg><IMG SRC=screenshots/thumbs/66.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/73.jpg><IMG SRC=screenshots/thumbs/73.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/7.jpg><IMG SRC=screenshots/thumbs/7.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/2.jpg><IMG SRC=screenshots/thumbs/2.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/35.jpg><IMG SRC=screenshots/thumbs/35.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/65.jpg><IMG SRC=screenshots/thumbs/65.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/68.jpg><IMG SRC=screenshots/thumbs/68.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/39.jpg><IMG SRC=screenshots/thumbs/39.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/42.jpg><IMG SRC=screenshots/thumbs/42.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/45.jpg><IMG SRC=screenshots/thumbs/45.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/67.jpg><IMG SRC=screenshots/thumbs/67.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/75.jpg><IMG SRC=screenshots/thumbs/75.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/36.jpg><IMG SRC=screenshots/thumbs/36.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/20.jpg><IMG SRC=screenshots/thumbs/20.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/15.jpg><IMG SRC=screenshots/thumbs/15.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/54.jpg><IMG SRC=screenshots/thumbs/54.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/74.jpg><IMG SRC=screenshots/thumbs/74.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/41.jpg><IMG SRC=screenshots/thumbs/41.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/3.jpg><IMG SRC=screenshots/thumbs/3.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/32.jpg><IMG SRC=screenshots/thumbs/32.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/64.jpg><IMG SRC=screenshots/thumbs/64.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/59.jpg><IMG SRC=screenshots/thumbs/59.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/52.jpg><IMG SRC=screenshots/thumbs/52.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/30.jpg><IMG SRC=screenshots/thumbs/30.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/48.jpg><IMG SRC=screenshots/thumbs/48.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/10.jpg><IMG SRC=screenshots/thumbs/10.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/22.jpg><IMG SRC=screenshots/thumbs/22.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/21.jpg><IMG SRC=screenshots/thumbs/21.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/55.jpg><IMG SRC=screenshots/thumbs/55.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/24.jpg><IMG SRC=screenshots/thumbs/24.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/60.jpg><IMG SRC=screenshots/thumbs/60.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/26.jpg><IMG SRC=screenshots/thumbs/26.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/34.jpg><IMG SRC=screenshots/thumbs/34.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/77.jpg><IMG SRC=screenshots/thumbs/77.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/12.jpg><IMG SRC=screenshots/thumbs/12.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/49.jpg><IMG SRC=screenshots/thumbs/49.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/1.jpg><IMG SRC=screenshots/thumbs/1.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/63.jpg><IMG SRC=screenshots/thumbs/63.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/5.jpg><IMG SRC=screenshots/thumbs/5.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/46.jpg><IMG SRC=screenshots/thumbs/46.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/37.jpg><IMG SRC=screenshots/thumbs/37.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/53.jpg><IMG SRC=screenshots/thumbs/53.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/31.jpg><IMG SRC=screenshots/thumbs/31.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/58.jpg><IMG SRC=screenshots/thumbs/58.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/76.jpg><IMG SRC=screenshots/thumbs/76.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/50.jpg><IMG SRC=screenshots/thumbs/50.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/47.jpg><IMG SRC=screenshots/thumbs/47.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/51.jpg><IMG SRC=screenshots/thumbs/51.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/69.jpg><IMG SRC=screenshots/thumbs/69.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/14.jpg><IMG SRC=screenshots/thumbs/14.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/27.jpg><IMG SRC=screenshots/thumbs/27.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/40.jpg><IMG SRC=screenshots/thumbs/40.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/16.jpg><IMG SRC=screenshots/thumbs/16.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/18.jpg><IMG SRC=screenshots/thumbs/18.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/19.jpg><IMG SRC=screenshots/thumbs/19.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/9.jpg><IMG SRC=screenshots/thumbs/9.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/29.jpg><IMG SRC=screenshots/thumbs/29.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/71.jpg><IMG SRC=screenshots/thumbs/71.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/17.jpg><IMG SRC=screenshots/thumbs/17.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/23.jpg><IMG SRC=screenshots/thumbs/23.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/62.jpg><IMG SRC=screenshots/thumbs/62.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/78.jpg><IMG SRC=screenshots/thumbs/78.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/25.jpg><IMG SRC=screenshots/thumbs/25.jpg style='margin:2px;border:1px solid black;'></A><A HREF=screenshots/57.jpg><IMG SRC=screenshots/thumbs/57.jpg style='margin:2px;border:1px solid black;'></A></CENTER></div></div><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>HI3: Infinite Wilds!</FONT>&nbsp; &nbsp; <FONT COLOR=FFFFFF>(Come join the adventure!)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;">
Welcome to the newest in our series of family friendly games made for horse fanatics! Clean, nonviolent fun, with some education tossed in!
Grand adventure and real world horse genetics await you in this, our third installment.<BR><BR>
HI3 is fully 3D, yet retains the unique charm of the previous games. Your horse's performance and actual look are based on its genetics, just like the real world.
No two horses look or behave alike. Come discover your special horses!<BR><BR>
Along the way, make friends with some of our great playerbase. HI3 players are helpful and fun folks! This is a special place :)
<BR><BR>
<CENTER><A HREF=createaccount.php CLASS=btn>Create Free Account!</A></CENTER><BR>
<B>Infinite Wilds:</B> Infinite World, Infinite Wild Horses &amp; Infinite Horse Genetics Combinations!
</div></div><TABLE WIDTH=100%><TR style='background:linear-gradient(to right, #BF953F, #FCF6BA, #deba6e, #FBF5B7, #AA771C);'><TD style='padding:5px;'><CENTER><B>Players Currently Online:171 Active Accounts:3458</B></TD></TR></TABLE><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>NEWS: HI3 Client Update v.41a</FONT>&nbsp; &nbsp; <FONT COLOR=FFFFFF>(June 28, 2021)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10><TR><TD VALIGN=top><IMG SRC=/www/g/n-client.png ALIGN=left WIDTH=75 style='margin-right:10px;'></TD><TD>Whistle while you work.. . This fun update adds the feel of true intelligence to your horses! (those that have any INT that is ;) )
<BR>
<BR><B>Additions & Changes:</B>
<BR>+ Item sorting mode retained when same page is displayed again (Selling plushies for instance)
<BR>+ No Particles Setting: stops player effects, bubbles, fireworks, weather, hoofprints, etc. makes for a sadder game! BUT- may be good for troubleshooting crash problems.
<BR>+ No Auto Emote Setting: no longer auto player-emote if chat text matches.
<BR>+ Right clicking no longer resets camera, must double click now. (too many accidents)
<BR>+ Poison ivy won't spawn between a course prep time and the running through of first gate. (between time of clicking TRY, and timer start for instance) anymore.
<BR>+ Poison ivy injuries not counted while running a course.
<BR>+ Adventure Quests - changed 60 and 100 char limit for buttons to 70 for both.
<BR>
<BR><B>Whistle-able Horses!</B>
<BR>+ When you are far away from your horse, press F to whistle.
<BR>+ Whistled horse will attempt to walk towards you, even going around things in their way.
<BR>+ Less intelligent horses are less capable of finding paths to you.
<BR> > > 0% INT is worst, improving up to 50%. and then 50%-100% is fully capable.
<BR>+ Certain personality or equine types will increase the chance that your whistle is ignored.
<BR> > > Stubborn (up to 25%)
<BR> > > Lazy (up to 25%)
<BR> > > Leader (up to 25%)
<BR> > > Donkeys, Zebras, and Zedonks (up to 50%)
<BR> > > All of these factors are reduced with experience or bond. (5000 of either means 100% reliable whistling).
<BR> > > Once a horse ignores a whistle there is a 10 second countdown before they can be whistled again.
<BR>+ Exerted horses may move more slowly when whistled.
<BR>+ Players do not hear other whistles. (would be annoying likely :) )
<BR>
<BR><B>A New Donkey Breed:</B>
<BR>+ Grand Noir du Berry Donkey (<b>READ coat info in BBB</b>)
<BR>
<BR><B>Updated Breed Info About:</B>
<BR>+ American Dutch Harness Horse
<BR>+ Dutch Tuigpaard (now has one of the longest entries in the game!)
<BR>
<BR><B>Bug Fixes:</B>
<BR>- Scrapbooked horses from before Art Kit System now show their tack again properly.
<BR>- Removed HI3.gc.log file that caused unnecessary game update after fresh install.
<BR>- Editing signs should now update right away. (no need to QT away and back)</TD></TR></TABLE></div></div><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>NEWS: HI3 Client Update v.40e</FONT>&nbsp; &nbsp; <FONT COLOR=FFFFFF>(June 10, 2021)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10><TR><TD VALIGN=top><IMG SRC=/www/g/n-client.png ALIGN=left WIDTH=75 style='margin-right:10px;'></TD><TD><B>Additions & Changes:</B>
<BR>+ Doubled breeding servers. Should provide 20-50% faster breeding when lots of folks are breeding. In general, please try to not rush through all 20+ of your breedings at once. If it continues to bog down server from this, we will have to limit how many horses you can breed without waiting.
<BR>+ Horizontal rules properly show now between news posts when you look via Myself -> Current News
<BR>+ Ice tree and sapling may now be planted. (assume steady supply of ice cubes in these planters :) )
<BR>
<BR><B>A New Harness Breed:</B>
<BR>+ American Dutch Harness Horse (<b>Read breeding guidelines in BBB</b>)
<BR>
<BR><B>Bug Fixes:</B>
<BR>- No more ocean critters in Animalistic Shape Shifting :)
<BR>- No sprinting above % rule now should work properly.
<BR>- More consistent ordering on the new horse tack sort.
<BR>- springing => sprinting spell fix.
<BR>- Stopped item sorting on 'Current Missions' exporter listings.</TD></TR></TABLE></div></div><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>NEWS: HI3 Client Update v.40d</FONT>&nbsp; &nbsp; <FONT COLOR=FFFFFF>(June 9, 2021)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10><TR><TD VALIGN=top><IMG SRC=/www/g/n-client.png ALIGN=left WIDTH=75 style='margin-right:10px;'></TD><TD>Whoops, v40c added a couple serious bugs. This should fix them.
<BR>
<BR><B>Bug Fixes:</B>
<BR>- Fixed new Elk Cows crashing folks
<BR>- Fixed a new server crash introduced 2 hrs ago ;)
<BR></TD></TR></TABLE></div></div><BR style='clear:both;'><DIV style='width:1000px;margin:6px;'><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Percheron Mule Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Honey</TD><TD><B>.:H:.</B> Flea Circus</TD><TD align=right>2,890</TD></TR><TR><TD>RoyalPython</TD><TD><B>Rp</B> Spirulina</TD><TD align=right>118</TD></TR><TR><TD>Hwin</TD><TD>Ally</TD><TD align=right>111</TD></TR><TR><TD>Victorian</TD><TD><B>~VHB~</B> Delphine</TD><TD align=right>30</TD></TR><TR><TD>SoftInkSpots</TD><TD><B>.:|</B> Break My Face</TD><TD align=right>20</TD></TR><TR><TD>ElfDrearyGem</TD><TD><b>Minx</b> Cherub</TD><TD align=right>20</TD></TR><TR><TD>AppleBird</TD><TD><b>AB</b> Run Forest 1044</TD><TD align=right>10</TD></TR><TR><TD>Arowan</TD><TD>Percheron Mule</TD><TD align=right>0</TD></TR><TR><TD>AngelAviary</TD><TD><B>AUU</B> Angel's MealyEbyBlk Dapples</TD><TD align=right>0</TD></TR><TR><TD>Muninn</TD><TD>Sell 6o6</TD><TD align=right>0</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=1110>View Top 100</A></div></div><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Gidran Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Wyvern</TD><TD><B>-)o(-</B> Tuzfeny</TD><TD align=right>24,581</TD></TR><TR><TD>Dezirae</TD><TD><B>DEZI</B> Avi'i Vui Vivie</TD><TD align=right>11,834</TD></TR><TR><TD>Jax</TD><TD><B>.J.</B> 1125 - Cosmo - 17.5</TD><TD align=right>9,348</TD></TR><TR><TD>Jax</TD><TD><B>.J.</B> 1092 - Dandelion - 18.1</TD><TD align=right>9,113</TD></TR><TR><TD>Dora</TD><TD><B>Zzz</B> 1251 Me'z</TD><TD align=right>9,002</TD></TR><TR><TD>Dora</TD><TD><B>Zzz</B> 1447 Gaia VI</TD><TD align=right>9,000</TD></TR><TR><TD>Mockingbird</TD><TD><B>Mock</B> Valerian</TD><TD align=right>8,410</TD></TR><TR><TD>Dora</TD><TD><B>Zzz</B> 1088 Gidran I-5 Golyahir</TD><TD align=right>7,890</TD></TR><TR><TD>Dora</TD><TD><B>Zzz</B> Gerbera</TD><TD align=right>7,426</TD></TR><TR><TD>LostMelodies</TD><TD>x Orisa x</TD><TD align=right>6,020</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=995>View Top 100</A></div></div><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Welsh Pony and Cob Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Roojie</TD><TD><B>*RR*</B> Sharknado</TD><TD align=right>20,544</TD></TR><TR><TD>Skywalker</TD><TD><B>EH</B> Ivvavik</TD><TD align=right>15,240</TD></TR><TR><TD>QuarterBuster</TD><TD><B>QB</B> Cake Batter 12.3hh 16.4 31sd</TD><TD align=right>13,252</TD></TR><TR><TD>Katsuki</TD><TD><B>Kat.</B> Heartbeat</TD><TD align=right>12,872</TD></TR><TR><TD>HorseSpot</TD><TD><B>POT</B> Bombes De Bain</TD><TD align=right>12,156</TD></TR><TR><TD>Merlin</TD><TD><B>xm</B> TIME Wizard</TD><TD align=right>10,516</TD></TR><TR><TD>Stark</TD><TD><B>|strk</B> Mini Meme 1604</TD><TD align=right>10,230</TD></TR><TR><TD>Tetra</TD><TD><B>KITA</B> Shera 18.2</TD><TD align=right>9,250</TD></TR><TR><TD>Auguste</TD><TD>Lunatic</TD><TD align=right>9,211</TD></TR><TR><TD>JadedStars</TD><TD><B>Wyn*</B> Holly</TD><TD align=right>8,755</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=756>View Top 100</A></div></div><BR style='clear:both;'><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Grade European Hotblood Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>NoticeMeSenpai</TD><TD><B>.Sen.</B> Paralyzed</TD><TD align=right>353,860</TD></TR><TR><TD>Gelato</TD><TD><B>dbm |</B> Iroquois</TD><TD align=right>224,480</TD></TR><TR><TD>Ingolde</TD><TD>Thorontil</TD><TD align=right>98,368</TD></TR><TR><TD>IdealFantasy</TD><TD><b>|I:F|</b> Stripes</TD><TD align=right>94,506</TD></TR><TR><TD>Seventeenth</TD><TD>- Varadena -</TD><TD align=right>62,362</TD></TR><TR><TD>Gaia</TD><TD><B>ZEP</B> Wind Dancer</TD><TD align=right>60,016</TD></TR><TR><TD>Kiosk</TD><TD><B>kio</B> Mo</TD><TD align=right>58,922</TD></TR><TR><TD>Seventeenth</TD><TD>18.4 76 5.70 84 46 .56 '6 corn</TD><TD align=right>58,646</TD></TR><TR><TD>LuminousCat</TD><TD><B>=^-^=</B> Riolu</TD><TD align=right>57,820</TD></TR><TR><TD>Procrastinator</TD><TD><B>pro</B> Akabanga</TD><TD align=right>55,133</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=622>View Top 100</A></div></div><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Weekly Challenger <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Challenges Top 100</B></TD></TR><TR><TD>Montalcino</TD><TD align=right>99</TD></TR><TR><TD>Pepsi</TD><TD align=right>98</TD></TR><TR><TD>Salamander</TD><TD align=right>98</TD></TR><TR><TD>QuantumEquus</TD><TD align=right>90</TD></TR><TR><TD>Eluvian</TD><TD align=right>86</TD></TR><TR><TD>RubyWaters</TD><TD align=right>86</TD></TR><TR><TD>BlackAuster</TD><TD align=right>78</TD></TR><TR><TD>Famine</TD><TD align=right>78</TD></TR><TR><TD>DarkSecrets</TD><TD align=right>77</TD></TR><TR><TD>BlackVelvet</TD><TD align=right>76</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=1089>View Top 100</A></div></div><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Lusitano Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Turtle</TD><TD>Laura the Carrot</TD><TD align=right>71,362</TD></TR><TR><TD>Blaze</TD><TD><B>|HH|</B> Eros Legacy</TD><TD align=right>68,896</TD></TR><TR><TD>Adventures</TD><TD><B>:Hig:</B> Hiigara</TD><TD align=right>61,192</TD></TR><TR><TD>Unseelie</TD><TD><B>|HH|</B> Pendragon</TD><TD align=right>24,777</TD></TR><TR><TD>Unseelie</TD><TD><B>'Un'</B> Graveyard Keeper</TD><TD align=right>19,466</TD></TR><TR><TD>Blaze</TD><TD><B>|HH|</B> Amatus</TD><TD align=right>16,246</TD></TR><TR><TD>Aoife</TD><TD>Captain Trips</TD><TD align=right>15,315</TD></TR><TR><TD>Amadeus</TD><TD><B>de ,</B> keithritto</TD><TD align=right>15,146</TD></TR><TR><TD>Vega</TD><TD><B>VEGA</B> Elise</TD><TD align=right>13,876</TD></TR><TR><TD>Aoife</TD><TD><b>Aoi</b> Arnica</TD><TD align=right>10,490</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=813>View Top 100</A></div></div><BR style='clear:both;'></div><BR style='clear:both;'></DIV>
</DIV>
<DIV style="
position:absolute;
bottom:0px;
left: 0px;
right: 0px;
height:60px;
background-color:#792107;
">
</DIV>
<DIV style="
position:absolute;
bottom:0px;
left: 0px;
right: 0px;
height:82px;
font-size:16px;
color:#ddd;
text-align: center;
vertical-align: bottom;
padding:0px;
">
<A CLASS=btn HREF=privacy.php>Privacy Policy</A>
<A CLASS=btn HREF=termsandconditions.php>Terms and Conditions</A>
<IMG SRC=HI3Mini.png WIDTH=64 HEIGHT=64 style="margin:-6;">
<A CLASS=btn HREF=rules.php>Rules</A>
<A CLASS=btn HREF=credits.php>Credits</A>
<A CLASS=btn HREF=roadmap.php>Road Map</A>
<A CLASS=btn HREF=http://horsesareawesome.com/fa4/>Fan Art</A>
<BR>
Copyright &copy 2017-2021 Horse Isle
</DIV>