From 168677929dc43930a81a49a54d748a3b2298a811 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Wed, 9 Mar 2011 19:00:35 +0000 Subject: * Fixed some missing/wrong bits in merge from trunk (follow up to r14740). - Fixed added files not being svn-copied (thus lacking svn history). - Applied missing property changes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14741 54d463be-8e91-2dee-dedb-b68131a5f0ec --- readme/commands.html | 62 +++++++++---------- readme/faq-content.html | 64 ++++++++++---------- readme/scripting.html | 136 ++++++++++++++++++++--------------------- readme/style.css | 158 ++++++++++++++++++++++++------------------------ 4 files changed, 210 insertions(+), 210 deletions(-) (limited to 'readme') diff --git a/readme/commands.html b/readme/commands.html index 35d8bcf68..6cc5e5591 100644 --- a/readme/commands.html +++ b/readme/commands.html @@ -1,32 +1,32 @@ - - - eAthena | GM Commands - - - -
- - - -
- The following are the GM Commands which can be used in-game on an eAthena server.

-

- -
- - -
- + + + eAthena | GM Commands + + + +
+ + + +
+ The following are the GM Commands which can be used in-game on an eAthena server.

+

+ +
+ + +
+ \ No newline at end of file diff --git a/readme/faq-content.html b/readme/faq-content.html index 9b12c674c..0100a2f65 100644 --- a/readme/faq-content.html +++ b/readme/faq-content.html @@ -1,33 +1,33 @@ - - - - + + + + \ No newline at end of file diff --git a/readme/scripting.html b/readme/scripting.html index e01894e65..af68e58ce 100644 --- a/readme/scripting.html +++ b/readme/scripting.html @@ -1,69 +1,69 @@ - - - eAthena | Scripting - - - -
- - - -
-

- How to create an NPC using eAthena's scripting:

- map_name,x_cord,y_cord,npc_facing_direction -TAB- script -TAB- NPC Name#HiddenName -TAB- Sprite ID,{
-    mes "[NPC Name]";
-    mes "Hello World";
-    close;
- } -

-

- Common Script Commands: -

    -
  • mes
    - usage: mes "<message>";
    - info: displays a line of text in an NPC's dialog window.
  • -
  • close
    - usage: close;
    - info: displays a "Close" button in an NPC's dialog window. -
  • -
  • next
    - usage: next;
    - info: displays a "Next" button in an NPC's dialog window.
  • -
  • getitem
    - usage: getitem <item id>,<amount>;
    - info: gives the player an item. -
  • -
  • delitem
    - usage: delitem <item id>,<amount>;
    - info: deletes an item from the player. -
  • -
-

Script Command Documentation:
- - All the script commands in eAthena can be found here.

-

How to enable your NPC:
- 1. Save it as a text file in your /npc/custom/ folder.
- 2. Open /npc/scripts_custom.conf
- 3. Add the following line:
- npc: npc/custom/name_of_your_text_file.txt
- 4. Save and close.

-

-
- - -
- + + + eAthena | Scripting + + + +
+ + + +
+

+ How to create an NPC using eAthena's scripting:

+ map_name,x_cord,y_cord,npc_facing_direction -TAB- script -TAB- NPC Name#HiddenName -TAB- Sprite ID,{
+    mes "[NPC Name]";
+    mes "Hello World";
+    close;
+ } +

+

+ Common Script Commands: +

    +
  • mes
    + usage: mes "<message>";
    + info: displays a line of text in an NPC's dialog window.
  • +
  • close
    + usage: close;
    + info: displays a "Close" button in an NPC's dialog window. +
  • +
  • next
    + usage: next;
    + info: displays a "Next" button in an NPC's dialog window.
  • +
  • getitem
    + usage: getitem <item id>,<amount>;
    + info: gives the player an item. +
  • +
  • delitem
    + usage: delitem <item id>,<amount>;
    + info: deletes an item from the player. +
  • +
+

Script Command Documentation:
+ + All the script commands in eAthena can be found here.

+

How to enable your NPC:
+ 1. Save it as a text file in your /npc/custom/ folder.
+ 2. Open /npc/scripts_custom.conf
+ 3. Add the following line:
+ npc: npc/custom/name_of_your_text_file.txt
+ 4. Save and close.

+

+
+ + +
+ \ No newline at end of file diff --git a/readme/style.css b/readme/style.css index 7a7a3732a..de9b300a2 100644 --- a/readme/style.css +++ b/readme/style.css @@ -1,80 +1,80 @@ -/* Created by Kisuka */ -/* www.kisuka.com */ -html, body { - height: 100%; - margin: 0; - background-image:url(images/bg.gif); -} -body { - width: 900px; - height: 100%; - border-left:thin solid #000; - border-right:thin solid #000; - margin-left:auto; - margin-right:auto; - background:#FFF url(images/clown.png) no-repeat fixed right bottom; -} -#template { position:relative; min-height:100%; } -* html #template { height: 100%; } -#header { - height: 60px; - border-bottom:thin solid #000; -} -.logo { - float:left; - padding-left:25px; - font-size:x-large; -} -.title { - float:right; - padding-right:25px; - font-size:xx-large; - padding-top:10px; -} -.body-title { - font-size:x-large; -} -.subtitle { - font-size:14px; - padding-left:10px; - font-style:italic; -} -.body-container { - padding-left:30px; - padding-right:30px; -} -#navcontainer ul { -padding-left: 0; -margin-left: 0; -margin-top:0; -background-color: #000; -color: White; -float: left; -width: 100%; -font-family: arial, helvetica, sans-serif; -} -#navcontainer ul li { display: inline; } -#navcontainer ul li a { - padding: 0.2em 1em; - background-color: #000; - color: White; - text-decoration: none; - float: left; - border-right: 1px solid #fff; -} -#navcontainer ul li a:hover { - background-color: #666; - color: #fff; -} -#footer { - background-color: #000; - width: 100%; - color: White; - position:absolute; - bottom:0; - text-align:center; - border-top: 1px solid #fff; -} -#footer a { - color: White; +/* Created by Kisuka */ +/* www.kisuka.com */ +html, body { + height: 100%; + margin: 0; + background-image:url(images/bg.gif); +} +body { + width: 900px; + height: 100%; + border-left:thin solid #000; + border-right:thin solid #000; + margin-left:auto; + margin-right:auto; + background:#FFF url(images/clown.png) no-repeat fixed right bottom; +} +#template { position:relative; min-height:100%; } +* html #template { height: 100%; } +#header { + height: 60px; + border-bottom:thin solid #000; +} +.logo { + float:left; + padding-left:25px; + font-size:x-large; +} +.title { + float:right; + padding-right:25px; + font-size:xx-large; + padding-top:10px; +} +.body-title { + font-size:x-large; +} +.subtitle { + font-size:14px; + padding-left:10px; + font-style:italic; +} +.body-container { + padding-left:30px; + padding-right:30px; +} +#navcontainer ul { +padding-left: 0; +margin-left: 0; +margin-top:0; +background-color: #000; +color: White; +float: left; +width: 100%; +font-family: arial, helvetica, sans-serif; +} +#navcontainer ul li { display: inline; } +#navcontainer ul li a { + padding: 0.2em 1em; + background-color: #000; + color: White; + text-decoration: none; + float: left; + border-right: 1px solid #fff; +} +#navcontainer ul li a:hover { + background-color: #666; + color: #fff; +} +#footer { + background-color: #000; + width: 100%; + color: White; + position:absolute; + bottom:0; + text-align:center; + border-top: 1px solid #fff; +} +#footer a { + color: White; } \ No newline at end of file -- cgit v1.2.3-70-g09d2