From 80907412c396e576da0a7fbdc3c6babbb2c16c02 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Tue, 30 Nov 2010 15:42:39 +0000 Subject: * Resolved missing script documentation (bugreport:4578). - Added documentation for bonus bAutoSpellOnSkill (follow up to r13596). - Added documentation for script command progressbar (follow up to r14024). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14527 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 41c948bb1..b2594ddd2 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -137,6 +137,12 @@ //= Added info on strcharinfo(3) [Skotlex] //= 3.29.20101123 //= Added 'pushpc' command. [Ai4rei] +//= 3.30.20101126 +//= Added 'setfont', 'mercenary_create', 'mercenary_heal', 'mercenary_sc_start', +//= 'mercenary_create', 'mercenary_get_calls', 'mercenary_set_calls', +//= 'mercenary_get_faith' and 'mercenary_set_faith' commands. [Ai4rei] +//= 3.31.20101130 +//= Added 'progressbar' command. [Ai4rei] //========================================================= This document is a reference manual for all the scripting commands and functions @@ -5445,6 +5451,17 @@ Examples: sleep2 5000; //pause the script for 5 seconds, and continue with the RID attached. awake "NPC"; //Cancels any running sleep timers on the NPC 'NPC'. +--------------------------------------- + +*progressbar "",; + +This command works almost like sleep2, but displays a progress bar +above the head of the currently attached character (like cast bar). +Once the given amount of seconds passes, the script resumes. If the +character moves while the progress bar progresses, it is aborted and +the script ends. The color format is in RGB (0xRRGGBB). The color is +currently ignored by the client and appears always green. + --------------------------------------- // 5,1.- End of time-related commands -- cgit v1.2.3-70-g09d2