From 12c59ee92f231545497b901bf16fee77f080bfea Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 8 Aug 2007 01:55:58 +0000 Subject: - Fixed some missing max levels for npc skills - Expanded isloggedin script command to support an optional argument (char id) - Expanded warpparty command to accept target "Leader", this will warp the party to the leader. - Added a summon structure to handle non-dead-branch mob-groups since the current implementation totally fails for mob groups that don't have MANY integrants - Fixed mobs not attempting an IDLE skill right before unlocking a target. - Removed a useless variable in the pet_data structure git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10961 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index fee717683..1bf9c5b88 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2876,10 +2876,10 @@ account ID. ------------------------- -*isloggedin() +*isloggedin({,}); This function returns 1 if the specified account is logged in and 0 if they -aren't. +aren't. You can also pass the char_id to check for both account and char id. --------------------------------------- @@ -3235,7 +3235,16 @@ See also 'warp'. Warps a party to specified map and coordinate given the party ID, which you can get with getcharid(1). You can also request another party id given a member's name with getcharid(1,). - + +You can use the following "map names" for special warping behaviour: +Random: All party members are randomly warped in their current map (as if they + all used a fly wing) +SavePointAll: All party members are warped to their respective save point. +SavePoint: All party members are warped to the save point of the currently + attached player (will fail if there's no player attached). +Leader: All party members are warped to the leader's position. The leader must + be online and in the current map-server for this to work. + Example: mes "[Party Warper]"; mes "Here you go!"; -- cgit v1.2.3-70-g09d2