diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-17 22:05:04 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-17 22:05:04 +0000 |
commit | 3e909f3c4a25d5f550dccf1b7a98922c80a90416 (patch) | |
tree | e1eab2ec4f3754e9c15084a2258349cac5572ca1 /npc/re/quests/quests_dicastes.txt | |
parent | cdc99369d200c9e168d2dda2200fc64202285a66 (diff) | |
download | hercules-3e909f3c4a25d5f550dccf1b7a98922c80a90416.tar.gz hercules-3e909f3c4a25d5f550dccf1b7a98922c80a90416.tar.bz2 hercules-3e909f3c4a25d5f550dccf1b7a98922c80a90416.tar.xz hercules-3e909f3c4a25d5f550dccf1b7a98922c80a90416.zip |
* Updated Rune Knight and Ranger job quests to their latest versions. This completes the recent third job updates (r17024, r17010, r16991, r16990).
* Fixed quest_db name typos (bugreport:7011).
* Added Wolf Flute Trader script to re\merchants\falcon_flute.txt, and renamed to re\merchants\flute.txt.
* Optimized Falcon Flute Trader script.
* Added constants in El Dicastes quests.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17028 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/quests/quests_dicastes.txt')
-rw-r--r-- | npc/re/quests/quests_dicastes.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt index ddc87b114..779e8f218 100644 --- a/npc/re/quests/quests_dicastes.txt +++ b/npc/re/quests/quests_dicastes.txt @@ -444,7 +444,7 @@ function script que_dic { } getexp getarg(2),0; erasequest getarg(1); - specialeffect2 18; + specialeffect2 EF_STEAL; getitem 6304,1; close; } @@ -1003,7 +1003,7 @@ dic_in01,40,193,1 script Papyrus#0001 453,{ mes "Ugh... feel dizzy from simply staring at the document. Will come back after cooling down"; close; } - specialeffect2 235; + specialeffect2 EF_DISPELL; progressbar "ffff00",4; set .@doc,rand(1,70); if (.@doc > 50 && .@doc <= 60) { @@ -1075,7 +1075,7 @@ dic_in01,40,193,1 script Papyrus#0001 453,{ mes "^660066"+getarg(3)+"^000000"; next; mes "You've found a document about ^990099"+getarg(1)+"^000000. Check for details in the ^800080Quest Window^000000."; - specialeffect2 18; + specialeffect2 EF_STEAL; setquest getarg(0); close; } @@ -1093,17 +1093,17 @@ function script unknown_d { mes "You see some traces of digging"; close; } - specialeffect2 310; - specialeffect2 830; + specialeffect2 EF_SPRINKLESAND; + specialeffect2 EF_BEGINSPELL_N1; progressbar "ffff00",4; erasequest getarg(0); mes "You were able to find information on the "+getitemname(getarg(1))+"."; - specialeffect2 18; + specialeffect2 EF_STEAL; getitem getarg(1),rand(1,4); if (!rand(2)) { next; mes "In addition, you've obtained an unknown relic to report back to the Saphas."; - specialeffect2 18; + specialeffect2 EF_STEAL; getitem 6308,1; //Unidentified_Relic } close; @@ -3844,8 +3844,8 @@ dic_in01,245,119,4 script Shay#ep133_13 884,{ next; mes "[Shay]"; mes "Stop!!!!!!!!!!!!!"; - specialeffect2 0; - specialeffect2 1; + specialeffect2 EF_HIT1; + specialeffect2 EF_HIT2; percentheal -30,0; next; mes "-Shay got all upset and threw something sticky and smelly."; @@ -7084,7 +7084,7 @@ dic_in01,42,264,3 script Adventurer Clerk#ep133 453,{ mes "Then, take the equipment off first."; close; } - specialeffect2 128; + specialeffect2 EF_OVERTHRUST; mes .@n$; if (.@re$ == "Brare") mes "I've collected all equipment and erased all records as you requested. Now all your equipment and records are clean."; else mes "I only do what I'm asked to do. I've retrieved all equipment and cancelled all records."; @@ -7163,7 +7163,7 @@ dic_in01,42,264,3 script Adventurer Clerk#ep133 453,{ mes "Please come back again"; close; } - specialeffect2 128; + specialeffect2 EF_OVERTHRUST; mes .@n$; mes "I have erased all previous records"; mes "of upgrades to start all over with"; @@ -7195,7 +7195,7 @@ dic_in01,42,264,3 script Adventurer Clerk#ep133 453,{ mes .@n$; mes "Then let's start."; next; - specialeffect2 101; + specialeffect2 EF_REPAIRWEAPON; progressbar "ffff00",3; delitem 6304,.@req; if (getd("ep13_3_"+.@v$) == 0) { |