Updates for quest Influx of Machines (647).

Contributed by Hope.
This commit is contained in:
MobiusDev 2017-09-11 02:34:24 +00:00
parent d91843d43c
commit 0821c3beec
10 changed files with 12 additions and 12 deletions

View File

@ -2,6 +2,6 @@
The job is to take care of these Golems.<br>
Yumi's been doing it alone, but she needs help, someone she can rely on.<br>
Any Golems belonging to the Horrifying Golem Army are fine.<br>
You will be dealing with Guard Golems inside the building or Jackhammer Golems in the Strip Mines. When you collect <font color="LEVEL">500 fragments</font> from them I'll trade you for some items out of the Collector Guild.<br>
You will be dealing with Guard Golems inside the building or Jackhammer Golems in the Strip Mines. When you collect <font color="LEVEL">100 fragments</font> from them I'll trade you for some items out of the Collector Guild.<br>
Good luck golem smasher!
</body></html>

View File

@ -1,4 +1,4 @@
<html><body>Collector Gutenhagen:<br>
Your job is to destroy all the Golems in the Horrifying Golem Army, including the Ginzu Golems and the Cannon Golems in the Strip Mine. Bring me <font color="LEVEL">500 Golem Shards</font> and you'll be well rewarded!<br>
Your job is to destroy all the Golems in the Horrifying Golem Army, including the Ginzu Golems and the Cannon Golems in the Strip Mine. Bring me <font color="LEVEL">100 Golem Shards</font> and you'll be well rewarded!<br>
Good luck!
</body></html>

View File

@ -1,5 +1,5 @@
<html><body>Collector Gutenhagen:<br>
You've brought back 500 Golem Shards!<br>
You've brought back 100 Golem Shards!<br>
I had no idea you could get the job done so quickly!<br>
I suppose I should've hired someone like you long ago...<br>
Now, give me the Shards...<br>

View File

@ -1,5 +1,5 @@
<html><body>Collector Gutenhagen:<br>
Good job! Collecting 500 Golem Shards is never an easy task!<br>
Good job! Collecting 100 Golem Shards is never an easy task!<br>
Please accept this reward...<br>
What's that? It's not enough?! You must not have any idea what this paper is worth!
</body></html>

View File

@ -52,7 +52,7 @@ public class Q00647_InfluxOfMachines extends Quest
MOBS.put(22812, 463); // Boom Golem
}
// Item
private static final int BROKEN_GOLEM_FRAGMENT = 15521;
private static final int BROKEN_GOLEM_FRAGMENT = 46412;
private static final int[] RECIPES =
{
6881, // Recipe: Forgotten Blade (60%)
@ -68,7 +68,7 @@ public class Q00647_InfluxOfMachines extends Quest
};
// Misc
private static final int MIN_LEVEL = 70;
private static final int FRAGMENT_COUNT = 500;
private static final int FRAGMENT_COUNT = 100;
public Q00647_InfluxOfMachines()
{

View File

@ -2,6 +2,6 @@
The job is to take care of these Golems.<br>
Yumi's been doing it alone, but she needs help, someone she can rely on.<br>
Any Golems belonging to the Horrifying Golem Army are fine.<br>
You will be dealing with Guard Golems inside the building or Jackhammer Golems in the Strip Mines. When you collect <font color="LEVEL">500 fragments</font> from them I'll trade you for some items out of the Collector Guild.<br>
You will be dealing with Guard Golems inside the building or Jackhammer Golems in the Strip Mines. When you collect <font color="LEVEL">100 fragments</font> from them I'll trade you for some items out of the Collector Guild.<br>
Good luck golem smasher!
</body></html>

View File

@ -1,4 +1,4 @@
<html><body>Collector Gutenhagen:<br>
Your job is to destroy all the Golems in the Horrifying Golem Army, including the Ginzu Golems and the Cannon Golems in the Strip Mine. Bring me <font color="LEVEL">500 Golem Shards</font> and you'll be well rewarded!<br>
Your job is to destroy all the Golems in the Horrifying Golem Army, including the Ginzu Golems and the Cannon Golems in the Strip Mine. Bring me <font color="LEVEL">100 Golem Shards</font> and you'll be well rewarded!<br>
Good luck!
</body></html>

View File

@ -1,5 +1,5 @@
<html><body>Collector Gutenhagen:<br>
You've brought back 500 Golem Shards!<br>
You've brought back 100 Golem Shards!<br>
I had no idea you could get the job done so quickly!<br>
I suppose I should've hired someone like you long ago...<br>
Now, give me the Shards...<br>

View File

@ -1,5 +1,5 @@
<html><body>Collector Gutenhagen:<br>
Good job! Collecting 500 Golem Shards is never an easy task!<br>
Good job! Collecting 100 Golem Shards is never an easy task!<br>
Please accept this reward...<br>
What's that? It's not enough?! You must not have any idea what this paper is worth!
</body></html>

View File

@ -52,7 +52,7 @@ public class Q00647_InfluxOfMachines extends Quest
MOBS.put(22812, 463); // Boom Golem
}
// Item
private static final int BROKEN_GOLEM_FRAGMENT = 15521;
private static final int BROKEN_GOLEM_FRAGMENT = 46412;
private static final int[] RECIPES =
{
6881, // Recipe: Forgotten Blade (60%)
@ -68,7 +68,7 @@ public class Q00647_InfluxOfMachines extends Quest
};
// Misc
private static final int MIN_LEVEL = 70;
private static final int FRAGMENT_COUNT = 500;
private static final int FRAGMENT_COUNT = 100;
public Q00647_InfluxOfMachines()
{