diff options
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) { |