diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/re/quests/eden/26-40.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/re/quests/eden/26-40.txt')
-rw-r--r-- | npc/re/quests/eden/26-40.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/re/quests/eden/26-40.txt b/npc/re/quests/eden/26-40.txt index fe147f210..a4f0d5637 100644 --- a/npc/re/quests/eden/26-40.txt +++ b/npc/re/quests/eden/26-40.txt @@ -12,7 +12,7 @@ //= 1.2 Optimized. [Euphy] //============================================================ -moc_para01,38,38,3 script Mission [26 - 40] 857,{ +moc_para01,38,38,3 script Mission [26 - 40] 4_BOARD3,{ if (countitem(6219) < 1) { mes "You are not a qualified member. You can not use the bulletin board."; close; @@ -95,7 +95,7 @@ L_Quest: close; } -geffen,103,42,5 script Sponiac 99,{ +geffen,103,42,5 script Sponiac 4W_M_03,{ if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Sponiac]"; mes "Why are you carrying so many items?"; @@ -175,7 +175,7 @@ L_Quest: close; } -moc_ruins,173,55,3 script Dieshin Man 89,{ +moc_ruins,173,55,3 script Dieshin Man 4_M_ORIENT02,{ if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Dieshin Man]"; mes "Why are you carrying so many items?"; @@ -259,7 +259,7 @@ L_Quest: close; } -pay_fild07,83,89,7 script Zoologist 89,{ +pay_fild07,83,89,7 script Zoologist 4_M_ORIENT02,{ if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Zoologist]"; mes "Why are you carrying so many items?"; @@ -324,7 +324,7 @@ pay_fild07,83,89,7 script Zoologist 89,{ close; } -prt_fild03,30,254,3 script Entomologist 83,{ +prt_fild03,30,254,3 script Entomologist 4_M_01,{ if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Entomologist]"; mes "Why are you carrying so many items?"; @@ -389,7 +389,7 @@ prt_fild03,30,254,3 script Entomologist 83,{ close; } -xmas_fild01,92,57,3 script Biologist 97,{ +xmas_fild01,92,57,3 script Biologist 4W_M_01,{ if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Biologist]"; mes "Why are you carrying so many items?"; @@ -454,7 +454,7 @@ xmas_fild01,92,57,3 script Biologist 97,{ close; } -payon,179,66,3 script Dashia 931,{ +payon,179,66,3 script Dashia 4_M_RACHMAN1,{ if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Dashia]"; mes "Why are you carrying so many items?"; |