From 6ff84c8bf9ff0023d1edbfa139d104740362f6d1 Mon Sep 17 00:00:00 2001 From: euphyy Date: Sat, 15 Dec 2012 21:06:35 +0000 Subject: * Updated Minstrel and Shadow Chaser job quests to their latest versions. * Fixed more Izlude RE coordinates (bugreport:6285). * Disabled "Fish Tails" NPC in El Dicastes quests until Izlude RE coordinates are found; also, fixed a small mistake. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17024 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/quests/quests_dicastes.txt | 42 ++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'npc/re/quests/quests_dicastes.txt') diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt index b4a942a03..ddc87b114 100644 --- a/npc/re/quests/quests_dicastes.txt +++ b/npc/re/quests/quests_dicastes.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Gennosuke Kouga, Muad_Dib //===== Current Version: ===================================== -//= 1.8 +//= 1.8a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -24,6 +24,7 @@ //= 1.6 Fixed missing checks for quest: Sapha's Visit. [Joseph] //= 1.7 Updated to match the official script. [Joseph] //= 1.8 Optimized and fixed invalid checkquest. [Joseph] +//= 1.8a Disabled "Fish Tails" until Izlude RE coordinates are found. [Euphy] //============================================================ // Entrance @@ -1026,7 +1027,7 @@ dic_in01,40,193,1 script Papyrus#0001 453,{ else if (.@doc == 11) eldicastes_dp(12169,"Stem","There is nothing like Midgard plants in Manuk.","These plants are used for food and medicine and some are even poisonous."); else if (.@doc == 12) eldicastes_dp(12170,"Pointed Scale","Stem from a bumpy life form. Research required as the usage is unknown.",""); else if (.@doc == 13) eldicastes_dp(12171,"Resin","Sap from an old tree collected and solidified. Very valuable in the human world.",""); - else if (.@doc == 14) eldicastes_dp(12174,"Fish Tail","Humans eat meat called fish.","Can be used as important food supply for foreign adventurers visiting in the city."); + //else if (.@doc == 14) eldicastes_dp(12174,"Fish Tail","Humans eat meat called fish.","Can be used as important food supply for foreign adventurers visiting in the city."); else if (.@doc == 15) eldicastes_dp(12175,"Worm Peeling","They say some Worm Peelings are valuable.","But this is based on the human's standard of value. Research required."); else if (.@doc == 16) eldicastes_dp(12176,"Gill","There are Midgard creatures that live in the sea and breathe through gills.","Further research on their ecology will be useful."); else if (.@doc == 17) eldicastes_dp(12177,"Tooth of Bat","Traces of a nocturnal creature unknown to Manuk. Not a strong creature from the size of its teeth.",""); @@ -1063,6 +1064,7 @@ dic_in01,40,193,1 script Papyrus#0001 453,{ else if (.@doc == 48) eldicastes_dp(12211,"Feather","Warm hair as soft as downy hair.","Must be used for cold protection. Collectable throughout Midgard."); else if (.@doc == 49) eldicastes_dp(12212,"Red Herb","Kind of medicinal red plant.","Humans use this to make recovery medicine. Plant worth researching."); else if (.@doc == 50) eldicastes_dp(12213,"Carrot","Red colored plant. Pub owner requests it all the time. Worth research.",""); + close; function eldicastes_dp { if (checkquest(getarg(0)) >= 0) { @@ -1087,24 +1089,24 @@ dic_in01,25,187,0 duplicate(Document Package#main) Document Package#0004 844 //============================================================ function script unknown_d { - if (checkquest(getarg(0)) == -1) { - mes "You see some traces of digging"; - close; - } - specialeffect2 310; - specialeffect2 830; - progressbar "ffff00",4; - erasequest getarg(0); - mes "You were able to find information on the Reptile Tongue"; - specialeffect2 18; - 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; - getitem 6308,1; //Unidentified_Relic - } + if (checkquest(getarg(0)) == -1) { + mes "You see some traces of digging"; close; + } + specialeffect2 310; + specialeffect2 830; + progressbar "ffff00",4; + erasequest getarg(0); + mes "You were able to find information on the "+getitemname(getarg(1))+"."; + specialeffect2 18; + 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; + getitem 6308,1; //Unidentified_Relic + } + close; } prt_fild09,371,255,0 script Reptile Tongues 844,{ unknown_d(12167,903); } prt_fild09,352,241,0 script Scorpion Tails 844,{ unknown_d(12168,904); } @@ -1113,7 +1115,7 @@ pay_fild02,105,113,0 script Pointed Scales 844,{ unknown_d(12170,906); } pay_fild01,152,171,0 script Resin 844,{ unknown_d(12171,907); } gef_fild01,104,111,0 script Spawn 844,{ unknown_d(12172,908); } prt_fild08,299,332,0 script Jellopy 844,{ unknown_d(12173,909); } -izlude,132,136,0 script Fish Tails 844,{ unknown_d(12174,1023); } +//izlude,132,136,0 script Fish Tails 844,{ unknown_d(12174,1023); } prt_fild05,303,169,0 script Worm Peelings 844,{ unknown_d(12175,955); } iz_dun03,155,165,0 script Gills 844,{ unknown_d(12176,956); } mjo_dun01,222,226,0 script Tooth of Bat 844,{ unknown_d(12177,913); } -- cgit v1.2.3-60-g2f50