diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 22:04:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 22:04:47 +0000 |
commit | ac9ba3147b30c5af55884c135e552d61bcc042c3 (patch) | |
tree | 084bcd78d368145c49a180318db901a935998c00 /npc/jobs/valkyrie.txt | |
parent | f26dbc30528f8627310fa03f46cefd940ee40588 (diff) | |
download | hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.gz hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.bz2 hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.xz hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.zip |
Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up the warnings it produced.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11516 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/valkyrie.txt')
-rw-r--r-- | npc/jobs/valkyrie.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/jobs/valkyrie.txt b/npc/jobs/valkyrie.txt index f3af075d9..83071ac34 100644 --- a/npc/jobs/valkyrie.txt +++ b/npc/jobs/valkyrie.txt @@ -5,7 +5,7 @@ //= finished, optimized and tested by Lupus //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.7 +//= 2.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -33,6 +33,7 @@ //= 2.7a Added Function "F_BlockHigh" back in until rewriteing of the 2-x [L0ne_W0lf] //= scripts are comepleted. //= 2.7b Removed function "F_BlockHigh" as it's no longer used. [L0ne_W0lf] +//= 2.8 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //============================================================ valkyrie,48,86,4 script Valkyrie# 811,{ @@ -386,6 +387,6 @@ S_WarpChar: // Warps //============================================================ -valkyrie,48,73,0 warp valk01 1,1,valkyrie,48,64 -valkyrie,48,66,0 warp valk01 1,1,valkyrie,48,75 +valkyrie,48,73,0 warp valk01#1 1,1,valkyrie,48,64 +valkyrie,48,66,0 warp valk01#2 1,1,valkyrie,48,75 |