Ejemplo n.º 1
0
 private void WorldFilter_EndTrade(object sender, EndTradeEventArgs e)
 {
     if (!string.IsNullOrEmpty(TradePartnerName))
     {
         SendChatCommand($"/t {TradePartnerName}, goodbye");
     }
     TradePartnerId   = 0;
     TradePartnerName = "";
 }
Ejemplo n.º 2
0
 void WorldFilter_EndTrade(object sender, EndTradeEventArgs e)
 {
     try
     {
         if (started)
         {
             Stop();
         }
     }
     catch (Exception ex) { Debug.LogException(ex); }
 }
Ejemplo n.º 3
0
 void WorldFilter_EndTrade(object sender, EndTradeEventArgs e)
 {
     // DO STUFF HERE
 }
Ejemplo n.º 4
0
 private void ButlerTradeEnd(object sender, EndTradeEventArgs e)
 {
     try
     {
         bButlerTradeOpen = false;
     }catch(Exception ex){LogError(ex);}
 }
Ejemplo n.º 5
0
		void WorldFilter_EndTrade(object sender, EndTradeEventArgs e)
		{
			try
			{
				if (started)
					Stop();
			}
			catch (Exception ex) { Debug.LogException(ex); }
		}
Ejemplo n.º 6
0
 void WorldFilter_EndTrade(object sender, EndTradeEventArgs e)
 {
     wtc($"{System.Reflection.MethodBase.GetCurrentMethod().Name}");
 }