diff options
author | MadCamel <madcamel@gmail.com> | 2009-09-30 13:53:33 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2009-09-30 13:53:33 -0400 |
commit | 3fc3d83aa0be31e6d51afac54ff76b447f99f711 (patch) | |
tree | 2deac15b3e34382f11a27090e3f1a8ef3049618b /doc/script_ref.txt | |
parent | 5967577d8bf92a9912cd153b20597f0d13a19456 (diff) | |
parent | 48d96bc41a4791b6cb0bc2cf514a6cc1f06c4dd8 (diff) | |
download | tmwa-3fc3d83aa0be31e6d51afac54ff76b447f99f711.tar.gz tmwa-3fc3d83aa0be31e6d51afac54ff76b447f99f711.tar.bz2 tmwa-3fc3d83aa0be31e6d51afac54ff76b447f99f711.tar.xz tmwa-3fc3d83aa0be31e6d51afac54ff76b447f99f711.zip |
Merge branch 'master' of git://gitorious.org/tmw-eathena/mainline
Diffstat (limited to 'doc/script_ref.txt')
-rw-r--r-- | doc/script_ref.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/script_ref.txt b/doc/script_ref.txt index 6c9f3f9..c24ac57 100644 --- a/doc/script_ref.txt +++ b/doc/script_ref.txt @@ -1257,6 +1257,28 @@ AthenaNPCScript misceffect <id> <name> Shows the effect with id on name. if name is omitted show on NPC. + + getskilllist + Computes the set of all skills that the player has access to. + Results are written into @skilllist_id[], @skilllist_lv[], @skilllist_flag[], + which have a total of @skilllist_count entries. + + getpoolskilllist + Same as getskilllist, but only list pool skills, and also set set + @skilllist_name$[] to the skills' names. + Note that flag & 1 here indicates that the spell is activated. + + getactivatedpoolskilllist + Same as getpoolskilllist, but only list activated pool skills. + + poolskill (skill_nr) + Moves the specified skill into the skill pool, if possible + + unpoolskill (skill_nr) + Moves the specified skill out of the skill pool, if possible + + checkpoolskill (skill_nr) + Checks whether the specified skill is in the skill pool (returns nonzero if so) *定数ラベル -ラベル |