Quest 10751 fixes.
Contributed by gigilo1968, Stayway.
This commit is contained in:
@@ -22,7 +22,7 @@ Trait: Uses nature-friendly skills to hide inside the wind to ambush enemies.
|
||||
<tr><td>
|
||||
<button width=100 height=28 action="bypass -h Quest Q10751_WindsOfFateEncounters 33942-08a.html" value="Back" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
</td><td>
|
||||
<button width=100 height=28 action="bypass -h Quest Q10751_WindsOfFateEncounters change_to_183" value="Liberate" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button width=100 height=28 action="bypass -h Quest Q10751_WindsOfFateEncounters change_to_185" value="Liberate" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
</td></tr>
|
||||
</table></center>
|
||||
</td></tr></table>
|
||||
|
@@ -5,7 +5,7 @@ Do you want to go through Libeartion and become Marauder?<br><!-- Beginning of c
|
||||
<!-- Class 1 -->
|
||||
<table width=296 cellpadding=1>
|
||||
<tr><td>
|
||||
<button width=174 height=31 textoffsetx=22 textalign=left action="action="bypass -h Quest Q10751_WindsOfFate 33943-08b.html" value="[Marauder]" back="L2UI_CT1.HtmlWnd_DF_Level_Down" fore="L2UI_CT1.HtmlWnd_DF_Level">
|
||||
<button width=174 height=31 textoffsetx=22 textalign=left action="bypass -h Quest Q10751_WindsOfFateEncounters 33943-08b.html" value="[Marauder]" back="L2UI_CT1.HtmlWnd_DF_Level_Down" fore="L2UI_CT1.HtmlWnd_DF_Level">
|
||||
</td></tr></table>
|
||||
<table width=265 height=50 cellpadding="3" background="L2UI_CT1.GroupBox.GroupBox_DF">
|
||||
<tr><td align=left><font color=ffa500>Armor: Light Armor<br1>Main Weapon: Fist Weapon<br1>
|
||||
|
@@ -17,9 +17,9 @@ Trait: Seeks out a target weak points by darting left and right.
|
||||
</td></tr></table>
|
||||
<center><table border=0 cellpadding=1 cellspacing=0>
|
||||
<tr><td>
|
||||
<button width=100 height=28 action="bypass -h Quest Q10751_WindsOfFate 33942-08a.html" value="Back" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button width=100 height=28 action="bypass -h Quest Q10751_WindsOfFateEncounters 33943-08a.html" value="Back" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
</td><td>
|
||||
<button width=100 height=28 action="bypass -h Quest Q10751_WindsOfFate change_to_182" value="Liberate" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button width=100 height=28 action="bypass -h Quest Q10751_WindsOfFateEncounters change_to_184" value="Liberate" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
</td></tr>
|
||||
</table></center>
|
||||
</td></tr></table>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<html><<body>Queen Navari:<br>
|
||||
<html><body>Queen Navari:<br>
|
||||
Are you lost?<br1>Perhaps I can help you find your way.<br>
|
||||
Come to <font color="LEVEL">Faeron Village</font>.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Q10751_Teleport">"To Faeron!"</Button>
|
||||
|
@@ -218,12 +218,12 @@ public class Q10751_WindsOfFateEncounters extends Quest implements IBypassHandle
|
||||
player.setClassId(classId);
|
||||
giveAdena(player, 110000, true);
|
||||
addExpAndSp(player, 2700000, 648);
|
||||
if (classId == 182)
|
||||
if (classId == 184)
|
||||
{
|
||||
htmltext = "33943-ccf.html";
|
||||
giveItems(player, NAVARIS_SUPPORT_BOX_F, 1);
|
||||
}
|
||||
else if (classId == 183)
|
||||
else if (classId == 185)
|
||||
{
|
||||
htmltext = "33942-ccm.html";
|
||||
giveItems(player, NAVARIS_SUPPORT_BOX_M, 1);
|
||||
|
Reference in New Issue
Block a user