diff options
author | ajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-22 08:13:01 +0000 |
---|---|---|
committer | ajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-22 08:13:01 +0000 |
commit | a5dd25d60efa57f3cf90f93898dbef672f9b6103 (patch) | |
tree | 8a4ae196e473fed43fa7bcf767b25a480a249851 /npc | |
parent | a848ecf2fb978b940084f8fdaee382fc195b9229 (diff) | |
download | hercules-a5dd25d60efa57f3cf90f93898dbef672f9b6103.tar.gz hercules-a5dd25d60efa57f3cf90f93898dbef672f9b6103.tar.bz2 hercules-a5dd25d60efa57f3cf90f93898dbef672f9b6103.tar.xz hercules-a5dd25d60efa57f3cf90f93898dbef672f9b6103.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@721 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/cities/prontera.txt | 6 | ||||
-rw-r--r-- | npc/jobs/2-2/rogue.txt | 3 | ||||
-rw-r--r-- | npc/quests/skills/swordsman_skills.txt | 9 |
3 files changed, 6 insertions, 12 deletions
diff --git a/npc/cities/prontera.txt b/npc/cities/prontera.txt index cf1122e0a..52a571ccd 100644 --- a/npc/cities/prontera.txt +++ b/npc/cities/prontera.txt @@ -60,8 +60,7 @@ prontera.gat,78,150,3 script Dairenne 90,{ } // Merideth -------------------------------------------------------------- -prontera.gat,106,117,6 script Merideth 91, -{ +prontera.gat,106,117,6 script Merideth 91,{ mes "[Merideth]"; mes "The weather was nice on my day off, so my family and I decided to have a picnic."; mes "We chose to go to a somewhat secluded area and were amazed at what we saw."; @@ -112,8 +111,7 @@ prontera.gat,160,133,2 script YuPi 102,{ } // Shuger ------------------------------------------------------------- -prontera.gat,102,287,5 script Shuger 98, -{ +prontera.gat,102,287,5 script Shuger 98,{ mes "[Shuger]"; mes "In the fields outside of town, there are pink monsters called '^FF8888Porings^000000'."; mes "Though they are cute and do not harm people, they are notorious looters. They will absorb any item that they find on the ground."; diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index 06695a53e..e93ccb048 100644 --- a/npc/jobs/2-2/rogue.txt +++ b/npc/jobs/2-2/rogue.txt @@ -898,8 +898,7 @@ in_rogue.gat,252,320,0 script rogue_mob13 139,0,8,{ //================================================ // End Warp //================================================ -in_rogue.gat,370,320,0 script rogue04 45,1,1, -{ +in_rogue.gat,370,320,0 script rogue04 45,1,1,{ set ROGUE_Q, 5; killmonsterall "in_rogue.gat"; warp "in_rogue.gat",378,113; diff --git a/npc/quests/skills/swordsman_skills.txt b/npc/quests/skills/swordsman_skills.txt index df3331525..1044f6ee5 100644 --- a/npc/quests/skills/swordsman_skills.txt +++ b/npc/quests/skills/swordsman_skills.txt @@ -17,8 +17,7 @@ //<-------------------------------------- Fatal Blow------------------------------------>\\ -prt_in.gat,75,88,5 script Leon 85, -{ +prt_in.gat,75,88,5 script Leon 85,{ mes "[Leon]"; if(callfunc("Is_Sword_Class")) goto L_Start; if(Class == Job_Novice) goto L_Novice; @@ -159,8 +158,7 @@ L_Done: //<---------------------------------- Moving HP Recovery ---------------------------------->\\ -izlude_in.gat,175,130,2 script Knight De Thomas 98, -{ +izlude_in.gat,175,130,2 script Knight De Thomas 98,{ mes "[Knight De Thomas]"; if(callfunc("Is_Sword_Class")) goto L_Start; @@ -261,8 +259,7 @@ L_Check: //<----------------------------------------- Auto-Berserk --------------------------------->\\ -prt_in.gat,94,57,3 script Juan 85, -{ +prt_in.gat,94,57,3 script Juan 85,{ mes "[Juan]"; if(callfunc("Is_Sword_Class")) goto L_Start; |