Updated accessory enchants of ep16 according to kRO 2015.02.25 (#3415)

* Additionally fixed a potential warning in RoomOfConsciousness.txt
This commit is contained in:
Atemo
2018-08-23 15:48:06 +02:00
committed by GitHub
parent da18243981
commit 8e51117aaa
2 changed files with 18 additions and 7 deletions

View File

@@ -448,6 +448,9 @@ OnTimer1000:
initnpctimer;
end;
}
donpcevent instance_npcname("eq#mir4") + "::OnMobDead";
end;
OnMobDead:
killmonster 'map_name$, instance_npcname("eq#mir4") + "::OnMobDead";
stopnpctimer;
enablenpc instance_npcname("Fenrir#5mir");
@@ -455,9 +458,6 @@ OnTimer1000:
enablenpc instance_npcname("Bijou#5mir");
disablenpc instance_npcname("eq#mir4");
end;
OnMobDead:
// shouldn't happen
end;
}
1@mir,103,90,1 script Fenrir#5mir 4_F_FENRIR,{

View File

@@ -15254,7 +15254,13 @@ prt_pri00,61,136,3 script Dylan#pa0829 4_CAT_SAILOR5,{
124, 4701, // STR+2
126, 4731, // AGI+2
128, 4751, // LUK+2
129, 4741; // VIT+2
129, 4741, // VIT+2
130, 4752, // LUK+3
131, 4702, // STR+3
132, 4732, // AGI+3
133, 4712, // INT+3
134, 4722, // DEX+3
135, 4742; // VIT+3
.@card_index = 3;
}
else {
@@ -15269,9 +15275,14 @@ prt_pri00,61,136,3 script Dylan#pa0829 4_CAT_SAILOR5,{
120, 4711, // INT+2
122, 4721, // DEX+2
124, 4741, // VIT+2
126, 4742, // VIT+3
128, 4701, // STR+2
129, 4752; // LUK+3
126, 4701, // STR+2
128, 4731, // AGI+2
129, 4742, // VIT+3
130, 4752, // LUK+3
131, 4702, // STR+3
132, 4732, // AGI+3
133, 4712, // INT+3
134, 4722; // DEX+3
.@card_index = 2;
}
.@size = getarraysize(.@enhance);