diff options
author | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-12 02:46:28 +0000 |
---|---|---|
committer | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-12 02:46:28 +0000 |
commit | a1ad56d8c1e5d07c3dbe3b3d3d54c94650febeaa (patch) | |
tree | 50a71b098f2c89fb28df649f46221c2b2f7499a7 /conf | |
parent | 94898ebfcf8ccdae5b064fa27f843136c19e2a65 (diff) | |
download | hercules-a1ad56d8c1e5d07c3dbe3b3d3d54c94650febeaa.tar.gz hercules-a1ad56d8c1e5d07c3dbe3b3d3d54c94650febeaa.tar.bz2 hercules-a1ad56d8c1e5d07c3dbe3b3d3d54c94650febeaa.tar.xz hercules-a1ad56d8c1e5d07c3dbe3b3d3d54c94650febeaa.zip |
Modified @addwarp to accept a new optional parameter <npc name>. If <npc name> is specified, then the warp created will have that name.
Otherwise it will use a name chosen by the emulator.
If there is already another warp with that name the generic name will be used instead.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16919 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/msg_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index c330c9f21..828822280 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -984,7 +984,7 @@ 1155: NPC moved. // @addwarp -1156: Usage: @addwarp <mapname> <X> <Y> +1156: Usage: @addwarp <mapname> <X> <Y> {<npc name>} 1157: Unknown map '%s'. 1158: New warp NPC '%s' created. |