diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index cfd771a7f1..4fbb1343d6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,9 @@ Date Added +2011/10/15 + * Some readme clean-ups (related r14711). [Ai4rei] + - Normalized whitespace and made the html files validate properly. + - Moved faq-content content to faq. 2011/10/10 * Add correct reply when player invited to party isn't found. [FlavioJS] 2011/10/09 diff --git a/readme.html b/readme.html index b133957f6d..f6fb6252cb 100644 --- a/readme.html +++ b/readme.html @@ -1,12 +1,14 @@ +
+ item_rate_common: 100 <-- 100 = 1x drop rate, 1000 = 10x drop rate, etc
+ item_rate_common_boss: 100 <--- drop rate for bosses
+ item_drop_common_min: 1 <--- minimal drop rate
+ item_drop_common_max: 10000 <--- maximum drop rate.
+
- 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:
+ 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:
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.
npc: npc/custom/name_of_your_text_file.txt