diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/quests/WIP/shadow_quest.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/WIP/shadow_quest.txt')
-rw-r--r-- | npc/quests/WIP/shadow_quest.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/quests/WIP/shadow_quest.txt b/npc/quests/WIP/shadow_quest.txt index 0cfda5122..b0ce2c81b 100644 --- a/npc/quests/WIP/shadow_quest.txt +++ b/npc/quests/WIP/shadow_quest.txt @@ -13,7 +13,7 @@ //= //============================================================ -lighthalzen.gat,141,162,4 script Old man 61,{ +lighthalzen,141,162,4 script Old man 61,{ readparam(baselevel); if (baselevel <= 70) { @@ -138,7 +138,7 @@ menu "Also bandits.. and goods",-,"In every way i'm leaving this",l_leftthis; mes "[Kazien]"; mes "Hm.. So you don't still receive goods.. And you say that bandits atack you..."; mes "Now i understand. Go to Lyozien and be careful!"; -monster "airplane_01.gat",96,48,"Rogue",1268,1,"Man::OnMyMobDeath"; +monster "airplane_01",96,48,"Rogue",1268,1,"Man::OnMyMobDeath"; getexp 150000,0; set quest_shadow_misc,2; set quest_shadow,9; @@ -196,19 +196,19 @@ close; close; } //=================================================================================== -airplane_01.gat,96,53,4 script #maner -1,6,3{ +airplane_01,96,53,4 script #maner -1,6,3{ OnTouch: if ((quest_shadow==6) && (quest_shadow_mobs==1)) { -monster "airplane_01.gat",96,53,"Rogue",1268,5; +monster "airplane_01",96,53,"Rogue",1268,5; set quest_shadow_mobs,0; } close; } //======================================================================================= -airplane_01.gat,85,47,4 script #maner01 -1,6,3{ +airplane_01,85,47,4 script #maner01 -1,6,3{ OnTouch: if ((quest_shadow==6) && (quest_shadow_mobs==1)) { -monster "airplane_01.gat",85,47,"Rogue",1268,5; +monster "airplane_01",85,47,"Rogue",1268,5; set quest_shadow_mobs,0; } close; @@ -241,7 +241,7 @@ close; } //======================================================================================= -einbroch.gat,54,52,4 script Guard 734,{ +einbroch,54,52,4 script Guard 734,{ if (quest_shadow==2) goto l_done; mes "[Guard]"; @@ -271,7 +271,7 @@ close; //======================================================================================== -airplane_01.gat,96,48,4 script Man 810,{ +airplane_01,96,48,4 script Man 810,{ if (quest_shadow==4) goto l_allok; if (quest_shadow==5) goto l_strange; if (quest_shadow==6) goto l_next; @@ -320,7 +320,7 @@ set quest_shadow,8; close; l_nuinah: -if mobcount("airplane_01.gat","Man::OnMyMobDeath")==0 goto ondeath; +if mobcount("airplane_01","Man::OnMyMobDeath")==0 goto ondeath; mes "[Lyozien]"; mes "Well.. I really don't know. But i will never tell you wat are the goods"; mes "hey, Bandit is there! LOOK!!!"; @@ -354,7 +354,7 @@ close; //======================================================================================== -izlude.gat,186,57,4 script Scamp 85,{ +izlude,186,57,4 script Scamp 85,{ if quest_shadow==4 goto l_gocheck; if quest_shadow==6 goto l_done; if quest_shadow==9 goto l_nah; |