123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <html>
- <head>
- <title>The AC Server Emulator - Progress</title>
- </head>
- <body TOPMARGIN="20" BGCOLOR="#101040" LINK="TEAL" VLINK="TEAL" TEXT="WHITE">
- <style>
- <!--
- A{text-decoration:none}
- -->
- </style>
- <center>
- <table WIDTH="95%" CELLPADDING="0" CELLSPACING="0" BORDER="0">
- <tr>
- <td WIDTH="100"><img SRC="ulcorner.gif" WIDTH="100" HEIGHT="133"></td>
- <td ALIGN="CENTER" WIDTH="*" BGCOLOR="BLACK"><img SRC="acselogo.jpg"></td>
- <!-- <TD WIDTH=100><IMG STYLE="filter:FlipH" SRC="ulcorner.gif"></TD> -->
- <td WIDTH="100"><img STYLE="filter:FlipH" SRC="ulcorner.gif" WIDTH="100" HEIGHT="133"></td>
- </tr>
- </table>
- <table WIDTH="95%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
- <tr>
- <td WIDTH="100" VALIGN="TOP" ALIGN="CENTER" BGCOLOR="BLACK">
- <!-- MENU -->
- <br>
- <font COLOR="LIGHTBLUE" SIZE="6">Menu</font>
- <hr COLOR="BLUE" WIDTH="60%">
- <font SIZE="4">
- <a TARGET="_blank" HREF="http://www.m3d.f2s.com/cgi-bin/ultimatebb.cgi">Boards</a><p>
- <a HREF="Default.htm">News</a><p>
- <a HREF="downloads.html">Downloads</a><p>
- <a HREF="screens.html">Screenshots</a><p>
- <a HREF="progress.html">Progress</a><p>
- <a HREF="docs.html">Docs</a>
- </font>
- <hr COLOR="BLUE" WIDTH="60%">
- <br>
- <font COLOR="LIGHTBLUE" SIZE="6">Team</font>
- <hr COLOR="BLUE" WIDTH="60%">
- <font SIZE="4">
- <a href="mailto:akilla@acserver.org">Akilla</a><p>
- <TEXT COLOR=WHITE>Cibo Matto</TEXT></font>
- <hr COLOR="BLUE" WIDTH="60%">
- <br>
- <font COLOR="LIGHTBLUE" SIZE="6">Links</font>
- <hr COLOR="BLUE" WIDTH="60%">
- <font SIZE="4">
- <a TARGET="_blank" HREF="http://www.zone.com/asheronscall/minilaunch2.asp">Play AC</a><p>
- <a TARGET="_blank" HREF="http://www.eternalcircleguild.com/">Eternal Circle</a><p>
- <a TARGET="_blank" HREF="http://www.slashdot.org/">Slashdot</a><p>
- <a TARGET="_blank" HREF="http://www.reallifecomics.com/">RL Comics</a><p>
- <a TARGET="_blank" HREF="http://ac.stratics.com/">Stratics</a><p>
- <a TARGET="_blank" HREF="http://cod.xrgaming.net/">COD</a><p>
- <a TARGET="_blank" HREF="http://www.acvault.com/">AC Vault</a><p>
- <a TARGET="_blank" HREF="http://www.asheronslore.com/">Asheron's<br>Lore</a>
- </font>
- <hr COLOR="BLUE" WIDTH="60%">
- </font>
- </td>
- <td WIDTH="*" ALIGN="LEFT" VALIGN="TOP" BGCOLOR="BLACK" BACKGROUND="ecbg.jpg" WIDTH="*">
- <!-- PAGE CONTENT -->
- <center><br><br>
- <font COLOR="TEAL" SIZE="6">Progress</font><p>
- <table WIDTH="90%">
- <tr>
- <td WIDTH="*"><font SIZE="4" COLOR="LIGHTBLUE">
- My goal is to eventually have a fairly fully-functinoal server emulator, where
- many (hopefully somewhere around 100 people on a fast machine) can connect,
- interact, hunt, PvP, and have fun. Another goal would be specific servers
- for different activities; a make-a-godly-char-and-pk-with-no-consequences
- server, for example. For now, current progress will be posted here. This
- includes what has been accomplished, what's being worked on, and what the
- nearest goals are.
- </td>
- </tr>
- </table><p>
- <table WIDTH="90%" BORDER="BLUE">
- <tr>
- <th WIDTH="150">Item</th>
- <th WIDTH="*">Progress</th>
- </tr>
- <tr>
- <td>Teleporting</td>
- <td>Teleporting by map coordinates and by XYZ+Landblock are both implemented. All teleporting bugs should be fixed.</td>
- </tr>
- <tr>
- <td>Item Manipulation</td>
- <td>All items can be moved around the backpack, and equipped and unequipped. There is basic picking up off the ground now too. Item management is the next major goal to tackle.</td>
- </tr>
- <tr>
- <td>Login Client</td>
- <td>The New Login Client is complete. It also saves everything to the registry.</td>
- </tr>
- <tr>
- <td>World State</td>
- <td>The world state is finished! All I need to do now is start adding more object types.</td>
- </tr>
- <tr>
- <td>Character Creation/Management</td>
- <td>Character Creation and management is fully working. When you create and
- delete a char, you will have to press enter when it says "please wait..." but
- other than that it is fully working. All characters created are saved to
- disk for later storage, and created characters are reflected in-game.</td>
- </tr>
- <tr>
- <td>Experience System</td>
- <td>Fully added! Have a party with it!</td>
- </tr>
- <tr>
- <td>Packet Resending</td>
- <td>Fully added! The only issue is the buffer bug, which I'm still tracking down.</td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table WIDTH="95%" CELLPADDING="0" CELLSPACING="0" BORDER="0">
- <tr>
- <td WIDTH="100"><img STYLE="filter:FlipV" HEIGHT="33" WIDTH="100" SRC="ulcorner.gif"></td>
- <td ALIGN="CENTER" WIDTH="*" BGCOLOR="BLACK"><font COLOR="#808080" SIZE="1">Webmaster: <a href="mailto:akilla@acserver.org">Akilla</a>. Page best viewed in 800x600 or above in Internet Explorer.</font></td>
- <td WIDTH="100"><img STYLE="filter:FlipV FlipH" HEIGHT="33" WIDTH="100" SRC="ulcorner.gif"></td>
- </tr>
- </table>
- </center>
- </body>
- </html>
|