Merge pull request #1397 from Akkarinage/hotfix/issue1387
Added duplicate NPCs to Novice Grounds. Fixes #1387.
This commit is contained in:
commit
b8a221fc99
@ -33,6 +33,11 @@ new_1-1,66,114,4 script Bulletin Board#nv 111,{
|
|||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
new_2-1,66,114,4 duplicate(Bulletin Board#nv) Bulletin Board#nv2 111
|
||||||
|
new_3-1,66,114,4 duplicate(Bulletin Board#nv) Bulletin Board#nv3 111
|
||||||
|
new_4-1,66,114,4 duplicate(Bulletin Board#nv) Bulletin Board#nv4 111
|
||||||
|
new_5-1,66,114,4 duplicate(Bulletin Board#nv) Bulletin Board#nv5 111
|
||||||
|
|
||||||
new_1-1,144,116,2 script Guard#nv1 105,{
|
new_1-1,144,116,2 script Guard#nv1 105,{
|
||||||
mes "[Training Grounds Guard]";
|
mes "[Training Grounds Guard]";
|
||||||
mes "Welcome to the Training Grounds.";
|
mes "Welcome to the Training Grounds.";
|
||||||
@ -40,6 +45,11 @@ new_1-1,144,116,2 script Guard#nv1 105,{
|
|||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
new_2-1,144,116,2 duplicate(Guard#nv1) Guard#nv2-1 105
|
||||||
|
new_3-1,144,116,2 duplicate(Guard#nv1) Guard#nv3-1 105
|
||||||
|
new_4-1,144,116,2 duplicate(Guard#nv1) Guard#nv4-1 105
|
||||||
|
new_5-1,144,116,2 duplicate(Guard#nv1) Guard#nv5-1 105
|
||||||
|
|
||||||
new_1-1,144,107,2 script Guard#nv2 105,{
|
new_1-1,144,107,2 script Guard#nv2 105,{
|
||||||
mes "[Training Grounds Guard]";
|
mes "[Training Grounds Guard]";
|
||||||
if(rand(2)) {
|
if(rand(2)) {
|
||||||
@ -61,6 +71,12 @@ new_1-1,144,107,2 script Guard#nv2 105,{
|
|||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
new_2-1,144,107,2 duplicate(Guard#nv2) Guard#nv2-2 105
|
||||||
|
new_3-1,144,107,2 duplicate(Guard#nv2) Guard#nv3-2 105
|
||||||
|
new_4-1,144,107,2 duplicate(Guard#nv2) Guard#nv4-2 105
|
||||||
|
new_5-1,144,107,2 duplicate(Guard#nv2) Guard#nv5-2 105
|
||||||
|
|
||||||
|
|
||||||
// Receptionist
|
// Receptionist
|
||||||
new_1-2,100,29,4 script Receptionist#nv1 86,{
|
new_1-2,100,29,4 script Receptionist#nv1 86,{
|
||||||
mes "[Training Grounds Receptionist]";
|
mes "[Training Grounds Receptionist]";
|
||||||
@ -178,6 +194,10 @@ new_1-2,100,29,4 script Receptionist#nv1 86,{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
new_2-2,100,29,4 duplicate(Receptionist#nv1) Receptionist#nv2 86
|
||||||
|
new_3-2,100,29,4 duplicate(Receptionist#nv1) Receptionist#nv3 86
|
||||||
|
new_4-2,100,29,4 duplicate(Receptionist#nv1) Receptionist#nv4 86
|
||||||
|
new_5-2,100,29,4 duplicate(Receptionist#nv1) Receptionist#nv5 86
|
||||||
|
|
||||||
new_1-1,53,114,4 script Shion#nv1 727,{
|
new_1-1,53,114,4 script Shion#nv1 727,{
|
||||||
if (nov_get_item04 > 9 || nov_get_item05 > 9) {
|
if (nov_get_item04 > 9 || nov_get_item05 > 9) {
|
||||||
@ -350,6 +370,12 @@ new_1-1,53,114,4 script Shion#nv1 727,{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
new_2-1,53,114,4 duplicate(Shion#nv1) Shion#nv2 727
|
||||||
|
new_3-1,53,114,4 duplicate(Shion#nv1) Shion#nv3 727
|
||||||
|
new_4-1,53,114,4 duplicate(Shion#nv1) Shion#nv4 727
|
||||||
|
new_5-1,53,114,4 duplicate(Shion#nv1) Shion#nv5 727
|
||||||
|
|
||||||
|
|
||||||
// Interfaces Tutor
|
// Interfaces Tutor
|
||||||
new_1-2,99,105,3 script Interfaces Tutor#nv1 751,{
|
new_1-2,99,105,3 script Interfaces Tutor#nv1 751,{
|
||||||
if (nov_get_item02 > 9 && nov_get_item03 > 9 && nov_get_item04 > 9) {
|
if (nov_get_item02 > 9 && nov_get_item03 > 9 && nov_get_item04 > 9) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user