From 7c3e5c8d6b6a6609645ed9974c4e6adf590534d0 Mon Sep 17 00:00:00 2001 From: brianluau Date: Sat, 4 Jul 2009 10:35:56 +0000 Subject: - Added documentation for 'getmapflag' (follow up to r12175). (bugreport:3314) - Fixed a zeny check in Transcending quest. (bugreport:3334) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13930 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 415f88f41..e5cefac8d 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5083,7 +5083,7 @@ If this behavior is undesirable, use some other timer mechanism (like 'sleep'). *startnpctimer{ "" {, } } | { "" | }; *setnpctimer {,""}; -*getnpctimer({,""}); +*getnpctimer({,""}) *attachnpctimer {""}; *detachnpctimer {""}; @@ -5522,8 +5522,22 @@ mf_fireworks) and whether day/night will be in effect on this map (mf_indoors). --------------------------------------- +*removemapflag "",; + +This command removes a mapflag from a specified map. +See 'setmapflag' for a list of mapflags. + +--------------------------------------- + +*getmapflag("",) + +This command checks the status of a given mapflag. +Returns 1 for ON, 0 for OFF. See 'setmapflag' for a list of mapflags. + +--------------------------------------- + *setbattleflag "",; -*getbattleflag ""; +*getbattleflag(") Sets or gets the value of the given battle flag. Battle flags are the flags found in the battle/*.conf files and is also used in Lupus' variable rates script. @@ -5538,12 +5552,6 @@ Example(s): --------------------------------------- -*removemapflag "",; - -This command removes a mapflag from a specified map. See 'setmapflag'. - ---------------------------------------- - *warpportal ,,"",,; Creates a warp Portal as if a acolyte class character did it. @@ -5798,7 +5806,7 @@ memory of where the points are set whatsoever. This command will display a picture stored in the GRF file in the client for the player. -The files are taken from '\data\texture\A_AAIIAI\illust' directory in the +The files are taken from '\data\texture\̽\illust' directory in the GRF file. Also it seems that card cutins from \cardbmp will work here as well. Only bitmaps (images stored in the bitmap format) will actually get displayed. The '.bmp' extension is optional. -- cgit v1.2.3-70-g09d2