|
@@ -22,7 +22,7 @@
|
|
//= Is using @adopt instead of proper NPC script command
|
|
//= Is using @adopt instead of proper NPC script command
|
|
//===== Compatible With ===================================
|
|
//===== Compatible With ===================================
|
|
//= eAthena Final (SVN), any version that contained the GM command @adopt
|
|
//= eAthena Final (SVN), any version that contained the GM command @adopt
|
|
-//= This is any version released after 03/29/05, dont know the number
|
|
|
|
|
|
+//= This is any version released after 03/29/05, don't know the number
|
|
//===== Description =======================================
|
|
//===== Description =======================================
|
|
//= A simple adoption script that lets couples adopt a
|
|
//= A simple adoption script that lets couples adopt a
|
|
//= lvl 1/1 novice without the help of a GM there
|
|
//= lvl 1/1 novice without the help of a GM there
|
|
@@ -44,7 +44,7 @@
|
|
//= before the adoption is completed.
|
|
//= before the adoption is completed.
|
|
//= Lupus removed:
|
|
//= Lupus removed:
|
|
//= *event_adopt = Put on the parents so they cannot adopt again.
|
|
//= *event_adopt = Put on the parents so they cannot adopt again.
|
|
-//= *event_adopted = Put on baby so it cant be adopted again.
|
|
|
|
|
|
+//= *event_adopted = Put on baby so it can't be adopted again.
|
|
//= Use "getchildid()>0" insread of event_adopt
|
|
//= Use "getchildid()>0" insread of event_adopt
|
|
//= Use "Upper==2" insread of event_adopted
|
|
//= Use "Upper==2" insread of event_adopted
|
|
//=========================================================
|
|
//=========================================================
|
|
@@ -87,17 +87,17 @@ A_Yes:
|
|
mes "But do you meet the requirments for adoption?";
|
|
mes "But do you meet the requirments for adoption?";
|
|
next;
|
|
next;
|
|
mes "[Oliver]";
|
|
mes "[Oliver]";
|
|
- mes "We cant just give out babies at the drop of a hat.";
|
|
|
|
|
|
+ mes "We can't just give out babies at the drop of a hat.";
|
|
mes "Before we can let you leave with a baby we have to know you are strong enough to take care of it.";
|
|
mes "Before we can let you leave with a baby we have to know you are strong enough to take care of it.";
|
|
next;
|
|
next;
|
|
mes "[Oliver]";
|
|
mes "[Oliver]";
|
|
mes "We also need to know you have a partner you are married to.";
|
|
mes "We also need to know you have a partner you are married to.";
|
|
- mes "We wont give a baby to an un-married couple.";
|
|
|
|
|
|
+ mes "We won't give a baby to an un-married couple.";
|
|
next;
|
|
next;
|
|
mes "[Oliver]";
|
|
mes "[Oliver]";
|
|
mes "Do you think you meet these criteria?";
|
|
mes "Do you think you meet these criteria?";
|
|
next;
|
|
next;
|
|
- menu "Yes, I would love to adopt?",-,"No, I dont think I can",A_No;
|
|
|
|
|
|
+ menu "Yes, I would love to adopt?",-,"No, I don't think I can",A_No;
|
|
mes "[Oliver]";
|
|
mes "[Oliver]";
|
|
mes "Well you seem set on this.";
|
|
mes "Well you seem set on this.";
|
|
next;
|
|
next;
|
|
@@ -162,7 +162,7 @@ A_lvl:
|
|
mes "Not only should I fail you on being a low level, but you also lied to me.";
|
|
mes "Not only should I fail you on being a low level, but you also lied to me.";
|
|
next;
|
|
next;
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
- mes "I cant give a baby to you";
|
|
|
|
|
|
+ mes "I can't give a baby to you";
|
|
callfunc "AdoptReset","the parent didnt meet level requirments";
|
|
callfunc "AdoptReset","the parent didnt meet level requirments";
|
|
close;
|
|
close;
|
|
A_lvlpassed:
|
|
A_lvlpassed:
|
|
@@ -176,18 +176,18 @@ A_lvlpassed:
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
mes "Do you have you wedding ring on you now?";
|
|
mes "Do you have you wedding ring on you now?";
|
|
next;
|
|
next;
|
|
- menu "Yes, here you go",A_Wedring,"No, Sorry I dont",A_Noring,"I am not married",-;
|
|
|
|
|
|
+ menu "Yes, here you go",A_Wedring,"No, Sorry I don't",A_Noring,"I am not married",-;
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
mes "Well, as my fried said here, we will not give a baby to a family that is not married";
|
|
mes "Well, as my fried said here, we will not give a baby to a family that is not married";
|
|
- callfunc "AdoptReset","the parent isnt married";
|
|
|
|
|
|
+ callfunc "AdoptReset","the parent isn't married";
|
|
close;
|
|
close;
|
|
A_Noring:
|
|
A_Noring:
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
- mes "I cant believe you are in a loving marrige when you dont have your ring on you at all times!!!";
|
|
|
|
|
|
+ mes "I can't believe you are in a loving marrige when you don't have your ring on you at all times!!!";
|
|
next;
|
|
next;
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
- mes "I dont believe you deserve a baby.";
|
|
|
|
- callfunc "AdoptReset","the parent hasnt got a wedding ring as proof of marriage.";
|
|
|
|
|
|
+ mes "I don't believe you deserve a baby.";
|
|
|
|
+ callfunc "AdoptReset","the parent hasn't got a wedding ring as proof of marriage.";
|
|
close;
|
|
close;
|
|
A_Wedring:
|
|
A_Wedring:
|
|
if ( countitem(2634)>0 || countitem(2635)>0 ) goto A_Wedringpassed;
|
|
if ( countitem(2634)>0 || countitem(2635)>0 ) goto A_Wedringpassed;
|
|
@@ -228,7 +228,7 @@ A_SecondReg:
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
mes "Do you agree with "+$@ParentOne$+", do you want to adopt?";
|
|
mes "Do you agree with "+$@ParentOne$+", do you want to adopt?";
|
|
next;
|
|
next;
|
|
- menu "Yes, I agree with them",A_agree,"No, I dont want to adopt",-;
|
|
|
|
|
|
+ menu "Yes, I agree with them",A_agree,"No, I don't want to adopt",-;
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
mes "This is bad news, I am very sorry to hear this.";
|
|
mes "This is bad news, I am very sorry to hear this.";
|
|
callfunc "AdoptReset","the 2nd parent does not want to adopt";
|
|
callfunc "AdoptReset","the 2nd parent does not want to adopt";
|
|
@@ -245,7 +245,7 @@ A_agree:
|
|
A_lvltwo:
|
|
A_lvltwo:
|
|
if ( countitem(2634)>0 || countitem(2635)>0 ) goto A_Wedringtwo;
|
|
if ( countitem(2634)>0 || countitem(2635)>0 ) goto A_Wedringtwo;
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
- mes "Sorry you dont have a wedding ring on you as proof of marriage.";
|
|
|
|
|
|
+ mes "Sorry you don't have a wedding ring on you as proof of marriage.";
|
|
callfunc "AdoptReset","the 2nd parent hasnt got a wedding ring as proof of marriage";
|
|
callfunc "AdoptReset","the 2nd parent hasnt got a wedding ring as proof of marriage";
|
|
close;
|
|
close;
|
|
A_Wedringtwo:
|
|
A_Wedringtwo:
|
|
@@ -324,7 +324,7 @@ A_Ready:
|
|
close;
|
|
close;
|
|
A_AlreadyAdopted:
|
|
A_AlreadyAdopted:
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
- mes "Oh you are already adopted, so you cant be adopted again.";
|
|
|
|
|
|
+ mes "Oh you are already adopted, so you can't be adopted again.";
|
|
callfunc "AdoptReset","the person that would be adopted has already been adopted before";
|
|
callfunc "AdoptReset","the person that would be adopted has already been adopted before";
|
|
close;
|
|
close;
|
|
A_CantBeAdopted:
|
|
A_CantBeAdopted:
|
|
@@ -350,7 +350,7 @@ A_ParentOneEnd:
|
|
mes "I cannot believe you would come this far to say no!";
|
|
mes "I cannot believe you would come this far to say no!";
|
|
mes "Are you sure you want to stop now?";
|
|
mes "Are you sure you want to stop now?";
|
|
next;
|
|
next;
|
|
- menu "Yes, I dont want to adopt",-,"No, I made a mistake",A_ParentOneEnd;
|
|
|
|
|
|
+ menu "Yes, I don't want to adopt",-,"No, I made a mistake",A_ParentOneEnd;
|
|
A_Failend:
|
|
A_Failend:
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
mes "Well if you are sure";
|
|
mes "Well if you are sure";
|
|
@@ -381,7 +381,7 @@ A_ParentTwoEnd:
|
|
mes "I cannot believe you would come this far to say no!";
|
|
mes "I cannot believe you would come this far to say no!";
|
|
mes "Are you sure you want to stop now?";
|
|
mes "Are you sure you want to stop now?";
|
|
next;
|
|
next;
|
|
- menu "Yes, I dont want to adopt",A_Failend,"No, I made a mistake",A_ParentTwoEnd;
|
|
|
|
|
|
+ menu "Yes, I don't want to adopt",A_Failend,"No, I made a mistake",A_ParentTwoEnd;
|
|
A_AlreadyReged:
|
|
A_AlreadyReged:
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
mes "Please wait for the others to talk to me";
|
|
mes "Please wait for the others to talk to me";
|
|
@@ -403,7 +403,7 @@ A_BabyEnd:
|
|
mes "I cannot believe you would come this far to say no!";
|
|
mes "I cannot believe you would come this far to say no!";
|
|
mes "Are you sure you want to stop now?";
|
|
mes "Are you sure you want to stop now?";
|
|
next;
|
|
next;
|
|
- menu "Yes, I dont want to adopt",A_Failend,"No, I made a mistake",A_BabyEnd;
|
|
|
|
|
|
+ menu "Yes, I don't want to adopt",A_Failend,"No, I made a mistake",A_BabyEnd;
|
|
A_FinalYesB:
|
|
A_FinalYesB:
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
mes "OK everything is ready to start this adoption";
|
|
mes "OK everything is ready to start this adoption";
|
|
@@ -414,7 +414,7 @@ A_FinalYesB:
|
|
close;
|
|
close;
|
|
A_SameFail:
|
|
A_SameFail:
|
|
mes "[Inanna]";
|
|
mes "[Inanna]";
|
|
- mes "Sorry, it seems you have registerd as both parents, this isnt allowed";
|
|
|
|
|
|
+ mes "Sorry, it seems you have registerd as both parents, this isn't allowed";
|
|
callfunc "AdoptReset","both parents are the same person";
|
|
callfunc "AdoptReset","both parents are the same person";
|
|
close;
|
|
close;
|
|
|
|
|