From 56727a9c7eccf5c2be819f889e2e7005ac8359b9 Mon Sep 17 00:00:00 2001 From: euphyy Date: Tue, 7 Aug 2012 16:36:29 +0000 Subject: * Fixed errors with warp portal/mob spawns in Renewal Yggdrasil Dungeon, bugreport:6422 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16594 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/mobs/dungeons/yggdrasil.txt | 35 +++++++++++++++++++++++++++++++++++ npc/re/quests/eden/86-90.txt | 2 +- npc/re/scripts_monsters.conf | 1 + 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 npc/re/mobs/dungeons/yggdrasil.txt (limited to 'npc/re') diff --git a/npc/re/mobs/dungeons/yggdrasil.txt b/npc/re/mobs/dungeons/yggdrasil.txt new file mode 100644 index 000000000..6955fe221 --- /dev/null +++ b/npc/re/mobs/dungeons/yggdrasil.txt @@ -0,0 +1,35 @@ +//===== rAthena Script ======================================= +//= Yggdrasil Tree Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Splitted from Nifflheim fields [DracoRPG] +//= 1.1 Official kRO 10.1 spawns [Playtester] +//============================================================ + +//================================================== +// yggdrasil01 - Hvergelmir's Fountain (Trunk of Yggdrasil) +//================================================== +yggdrasil01,234,256,10,10 monster Blue Plant 1079,5,1800000,600000,0 +yggdrasil01,273,234,3,3 monster Shining Plant 1083,1,1800000,600000,0 +yggdrasil01,143,257,20,10 monster Shining Plant 1083,5,1200000,600000,0 +yggdrasil01,98,238,20,15 monster Yellow Plant 1081,5,1200000,600000,0 +yggdrasil01,98,238,20,15 monster White Plant 1082,5,1200000,600000,0 +yggdrasil01,47,207,20,20 monster Blue Plant 1079,5,1200000,600000,0 +yggdrasil01,61,258,3,3 monster Shining Plant 1083,1,1800000,600000,0 +yggdrasil01,132,199,20,5 monster Blue Plant 1079,5,1200000,600000,0 +yggdrasil01,209,218,2,2 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,192,186,2,2 monster Shining Plant 1083,1,1800000,1200000,0 +yggdrasil01,169,176,3,3 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,169,176,3,3 monster Green Plant 1080,1,60000,30000,0 +yggdrasil01,94,111,5,2 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,51,118,10,3 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,133,54,3,3 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,257,63,10,10 monster Shining Plant 1083,3,1800000,1200000,0 +yggdrasil01,0,0,0,0 monster Shining Plant 1083,10,3600000,2300000,0 +yggdrasil01,0,0,0,0 monster Green Plant 1080,25,60000,30000,0 +yggdrasil01,0,0,0,0 monster Red Plant 1078,15,60000,30000,0 diff --git a/npc/re/quests/eden/86-90.txt b/npc/re/quests/eden/86-90.txt index dc2b07188..ce4f90285 100644 --- a/npc/re/quests/eden/86-90.txt +++ b/npc/re/quests/eden/86-90.txt @@ -33,7 +33,7 @@ moc_para01,48,175,3 script Mission [86 - 90] 857,{ if (BaseLevel > 90) { setarray .@Exp[0],76000,82000,82000,72000,76000,72000,117000,82000,120000,72000,72000,72000,86000,80000; setarray .@Mob$[0],"Dragon Tail","Spring Rabbit","Pest","Bathory","Alarm","Baba Yaga","Hyegun","Antique Firelock","Zipper Bear","Earth Petite","Rafflesia","Venomous","Pitman","Yellow Novus"; - for(set .@i,0; .@i<16; set .@i,.@i+1) + for(set .@i,0; .@i<14; set .@i,.@i+1) if (checkquest(4167+.@i,HUNTING) == 2) { mes "You hunted all 30 "+.@Mob$[.@i]+"."; mes "Thank you very much."; diff --git a/npc/re/scripts_monsters.conf b/npc/re/scripts_monsters.conf index 27ccaa733..25811f8b3 100644 --- a/npc/re/scripts_monsters.conf +++ b/npc/re/scripts_monsters.conf @@ -46,6 +46,7 @@ npc: npc/re/mobs/dungeons/thor_v.txt npc: npc/re/mobs/dungeons/treasure.txt npc: npc/re/mobs/dungeons/tur_dun.txt npc: npc/re/mobs/dungeons/xmas_dun.txt +npc: npc/re/mobs/dungeons/yggdrasil.txt // --------------------------- Fields --------------------------- npc: npc/re/mobs/fields/amatsu.txt -- cgit v1.2.3-70-g09d2