Fixed issue #2616 and #2617 (#2618)

* Added savepoint from int_land -> izlude
* Updated monsters spawn in prt_fild08 based from Divine Pride

Thanks to zackdreaver and Divine Pride !
This commit is contained in:
Atemo 2017-11-20 18:15:36 +01:00 committed by GitHub
parent 60b5491766
commit ca1b980ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 16 deletions

View File

@ -90,29 +90,34 @@ prt_fild07,225,110,5,5 monster Black Mushroom 1084,3,360000,180000
// prt_fild08 - Prontera Field
//==================================================
prt_fild08,0,0 monster Poring 1002,110,5000
prt_fild08,0,0 monster Lunatic 1063,100,5000
prt_fild08,0,0 monster Fabre 1007,100,5000
prt_fild08,0,0 monster Little Poring 2398,30,50000
prt_fild08,0,0 monster Lunatic 1063,110,5000
prt_fild08,0,0 monster Fabre 1007,88,5000
prt_fild08,0,0 monster Little Poring 2398,33,50000
prt_fild08,0,0 monster Pupa 1008,66,5000
//==================================================
// prt_fild08 - Duplicates
//==================================================
prt_fild08a,0,0 monster Poring 1002,110,5000
prt_fild08a,0,0 monster Lunatic 1063,100,5000
prt_fild08a,0,0 monster Fabre 1007,100,5000
prt_fild08a,0,0 monster Little Poring 2398,30,50000
prt_fild08a,0,0 monster Lunatic 1063,110,5000
prt_fild08a,0,0 monster Fabre 1007,88,5000
prt_fild08a,0,0 monster Little Poring 2398,33,50000
prt_fild08a,0,0 monster Pupa 1008,66,5000
prt_fild08b,0,0 monster Poring 1002,110,5000
prt_fild08b,0,0 monster Lunatic 1063,100,5000
prt_fild08b,0,0 monster Fabre 1007,100,5000
prt_fild08b,0,0 monster Little Poring 2398,30,50000
prt_fild08b,0,0 monster Lunatic 1063,110,5000
prt_fild08b,0,0 monster Fabre 1007,88,5000
prt_fild08b,0,0 monster Little Poring 2398,33,50000
prt_fild08b,0,0 monster Pupa 1008,66,5000
prt_fild08c,0,0 monster Poring 1002,110,5000
prt_fild08c,0,0 monster Lunatic 1063,100,5000
prt_fild08c,0,0 monster Fabre 1007,100,5000
prt_fild08c,0,0 monster Little Poring 2398,30,50000
prt_fild08c,0,0 monster Lunatic 1063,110,5000
prt_fild08c,0,0 monster Fabre 1007,88,5000
prt_fild08c,0,0 monster Little Poring 2398,33,50000
prt_fild08c,0,0 monster Pupa 1008,66,5000
prt_fild08d,0,0 monster Poring 1002,110,5000
prt_fild08d,0,0 monster Lunatic 1063,100,5000
prt_fild08d,0,0 monster Fabre 1007,100,5000
prt_fild08d,0,0 monster Little Poring 2398,30,50000
prt_fild08d,0,0 monster Lunatic 1063,110,5000
prt_fild08d,0,0 monster Fabre 1007,88,5000
prt_fild08d,0,0 monster Little Poring 2398,33,50000
prt_fild08d,0,0 monster Pupa 1008,66,5000
//==================================================

View File

@ -101,7 +101,9 @@ OnTouch:
close2;
if (isbegin_quest(21001) == 1)
completequest 21001;
warp "izlude" + replacestr( strnpcinfo(2), "intro_to_izlude", "" ),196,209;
.@map$ = "izlude" + replacestr( strnpcinfo(2), "intro_to_izlude", "" );
warp .@map$,196,209;
savepoint .@map$,128,142,1,1;
end;
}
int_land01,49,57,0 duplicate(#intro_to_izlude) #intro_to_izlude_a WARPNPC,2,2