mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-04-06 05:05:47 +12:00
75 lines
No EOL
2.6 KiB
PHP
75 lines
No EOL
2.6 KiB
PHP
<?php
|
|
session_start();
|
|
include("config.php");
|
|
include("header.php");
|
|
?>
|
|
<BR>
|
|
<CENTER><TABLE CELLPADDING=5><TR><TD>
|
|
|
|
<div style="TEXT-ALIGN:center">
|
|
<font size="4"><span style="COLOR:#990000; FONT-WEIGHT:bold"> Subscription Benefits</span></font><br/>
|
|
</div>
|
|
<br/>
|
|
|
|
<font size="2" style="FONT-WEIGHT:bold"><span style="FONT-WEIGHT:bold; COLOR:#990000"> #1:</span>
|
|
Support:</font><br/>
|
|
Support continued Horse Isle development employing many talented artists.<br/>
|
|
<br/>
|
|
<span style="FONT-WEIGHT:bold; COLOR:#990000">
|
|
#2:</span><span style="FONT-WEIGHT:bold"> Access:</span><br/>
|
|
Unlimited play time. Also, priority access to the server if it is nearing
|
|
capacity.<br/>
|
|
<br/>
|
|
<span style="FONT-WEIGHT:bold; COLOR:#990000">
|
|
#3:</span><span style="FONT-WEIGHT:bold"> Ranch ownership:</span><br/>
|
|
Once you can afford a ranch, it grants many optional benefits:<br/>
|
|
<ul>
|
|
<li>
|
|
Carry more items with sheds (up to 80 total)
|
|
</li>
|
|
<li>
|
|
Own more horses several for each barn on your ranch
|
|
</li>
|
|
<li>
|
|
Being able to sell horses while offline
|
|
</li>
|
|
<li>
|
|
Easier feeding/watering/training of horses with silo,well,training
|
|
pen
|
|
</li>
|
|
<li>
|
|
Free wagon transport with a wagon
|
|
</li>
|
|
<li>
|
|
Earn money while on/offline with windmills
|
|
</li>
|
|
</ul>
|
|
<br style="FONT-WEIGHT:bold; COLOR:#990000"/>
|
|
<span style="FONT-WEIGHT:bold; COLOR:#990000">
|
|
#4:</span><span style="FONT-WEIGHT:bold"> Game Identification:</span><br/>
|
|
A Horse Isle Subscriber is identified in-game with a Star next to the player's name
|
|
in the player lists. A fancier star identifies longer term subscribers.<br/>
|
|
<br/>
|
|
<span style="FONT-WEIGHT:bold; COLOR:#990000">
|
|
#5:</span><span style="FONT-WEIGHT:bold"> Train Horses Twice as often:</span><br/>
|
|
A Horse Isle Subscriber can train horses again in 1/2 the time.<br/>
|
|
<br/>
|
|
<span style="FONT-WEIGHT:bold; COLOR:#990000">#6:</span><span style="FONT-WEIGHT:bold">
|
|
Parental Controls:</span><br/>
|
|
The ability to set the number of hours a child can play per day, or even
|
|
disabling the ability to send and receive chat.<br/>
|
|
<br/>
|
|
<span style="FONT-WEIGHT:bold; COLOR:#990000">#7:</span><span style="FONT-WEIGHT:bold">
|
|
Double Global Chats:</span><br/>
|
|
Subscribers earn one global chat per minute rather than every other minute.<br/>
|
|
<BR>
|
|
<span style="FONT-WEIGHT:bold; COLOR:#990000">#8:</span><span style="FONT-WEIGHT:bold">
|
|
Art Room Access:</span><br/>
|
|
Subscribers are allowed to draw in the group art rooms.<br/>
|
|
|
|
<BR>
|
|
<CENTER>[ <A HREF=/account.php>Return to Account Information</A> ]
|
|
</TD></TR></TABLE>
|
|
<?php
|
|
include("footer.php");
|
|
?>
|