From 14cde128c5f4efad8d2996f391355e35be30a50c Mon Sep 17 00:00:00 2001 From: Dastgir Pojee Date: Sun, 6 Oct 2013 19:20:30 +0530 Subject: [PATCH] Please Don't Include KO_mob.txt as the permanent spawn doesn't seem to work fine --- KO_battle.txt | 19 ++++++- KO_mob.txt | 149 ++++++++++++++++++++++++++------------------------ 2 files changed, 95 insertions(+), 73 deletions(-) diff --git a/KO_battle.txt b/KO_battle.txt index 8dce073..297d350 100644 --- a/KO_battle.txt +++ b/KO_battle.txt @@ -16,8 +16,9 @@ job_ko,148,46,5 script Cougar#ko2 588,{ mes "Looks like you haven't taken care of the target yet."; next; mes "I'll tell you once more. The taget is the Family Secret."; //Red Colour + close2; cutin "",255; - close; + end; }else{ mes "[Guide Gion]"; mes "Looks like you've taken care of the target. Hmm."; @@ -99,7 +100,23 @@ OnMonster: OnTimer60000: stopnpctimer; OnInit: + setarray .mob_name$[0],"Kagerou's Past","Kagerou's Memory","Kagerou's Mistake","Kagerou's Legacy","Oboro's Past","Oboro's Memory","Oboro's Mistake","Oboro's Legacy","Family's Past","Family's Memory","Family's Mistake","Family's Legacy"; + setarray .mob_id[0],1049,1113,1002,1007,1010,1031; areamonster "job_ko",100,50,200,100,"Family Secret",1049,1,strnpcinfo(0)+"::OnMonster"; //Family Secret = Picky. + for (.i=0; .i< getarraysize(.mob_name$)-1; .i=.i+1){ //0 + for (.k=0; .k< getarraysize(.mob_id)-1; .k=.k+1){ //0 + if (mobcount(.mob_id[.k],strnpcinfo(0)+"::OnMonster"+.i) == 5){break;}else{ + set .mob_i,5-mobcount(.mob_id[.k],strnpcinfo(0)+"::OnMonster"+.i); + } + areamonster("job_ko",100,50,200,100,'""+.mob_name$[.i]+""',atoi(.mob_id[.k]),atoi(.mob_i),strnpcinfo(0)+"::OnMonster"+.i); + sleep2 1; + /* + Kagerou's Memory + Kagerou's Past 1049 + Kagerou's Past 1113 + */ + } + } end; } diff --git a/KO_mob.txt b/KO_mob.txt index 4bf19f2..001608a 100644 --- a/KO_mob.txt +++ b/KO_mob.txt @@ -13,91 +13,96 @@ //============================================================ //Kagerou's //Kagerou's Past -job_ko,100,50,200,100 monster Kagerou's Past 1049,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Past 1113,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Past 1002,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Past 1007,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Past 1010,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Past 1031,5,0,0,0 +//169 43 +//115 64 167 50 +//139 41 145 44 +/* +job_ko,139,41,139,41 monster Kagerou's Past 1049,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Past 1113,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Past 1002,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Past 1007,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Past 1010,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Past 1031,2,0,0,0 //Kagerou's Memory -job_ko,100,50,200,100 monster Kagerou's Memory 1049,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Memory 1113,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Memory 1002,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Memory 1007,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Memory 1010,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Memory 1031,5,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Memory 1049,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Memory 1113,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Memory 1002,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Memory 1007,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Memory 1010,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Memory 1031,2,0,0,0 //Kagerou's Mistake -job_ko,100,50,200,100 monster Kagerou's Mistake 1049,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Mistake 1113,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Mistake 1002,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Mistake 1007,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Mistake 1010,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Mistake 1031,5,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Mistake 1049,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Mistake 1113,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Mistake 1002,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Mistake 1007,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Mistake 1010,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Mistake 1031,2,0,0,0 //Kagerou's Legacy -job_ko,100,50,200,100 monster Kagerou's Legacy 1049,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Legacy 1113,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Legacy 1002,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Legacy 1007,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Legacy 1010,5,0,0,0 -job_ko,100,50,200,100 monster Kagerou's Legacy 1031,5,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Legacy 1049,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Legacy 1113,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Legacy 1002,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Legacy 1007,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Legacy 1010,2,0,0,0 +job_ko,139,41,139,41 monster Kagerou's Legacy 1031,2,0,0,0 //Family's //Family's Past -job_ko,100,50,200,100 monster Family's Past 1049,5,0,0,0 -job_ko,100,50,200,100 monster Family's Past 1113,5,0,0,0 -job_ko,100,50,200,100 monster Family's Past 1002,5,0,0,0 -job_ko,100,50,200,100 monster Family's Past 1007,5,0,0,0 -job_ko,100,50,200,100 monster Family's Past 1010,5,0,0,0 -job_ko,100,50,200,100 monster Family's Past 1031,5,0,0,0 +job_ko,139,41,139,41 monster Family's Past 1049,2,0,0,0 +job_ko,139,41,139,41 monster Family's Past 1113,2,0,0,0 +job_ko,139,41,139,41 monster Family's Past 1002,2,0,0,0 +job_ko,139,41,139,41 monster Family's Past 1007,2,0,0,0 +job_ko,139,41,139,41 monster Family's Past 1010,2,0,0,0 +job_ko,139,41,139,41 monster Family's Past 1031,2,0,0,0 //Family's Memory -job_ko,100,50,200,100 monster Family's Memory 1049,5,0,0,0 -job_ko,100,50,200,100 monster Family's Memory 1113,5,0,0,0 -job_ko,100,50,200,100 monster Family's Memory 1002,5,0,0,0 -job_ko,100,50,200,100 monster Family's Memory 1007,5,0,0,0 -job_ko,100,50,200,100 monster Family's Memory 1010,5,0,0,0 -job_ko,100,50,200,100 monster Family's Memory 1031,5,0,0,0 +job_ko,139,41,139,41 monster Family's Memory 1049,2,0,0,0 +job_ko,139,41,139,41 monster Family's Memory 1113,2,0,0,0 +job_ko,139,41,139,41 monster Family's Memory 1002,2,0,0,0 +job_ko,139,41,139,41 monster Family's Memory 1007,2,0,0,0 +job_ko,139,41,139,41 monster Family's Memory 1010,2,0,0,0 +job_ko,139,41,139,41 monster Family's Memory 1031,2,0,0,0 //Family's Mistake -job_ko,100,50,200,100 monster Family's Mistake 1049,5,0,0,0 -job_ko,100,50,200,100 monster Family's Mistake 1113,5,0,0,0 -job_ko,100,50,200,100 monster Family's Mistake 1002,5,0,0,0 -job_ko,100,50,200,100 monster Family's Mistake 1007,5,0,0,0 -job_ko,100,50,200,100 monster Family's Mistake 1010,5,0,0,0 -job_ko,100,50,200,100 monster Family's Mistake 1031,5,0,0,0 +job_ko,139,41,139,41 monster Family's Mistake 1049,2,0,0,0 +job_ko,139,41,139,41 monster Family's Mistake 1113,2,0,0,0 +job_ko,139,41,139,41 monster Family's Mistake 1002,2,0,0,0 +job_ko,139,41,139,41 monster Family's Mistake 1007,2,0,0,0 +job_ko,139,41,139,41 monster Family's Mistake 1010,2,0,0,0 +job_ko,139,41,139,41 monster Family's Mistake 1031,2,0,0,0 //Family's Legacy -job_ko,100,50,200,100 monster Family's Legacy 1049,5,0,0,0 -job_ko,100,50,200,100 monster Family's Legacy 1113,5,0,0,0 -job_ko,100,50,200,100 monster Family's Legacy 1002,5,0,0,0 -job_ko,100,50,200,100 monster Family's Legacy 1007,5,0,0,0 -job_ko,100,50,200,100 monster Family's Legacy 1010,5,0,0,0 -job_ko,100,50,200,100 monster Family's Legacy 1031,5,0,0,0 +job_ko,139,41,139,41 monster Family's Legacy 1049,2,0,0,0 +job_ko,139,41,139,41 monster Family's Legacy 1113,2,0,0,0 +job_ko,139,41,139,41 monster Family's Legacy 1002,2,0,0,0 +job_ko,139,41,139,41 monster Family's Legacy 1007,2,0,0,0 +job_ko,139,41,139,41 monster Family's Legacy 1010,2,0,0,0 +job_ko,139,41,139,41 monster Family's Legacy 1031,2,0,0,0 //Oboro's //Oboro's Past -job_ko,100,50,200,100 monster Oboro's Past 1049,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Past 1113,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Past 1002,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Past 1007,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Past 1010,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Past 1031,5,0,0,0 +job_ko,139,41,139,41 monster Oboro's Past 1049,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Past 1113,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Past 1002,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Past 1007,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Past 1010,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Past 1031,2,0,0,0 //Oboro's Memory -job_ko,100,50,200,100 monster Oboro's Memory 1049,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Memory 1113,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Memory 1002,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Memory 1007,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Memory 1010,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Memory 1031,5,0,0,0 +job_ko,139,41,139,41 monster Oboro's Memory 1049,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Memory 1113,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Memory 1002,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Memory 1007,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Memory 1010,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Memory 1031,2,0,0,0 //Oboro's Mistake -job_ko,100,50,200,100 monster Oboro's Mistake 1049,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Mistake 1113,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Mistake 1002,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Mistake 1007,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Mistake 1010,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Mistake 1031,5,0,0,0 +job_ko,139,41,139,41 monster Oboro's Mistake 1049,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Mistake 1113,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Mistake 1002,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Mistake 1007,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Mistake 1010,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Mistake 1031,2,0,0,0 //Oboro's Legacy -job_ko,100,50,200,100 monster Oboro's Legacy 1049,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Legacy 1113,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Legacy 1002,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Legacy 1007,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Legacy 1010,5,0,0,0 -job_ko,100,50,200,100 monster Oboro's Legacy 1031,5,0,0,0 +job_ko,139,41,139,41 monster Oboro's Legacy 1049,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Legacy 1113,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Legacy 1002,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Legacy 1007,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Legacy 1010,2,0,0,0 +job_ko,139,41,139,41 monster Oboro's Legacy 1031,2,0,0,0 +*/ /* Notes by Dastgir Pojee Picky = 1049