Exemplo n.º 1
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have gained the boon of Enigma!  You are wise enough to know how little you know.
     // You are one step closer to claiming your elven heritage.
     instance.Player.SendLocalizedMessage(1074945, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 2
0
 public override void OnResponse(NetState sender, RelayInfo info)
 {
     if (info.ButtonID == 1)
     {
         m_Instance.ClaimRewards();
     }
 }
Exemplo n.º 3
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have demonstrated your physical strength!
     // Humans can carry vast loads without complaint.  You are one step closer to achieving humanity.
     instance.Player.SendLocalizedMessage(1074948, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 4
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have gained the boon of Strongroot!  You have been approved by one whose roots touch the bones of Sosaria.
     // You are one step closer to claiming your elven heritage.
     instance.Player.SendLocalizedMessage(1074941, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 5
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have gained the boon of Maul!  Your understanding of the seasons grows.
     // You are one step closer to claiming your elven heritage.
     instance.Player.SendLocalizedMessage(1074940, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 6
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have demonstrated your ingenuity!
     // Humans are jacks of all trades and know a little about a lot of things.
     // You are one step closer to achieving humanity.
     instance.Player.SendLocalizedMessage(1074946, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 7
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have gained the boon of the Huntsman!
     // You have been given a taste of the bittersweet duty of those who guard the balance.
     // You are one step closer to claiming your elven heritage.
     instance.Player.SendLocalizedMessage(1074943, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 8
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have gained the boon of Arielle!
     // You have been taught the importance of laughter and light spirits.
     // You are one step closer to claiming your elven heritage.
     instance.Player.SendLocalizedMessage(1074944, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 9
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have demonstrated your toughness!
     // Humans are able to endure unimaginable hardships in pursuit of their goals.
     // You are one step closer to achieving humanity.
     instance.Player.SendLocalizedMessage(1074947, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 10
0
 public override void GetRewards(MLQuestInstance instance)
 {
     // You have gained the boon of Bravehorn!
     // You have glimpsed the nobility of those that sacrifice themselves for their people.
     // You are one step closer to claiming your elven heritage.
     instance.Player.SendLocalizedMessage(1074942, "", 0x2A);
     instance.ClaimRewards(); // skip gump
 }
Exemplo n.º 11
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074943, "", 0x2A ); // You have gained the boon of the Huntsman!  You have been given a taste of the bittersweet duty of those who guard the balance.  You are one step closer to claiming your elven heritage.
			instance.ClaimRewards(); // skip gump
		}
Exemplo n.º 12
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074945, "", 0x2A ); // You have gained the boon of Enigma!  You are wise enough to know how little you know.  You are one step closer to claiming your elven heritage.
			instance.ClaimRewards(); // skip gump
		}
Exemplo n.º 13
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074947, "", 0x2A ); // You have demonstrated your toughness!  Humans are able to endure unimaginable hardships in pursuit of their goals.  You are one step closer to achieving humanity.
			instance.ClaimRewards(); // skip gump
		}
Exemplo n.º 14
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074948, "", 0x2A ); // You have demonstrated your physical strength!  Humans can carry vast loads without complaint.  You are one step closer to achieving humanity.
			instance.ClaimRewards(); // skip gump
		}
Exemplo n.º 15
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074946, "", 0x2A ); // You have demonstrated your ingenuity!  Humans are jacks of all trades and know a little about a lot of things.  You are one step closer to achieving humanity.
			instance.ClaimRewards(); // skip gump
		}
Exemplo n.º 16
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074940, "", 0x2A ); // You have gained the boon of Maul!  Your understanding of the seasons grows.  You are one step closer to claiming your elven heritage.
			instance.ClaimRewards(); // skip gump
		}
Exemplo n.º 17
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074944, "", 0x2A ); // You have gained the boon of Arielle!  You have been taught the importance of laughter and light spirits.  You are one step closer to claiming your elven heritage.
			instance.ClaimRewards(); // skip gump
		}
Exemplo n.º 18
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074941, "", 0x2A ); // You have gained the boon of Strongroot!  You have been approved by one whose roots touch the bones of Sosaria.  You are one step closer to claiming your elven heritage.
			instance.ClaimRewards(); // skip gump
		}
Exemplo n.º 19
0
		public override void GetRewards( MLQuestInstance instance )
		{
			instance.Player.SendLocalizedMessage( 1074942, "", 0x2A ); // You have gained the boon of Bravehorn!  You have glimpsed the nobility of those that sacrifice themselves for their people.  You are one step closer to claiming your elven heritage.
			instance.ClaimRewards(); // skip gump
		}