Skotlex b7ad7aa055 - Commiting a bunch of cleanups piled up from the past few weeks/months/years.
- Updated unitwarp so that an id of "0" causes the script's rid to be warped.
- Updated the Brasilis ontouchNPC warp command to use unitwarp instead.
- Signum Crucis's duration is now specified in the skill_cast_db file
- Updated @warp/@jump commands so that when an invalid tile is specified, a nearby cell is chosen (rather than using a map-wide random value)
- The if(req.weapon) code was broken, since req.weapon is never "0" for a skill. Updated the code so that the requirement of '99' (any weapon) is stored as 0, in order to make the checks effective.
- Cleaned up the code for script command warpparty
- Fixed the define itemdb_canrefine()
- Cleaned up some the status_damage() function
- Fixed map_random_dir(), which at times would pick cells that didn't preserve the required distance.
- Some aesthetic code cleanups.
- Fixed some possible crashes for skills where the code assumes the caster is a player.
- Fixed a bunch of idiotic code-snippets that should have embarrassed whoever was responsible for them.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14929 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-10 15:52:59 +00:00
2007-03-24 12:40:05 +00:00

<html>
    <head>
        <title>eAthena | Intro</title>
        <link rel="stylesheet" type="text/css" href="./readme/style.css">
    </head>
    <body>
    	<div id="template">
            <div id="header">
                <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
                <div class="title">Intro</div>
            </div>
            <div id="navcontainer">
                <ul id="navlist">
                    <li><a href="./readme.html">Intro</a></li>
                    <li><a href="./readme/setup.html">Setup</a></li>
                    <li><a href="./readme/faq.html">FAQ</a></li>
                    <li><a href="./readme/scripting.html">Scripting</a></li>
                    <li><a href="./readme/commands.html">GM Commands</a></li>
                    <li><a href="./readme/resources.html">Resources</a></li>
                </ul>
            </div>
                
            <div class="body-container">
                <ul>
                    <li><span class="body-title">What is eAthena?</span><br>
                    eAthena is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. eAthena is a continuation of the original jAthena project.</li>
                </ul>
                
                <ul>
                    <li><span class="body-title">Who are the eAthena developers?</span><br>
                    You can find a list of the currently active eAthena developers at:<br>
					<a href="http://code.google.com/p/eathena-project/people/list" target="_new">http://code.google.com/p/eathena-project/people/list</a>
                    </li>
                </ul>
            </div>
            
            <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
		</div>
    </body>
</html>
Languages
C++ 98%
Perl 0.6%
CMake 0.4%
M4 0.3%
Makefile 0.2%
Other 0.2%