summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/kafraExpress/readme.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-10 10:52:30 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-10 10:52:30 +0000
commita609841386e0eaa2b063a318d698e60fe21f02de (patch)
tree3edbb47eed62164a96d67b67fa8d7ceda3559787 /npc/custom/eAAC_Scripts/kafraExpress/readme.txt
parent76192f96dda6a98ce9c05027230dea33990dc392 (diff)
downloadhercules-a609841386e0eaa2b063a318d698e60fe21f02de.tar.gz
hercules-a609841386e0eaa2b063a318d698e60fe21f02de.tar.bz2
hercules-a609841386e0eaa2b063a318d698e60fe21f02de.tar.xz
hercules-a609841386e0eaa2b063a318d698e60fe21f02de.zip
- added proper comments to login packet 0x277
- added a missing \n to one login server warning - silenced one "dc[4] might be uninitialized" warning - fixed an apparently wrong abra_db.txt entry (venom splasher: 40000) - removed .gat from the remaining npcs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10974 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/readme.txt')
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/readme.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/readme.txt b/npc/custom/eAAC_Scripts/kafraExpress/readme.txt
index 716d272a9..8c371d458 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/readme.txt
+++ b/npc/custom/eAAC_Scripts/kafraExpress/readme.txt
@@ -995,9 +995,9 @@ warping to that dungeon (which is, the entrance level cost).
Description
================================================================================
-The PvP warping module leads to the pvp maps named pvp_n_*-*.gat. It has two
+The PvP warping module leads to the pvp maps named pvp_n_*-*. It has two
modes: simple and advanced. On simple mode, every player of every level gets
-thrown into the pvp_n_1-*.gat maps to nuke it out, on advanced mode each of
+thrown into the pvp_n_1-* maps to nuke it out, on advanced mode each of
the map groups gets their own range of permissible levels to enter. Since
there is no sure way how characters should escape from a pvp map, they are
currently given a butterfly wing when they warp.
@@ -1110,15 +1110,15 @@ sprite on-screen that characters speak with. An enabled kafra may look like
this:
//Alberta
-alberta.gat,113,53,7 script Kafra Express 116,{
- callfunc "F_KafraExpress","Kafra Express","kafra_02",0,"alberta.gat",116,57;
+alberta,113,53,7 script Kafra Express 116,{
+ callfunc "F_KafraExpress","Kafra Express","kafra_02",0,"alberta",116,57;
}
And a disabled/commented Kafra would look like this:
//Prontera Guild Grounds
-//prt_gld.gat,127,163,5 script Kafra Express 115,{
-// callfunc "F_KafraExpress","Kafra Express","kafra_03",1,"prt_gld.gat",129,170;
+//prt_gld,127,163,5 script Kafra Express 115,{
+// callfunc "F_KafraExpress","Kafra Express","kafra_03",1,"prt_gld",129,170;
//}
For scripters, the way to define an NPC is not new, and beyond the scope of