|
@@ -17,11 +17,12 @@
|
|
//= 2.0 Updated Instructor Ur's quests. [Capuche]
|
|
//= 2.0 Updated Instructor Ur's quests. [Capuche]
|
|
//= 2.1 Updated Blacksmith Thorn and Weapons Expert NPC. [Capuche]
|
|
//= 2.1 Updated Blacksmith Thorn and Weapons Expert NPC. [Capuche]
|
|
//= 2.2 Added support to Para_Team_Mark_ in Eden Group. [Ragno]
|
|
//= 2.2 Added support to Para_Team_Mark_ in Eden Group. [Ragno]
|
|
|
|
+//= 2.3 Added use of F_HasEdenGroupMark function. [Ragno]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
moc_para01,25,35,4 script Instructor Boya#para01 4_M_KNIGHT_GOLD,{
|
|
moc_para01,25,35,4 script Instructor Boya#para01 4_M_KNIGHT_GOLD,{
|
|
mes "[Boya]";
|
|
mes "[Boya]";
|
|
- if (countitem(6219) < 1 && countitem(22508) < 1) {
|
|
|
|
|
|
+ if (!callfunc("F_HasEdenGroupMark")) {
|
|
mes "You are not in my group are you?";
|
|
mes "You are not in my group are you?";
|
|
mes "I don't have anything to say to outsiders.";
|
|
mes "I don't have anything to say to outsiders.";
|
|
mes "If you want something register with my group.";
|
|
mes "If you want something register with my group.";
|
|
@@ -820,7 +821,7 @@ moc_fild11,180,253,5 script Talking Dog#para03 972,{
|
|
mes "Not a wolf.";
|
|
mes "Not a wolf.";
|
|
mes "I wasn't a dog originally...";
|
|
mes "I wasn't a dog originally...";
|
|
next;
|
|
next;
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
mes "[Talking Dog]";
|
|
mes "[Talking Dog]";
|
|
mes "Anyway are you a Eden Group member?";
|
|
mes "Anyway are you a Eden Group member?";
|
|
mes "Oh good to see you.";
|
|
mes "Oh good to see you.";
|
|
@@ -1028,7 +1029,7 @@ prt_sewb1,131,262,3 script Timid Cat#para04 422,{
|
|
|
|
|
|
pay_arche,41,136,3 script Eden Member Karl#para05 904,{
|
|
pay_arche,41,136,3 script Eden Member Karl#para05 904,{
|
|
if (para_suv01 < 13) {
|
|
if (para_suv01 < 13) {
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
mes "[Karl]";
|
|
mes "[Karl]";
|
|
mes "Hey, how are you?";
|
|
mes "Hey, how are you?";
|
|
mes "Good to see you~";
|
|
mes "Good to see you~";
|
|
@@ -1171,7 +1172,7 @@ pay_arche,41,136,3 script Eden Member Karl#para05 904,{
|
|
|
|
|
|
anthell01,29,264,5 script Eden Member Cloud#para06 899,{
|
|
anthell01,29,264,5 script Eden Member Cloud#para06 899,{
|
|
if (para_suv01 < 17) {
|
|
if (para_suv01 < 17) {
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
mes "[Cloud]";
|
|
mes "[Cloud]";
|
|
mes "Oops.";
|
|
mes "Oops.";
|
|
mes "You are a member of my group.";
|
|
mes "You are a member of my group.";
|
|
@@ -1361,7 +1362,7 @@ anthell01,29,264,5 script Eden Member Cloud#para06 899,{
|
|
|
|
|
|
in_orcs01,38,175,3 script Eden Member Hooksha 803,{
|
|
in_orcs01,38,175,3 script Eden Member Hooksha 803,{
|
|
if (para_suv01 < 24) {
|
|
if (para_suv01 < 24) {
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
mes "[Hooksha]";
|
|
mes "[Hooksha]";
|
|
mes "Unbelievable why did you come here?";
|
|
mes "Unbelievable why did you come here?";
|
|
mes "Um... You are not on the third step of the training?";
|
|
mes "Um... You are not on the third step of the training?";
|
|
@@ -1630,7 +1631,7 @@ in_orcs01,38,175,3 script Eden Member Hooksha 803,{
|
|
|
|
|
|
iz_dun04,43,46,3 script Eden Member Callandiva 745,{
|
|
iz_dun04,43,46,3 script Eden Member Callandiva 745,{
|
|
if (para_suv01 < 33) {
|
|
if (para_suv01 < 33) {
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
mes "[Callandiva]";
|
|
mes "[Callandiva]";
|
|
mes "How did you get so deep in this ocean city?";
|
|
mes "How did you get so deep in this ocean city?";
|
|
mes "Ah, that symbol is of our group.";
|
|
mes "Ah, that symbol is of our group.";
|
|
@@ -2226,7 +2227,7 @@ moc_para01,179,44,3 script Chef 820,{
|
|
mes "Ah, Kim-dduck-soon.";
|
|
mes "Ah, Kim-dduck-soon.";
|
|
mes "It's the representative meal for normal citizens.";
|
|
mes "It's the representative meal for normal citizens.";
|
|
next;
|
|
next;
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
if (Zeny > 2699) {
|
|
if (Zeny > 2699) {
|
|
mes "[Chef]";
|
|
mes "[Chef]";
|
|
mes "Hey, here you are.";
|
|
mes "Hey, here you are.";
|
|
@@ -2265,7 +2266,7 @@ moc_para01,179,44,3 script Chef 820,{
|
|
mes "Course meal B?";
|
|
mes "Course meal B?";
|
|
mes "This food with meat and vegetables in hot soup has it's origins from nomadic life under the cold and dry nature.";
|
|
mes "This food with meat and vegetables in hot soup has it's origins from nomadic life under the cold and dry nature.";
|
|
next;
|
|
next;
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
if (Zeny > 3599) {
|
|
if (Zeny > 3599) {
|
|
mes "[Chef]";
|
|
mes "[Chef]";
|
|
mes "Hey, here you are.";
|
|
mes "Hey, here you are.";
|
|
@@ -2300,7 +2301,7 @@ moc_para01,179,44,3 script Chef 820,{
|
|
mes "How many times do I have to tell you?";
|
|
mes "How many times do I have to tell you?";
|
|
close;
|
|
close;
|
|
case 4:
|
|
case 4:
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
if (Zeny > 4499) {
|
|
if (Zeny > 4499) {
|
|
mes "[Chef]";
|
|
mes "[Chef]";
|
|
mes "Hey, here you are.";
|
|
mes "Hey, here you are.";
|
|
@@ -2343,7 +2344,7 @@ moc_para01,179,44,3 script Chef 820,{
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
case 2:
|
|
case 2:
|
|
- if (countitem(6219) > 0 || countitem(22508) > 0) {
|
|
|
|
|
|
+ if (callfunc("F_HasEdenGroupMark")) {
|
|
mes "[Chef]";
|
|
mes "[Chef]";
|
|
mes "Most jobs should be managed by yourself. So it might be difficult, right?";
|
|
mes "Most jobs should be managed by yourself. So it might be difficult, right?";
|
|
mes "Actually it's harmful so they have requested continuously.";
|
|
mes "Actually it's harmful so they have requested continuously.";
|
|
@@ -2452,7 +2453,7 @@ moc_para01,179,44,3 script Chef 820,{
|
|
|
|
|
|
moc_para01,23,35,5 script Instructor Ur#2nd01 4_M_KNIGHT_BLACK,{
|
|
moc_para01,23,35,5 script Instructor Ur#2nd01 4_M_KNIGHT_BLACK,{
|
|
mes "[Instructor Ur]";
|
|
mes "[Instructor Ur]";
|
|
- if (countitem(6219) < 1 && countitem(22508) < 1) {// Para_Team_Mark
|
|
|
|
|
|
+ if (!callfunc("F_HasEdenGroupMark")) {
|
|
mes "Hey there!";
|
|
mes "Hey there!";
|
|
mes "I see you're not one of our agents?";
|
|
mes "I see you're not one of our agents?";
|
|
mes "Are you interested in joining us?";
|
|
mes "Are you interested in joining us?";
|
|
@@ -3735,7 +3736,7 @@ moc_para01,111,83,3 script Blacksmith Thorn#2nd10 2_M_OLDBLSMITH,{
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
mes "[Thorn]";
|
|
mes "[Thorn]";
|
|
- if (countitem(6219) < 1 && countitem(22508) < 1) {// Para_Team_Mark
|
|
|
|
|
|
+ if (!callfunc("F_HasEdenGroupMark")) {
|
|
mes "Hmm, are you a member of Eden Group?";
|
|
mes "Hmm, are you a member of Eden Group?";
|
|
mes "You need to be one of our members to use my services.";
|
|
mes "You need to be one of our members to use my services.";
|
|
close;
|
|
close;
|