* Made branding more consistent.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15905 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9288444b50
commit
551c9c7966
@ -2,9 +2,9 @@
|
||||
|
||||
This branch, "Trunk", might not be stable due to bugs and whatsoever.
|
||||
It is highly recommended, if you have any doubts on using this svn version,
|
||||
it is best if you use a RAthena Official Version or use the Stable branch.
|
||||
it is best if you use a rAthena Official Version or use the Stable branch.
|
||||
|
||||
on another note, if you found a bug, it is best if you report it on the RAthena
|
||||
on another note, if you found a bug, it is best if you report it on the rAthena
|
||||
forums as http://rathena.org/board/ . If you have made yourself a fix for
|
||||
that piece of faulty/buggy code, why not post it up and we'll add it to the svn.
|
||||
who knows, you might be an aspiring dev.
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== RAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= 2-2 Class Shop
|
||||
//===== By: ==================================================
|
||||
//= DracoRPG
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= RAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= Sells items useful for 2-2 Classes
|
||||
//===== Additional Comments: =================================
|
||||
|
12
readme.html
12
readme.html
@ -1,14 +1,14 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>RAthena | Intro</title>
|
||||
<title>rAthena | Intro</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="./readme/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="template">
|
||||
<div id="header">
|
||||
<div class="logo">RAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="title">Intro</div>
|
||||
</div>
|
||||
<div id="navcontainer">
|
||||
@ -24,14 +24,14 @@
|
||||
|
||||
<div class="body-container">
|
||||
<ul>
|
||||
<li><span class="body-title">What is RAthena?</span><br>
|
||||
RAthena 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. RAthena is a continuation of the eAthena project.
|
||||
<li><span class="body-title">What is rAthena?</span><br>
|
||||
rAthena 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. rAthena is a continuation of the eAthena project.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><span class="body-title">Who are the RAthena developers?</span><br>
|
||||
You can find a list of the currently active RAthena developers at:<br>
|
||||
<li><span class="body-title">Who are the rAthena developers?</span><br>
|
||||
You can find a list of the currently active rAthena developers at:<br>
|
||||
<a href="http://sourceforge.net/project/memberlist.php?group_id=637719" target="_new">http://sourceforge.net/project/memberlist.php?group_id=637719</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1,14 +1,14 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>RAthena | GM Commands</title>
|
||||
<title>rAthena | GM Commands</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="template">
|
||||
<div id="header">
|
||||
<div class="logo">RAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="title">GM Commands</div>
|
||||
</div>
|
||||
<div id="navcontainer">
|
||||
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div class="body-container">
|
||||
The following are the GM Commands which can be used in-game on an RAthena server.<br><br>
|
||||
The following are the GM Commands which can be used in-game on an rAthena server.<br><br>
|
||||
<iframe width="100%" height="35%" src="../conf/help.txt"></iframe><br><br>
|
||||
<iframe width="100%" height="35%" src="../conf/help2.txt"></iframe>
|
||||
</div>
|
||||
|
@ -1,14 +1,14 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>RAthena | FAQ</title>
|
||||
<title>rAthena | FAQ</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="template">
|
||||
<div id="header">
|
||||
<div class="logo">RAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="title">FAQ</div>
|
||||
</div>
|
||||
<div id="navcontainer">
|
||||
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div class="body-container">
|
||||
The following are frequently asked questions regarding RAthena.<br><br>
|
||||
The following are frequently asked questions regarding rAthena.<br><br>
|
||||
<dl>
|
||||
<dt>Where can I set the exp rates?</dt>
|
||||
<dd>
|
||||
@ -50,9 +50,9 @@
|
||||
</dd>
|
||||
|
||||
<dt>I found a bug, where to I report it?</dt>
|
||||
<dd>If you find a bug in RAthena, report it here: <a href="http://rathena.org/board/tracker/" target="_blank">Bug Tracker</a></dd>
|
||||
<dd>If you find a bug in rAthena, report it here: <a href="http://rathena.org/board/tracker/" target="_blank">Bug Tracker</a></dd>
|
||||
|
||||
<dt>I'm a well-experienced programmer, can I join the RAthena dev team?</dt>
|
||||
<dt>I'm a well-experienced programmer, can I join the rAthena dev team?</dt>
|
||||
<dd>You can apply in the <a href="http://rathena.org/board/topic/53712-developer-applications/" target="_blank">Developer Applications</a> topic.</dd>
|
||||
|
||||
<dt>My character won't move, and no windows open when I login to the game, what's wrong?</dt>
|
||||
|
@ -1,14 +1,14 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>RAthena | Resources</title>
|
||||
<title>rAthena | Resources</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="template">
|
||||
<div id="header">
|
||||
<div class="logo">RAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="title">Resources</div>
|
||||
</div>
|
||||
<div id="navcontainer">
|
||||
@ -23,16 +23,16 @@
|
||||
</div>
|
||||
|
||||
<div class="body-container">
|
||||
The following are some links to various resources which can be helpful when using RAthena.<br>
|
||||
The following are some links to various resources which can be helpful when using rAthena.<br>
|
||||
<ul>
|
||||
<li><a href="http://rathena.org/" target="_new">http://rathena.org/</a><br>
|
||||
The official RAthena project website.</li>
|
||||
The official rAthena project website.</li>
|
||||
|
||||
<li><a href="https://rathena.svn.sourceforge.net/svnroot/rathena/" target="_new">https://rathena.svn.sourceforge.net/svnroot/rathena/</a><br>
|
||||
The official SVN of the RAthena project.</li>
|
||||
The official SVN of the rAthena project.</li>
|
||||
|
||||
<li><a href="irc://irc.rizon.net/RAthena" target="_new">irc://irc.rizon.net/RAthena</a><br>
|
||||
The official RAthena IRC Channel.</li>
|
||||
The official rAthena IRC Channel.</li>
|
||||
|
||||
<li><a href="http://forum.asb-sakray.net/" target="_new">http://forum.asb-sakray.net/</a><br>
|
||||
The official AEGIS Support Board.</li>
|
||||
@ -44,13 +44,13 @@
|
||||
List of Ragnarok Online NPC sprite names and IDs.</li>
|
||||
|
||||
<li><a href="../doc/script_commands.txt" target="_new">Script Commands</a><br>
|
||||
Documentation of the script commands available in RAthena.</li>
|
||||
Documentation of the script commands available in rAthena.</li>
|
||||
|
||||
<li><a href="../doc/effect_list.txt" target="_new">Effect List</a><br>
|
||||
Documentation of the visual effects available in RAthena.</li>
|
||||
Documentation of the visual effects available in rAthena.</li>
|
||||
|
||||
<li><a href="../doc/item_bonus.txt" target="_new">Item Bonuses</a><br>
|
||||
Documentation of the item bonuses available in RAthena.</li>
|
||||
Documentation of the item bonuses available in rAthena.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>RAthena | Scripting</title>
|
||||
<title>rAthena | Scripting</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="template">
|
||||
<div id="header">
|
||||
<div class="logo">RAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="title">Scripting</div>
|
||||
</div>
|
||||
<div id="navcontainer">
|
||||
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div class="body-container">
|
||||
How to create an NPC using RAthena's scripting:<br><br>
|
||||
How to create an NPC using rAthena's scripting:<br><br>
|
||||
<code><font color="#0000FF">map_name</font>,<font color="#009900">x_cord</font>,<font color="#0CF305">y_cord</font>,<font color="#FF0000">npc_facing_direction</font> <strong>-TAB-</strong> script <strong>-TAB-</strong> <font color="#FF6600">NPC Name</font>#<font color="#FFCC00">HiddenName</font> <strong>-TAB-</strong> <font color="#CC3399">Sprite ID</font>,{<br>
|
||||
mes "[NPC Name]";<br>
|
||||
mes "Hello World";<br>
|
||||
@ -53,7 +53,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<strong>Script Command Documentation:</strong><br>
|
||||
All the script commands in RAthena can be found <a href="../doc/script_commands.txt" target="_new">here</a>.<br><br>
|
||||
All the script commands in rAthena can be found <a href="../doc/script_commands.txt" target="_new">here</a>.<br><br>
|
||||
<strong>How to enable your NPC:</strong>
|
||||
<ol>
|
||||
<li>Save it as a text file in your /npc/custom/ folder.</li>
|
||||
|
@ -1,14 +1,14 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>RAthena | Setup</title>
|
||||
<title>rAthena | Setup</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="template">
|
||||
<div id="header">
|
||||
<div class="logo">RAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
|
||||
<div class="title">Setup</div>
|
||||
</div>
|
||||
<div id="navcontainer">
|
||||
|
@ -227,7 +227,7 @@ static void display_title(void)
|
||||
//ClearScreen(); // clear screen and go up/left (0, 0 position in text)
|
||||
ShowMessage("\n");
|
||||
ShowMessage(""CL_PASS" "CL_BOLD" "CL_PASS""CL_CLL""CL_NORMAL"\n");
|
||||
ShowMessage(""CL_PASS" "CL_BT_WHITE" RAthena Development Team presents "CL_PASS""CL_CLL""CL_NORMAL"\n");
|
||||
ShowMessage(""CL_PASS" "CL_BT_WHITE" rAthena Development Team presents "CL_PASS""CL_CLL""CL_NORMAL"\n");
|
||||
ShowMessage(""CL_PASS" "CL_BOLD" ____ ___ __ __ "CL_PASS""CL_CLL""CL_NORMAL"\n");
|
||||
ShowMessage(""CL_PASS" "CL_BOLD" / __ \\/ | / /_/ /_ ___ ____ ____ _ "CL_PASS""CL_CLL""CL_NORMAL"\n");
|
||||
ShowMessage(""CL_PASS" "CL_BOLD" / /_/ / /| |/ __/ __ \\/ _ \\/ __ \\/ __ `/ "CL_PASS""CL_CLL""CL_NORMAL"\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user