summaryrefslogtreecommitdiff
path: root/doc/atcommands.txt
diff options
context:
space:
mode:
authormomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-13 00:27:40 +0000
committermomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-13 00:27:40 +0000
commit5e59d3abbd6547ff48a2571cdc77b29ab1326c04 (patch)
treea5d44d71aeac27ed75eebca5f27ff99b7a89889b /doc/atcommands.txt
parent4cc80656aeb5af0e810a5f7c1ef28624b1328dbd (diff)
downloadhercules-5e59d3abbd6547ff48a2571cdc77b29ab1326c04.tar.gz
hercules-5e59d3abbd6547ff48a2571cdc77b29ab1326c04.tar.bz2
hercules-5e59d3abbd6547ff48a2571cdc77b29ab1326c04.tar.xz
hercules-5e59d3abbd6547ff48a2571cdc77b29ab1326c04.zip
- Fixed bugreport:6887, a variable was not initialized;
- Make @addwarp <npc name> parameter mandatory as per requests; - Changed SCB_ALL to SCB_BASE on SC_INTRAVISION case, it should be enough. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16922 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/atcommands.txt')
-rw-r--r--doc/atcommands.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt
index d53fab203..e472c9908 100644
--- a/doc/atcommands.txt
+++ b/doc/atcommands.txt
@@ -190,17 +190,17 @@ Sets a mapflag for the current map (1 = On, 0 = Off).
---------------------------------------
-@addwarp <map> <x> <y> {<npc name>}
+@addwarp <map> <x> <y> <npc name>
Creates a warp portal on the character's current coordinates that lasts until the next reboot.
-If no name is specified, the server will automatically assign a name for the warp portal.
-The name will be displayed only once in the chat window.
+The name parameter is mandatory and if it already exists, the server will automagically assign a name,
+and it will be displayed only once in the chat window.
Example:
-@addwarp prontera 50 50
+@addwarp prontera 50 50 my_warp_sample
Output:
-New warp NPC 'warp_4_170_198' created.
+New warp NPC 'my_warp_sample' created.
---------------------------------------