• Visit Rebornbuddy
  • [Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

    Discussion in 'Farming' started by EchoTiger, Feb 26, 2013.

    1. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      You can blame Blizzard for that.
      In 6.0.2, they broke the inventory system and now it's poorly optimized.
      Used to, you could sell every item all at once.

      There's not really much we can do about that.


      [Hr][/Hr]


      I'm guessing you're using a level 100?
      The only alternative exit for Grim Batol would be a lava-jump out, or Hearthstone out.


      [Hr][/Hr]


      Yes.
      Move the guild bank out of the vendor routine, preferably after it exits the dungeon, then wrap it with a <If Condition="Me.Gold &gt;= X" > X being the amount of gold you want it to deposit at.


      [Hr][/Hr]


      Can you provide a screenshot as well?
       
    2. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Echotiger, ok so if i set 3000 that will deposit all the gold even tho its 3250 ?
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      I'd need a log to see what's up with that error.
      It may be that it's not hitting the load trigger for the instance portal.

      You can edit them as you wish and post them here, but I won't be able to include them into the actual SVN.


      [Hr][/Hr]


      Welcome!
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Yes, the condition does nothing but tell the Lua code to activate when that condition is met.
      The actual Lua code itself controls how much is deposited.
       
    5. perons88

      perons88 New Member

      Joined:
      Sep 9, 2014
      Messages:
      100
      Likes Received:
      1
      Trophy Points:
      0
      We are stuck! (<-4072.261, -3517.936, 313.482>)
      We are stuck! (<-4072.261, -3517.936, 313.482>)
      We are stuck! (<-4072.261, -3517.936, 313.482>)
      We are stuck! (<-4072.261, -3517.936, 313.4832>)
       

      Attached Files:

    6. bl4ck

      bl4ck Member

      Joined:
      Aug 18, 2011
      Messages:
      976
      Likes Received:
      6
      Trophy Points:
      18
      "preferably after it exits the dungeon" really you are crazy? and got killed or reported and looks like all other stupid bots.... best place is after you enter to dungeon.
       
    7. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Wish i was as good as you coding like this!
       
    8. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      is it this line i shuld change?

      </If>
      <CustomBehavior File="Misc\RunLua" Lua="
      if GuildBankFrame:IsVisible()==true then
      MyMoney = GetMoney();
      DepositGuildBankMoney(MyMoney);
      print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
      else
      print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
      end" />
       
    9. bl4ck

      bl4ck Member

      Joined:
      Aug 18, 2011
      Messages:
      976
      Likes Received:
      6
      Trophy Points:
      18
      no... like that

      HTML:
      	<If Condition="Me.Gold &gt; 3000" >
      		<CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
      		<CustomBehavior File="WaitTimer" WaitTime="3500" />
      		<If Condition="Me.IsAlliance" > 
      		    <CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
      		</If> 
      		<If Condition="Me.IsHorde" > 
      		    <CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
      		</If> 
      		<CustomBehavior File="Misc\RunLua" Lua="
      			if GuildBankFrame:IsVisible()==true then
      				MyMoney = GetMoney();
      				DepositGuildBankMoney(MyMoney);
      				print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney))UseContainerItem(b,s);
      			else
      			print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
      			end" />
      	</If>
      
       
    10. Pilskopf

      Pilskopf New Member

      Joined:
      Oct 24, 2012
      Messages:
      96
      Likes Received:
      0
      Trophy Points:
      0
      hey, im an lvl 94 druid and want to try grim batol or tolvir .. which profile do you recommend to achieve the highest GPH?
       
    11. Scorch2211

      Scorch2211 New Member

      Joined:
      Nov 21, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Yeah, I was/am using a level 100. Is there anything I can change to have this work a little bit better?
       
    12. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      you mean inside the dungeon? i would think that would be best tho.
       
    13. bl4ck

      bl4ck Member

      Joined:
      Aug 18, 2011
      Messages:
      976
      Likes Received:
      6
      Trophy Points:
      18
      Put the gold code before this code:

      if you use EchoTiger profile. But this also depend of the profiles.
       
    14. traidun90

      traidun90 New Member

      Joined:
      Mar 31, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
      please help profile - Halls of Lightning - Insanity, Bank Money + Sell All

      [22:09:22.646 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:09:22.701 N] Clicking corpse popup...
      [22:09:22.701 D] Clearing POI - Reason Grabbed our corpse.
      [22:09:22.920 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:09:22.921 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:09:28.861 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:09:28.916 N] Clicking corpse popup...
      [22:09:28.916 D] Clearing POI - Reason Grabbed our corpse.
      [22:09:29.082 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:09:29.083 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:09:35.009 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:09:35.062 N] Clicking corpse popup...
      [22:09:35.063 D] Clearing POI - Reason Grabbed our corpse.
      [22:09:35.277 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:09:35.278 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:09:41.460 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:09:41.461 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:09:41.187 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:09:41.297 N] Clicking corpse popup...
      [22:09:41.297 D] Clearing POI - Reason Grabbed our corpse.
      [22:09:47.688 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:09:47.688 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:09:47.417 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:09:47.471 N] Clicking corpse popup...
      [22:09:47.471 D] Clearing POI - Reason Grabbed our corpse.
      [22:09:53.662 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:09:53.770 N] Clicking corpse popup...
      [22:09:53.770 D] Clearing POI - Reason Grabbed our corpse.
      [22:09:54.094 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:09:54.095 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:00.169 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:00.169 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:09:59.949 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:00.004 N] Clicking corpse popup...
      [22:10:00.004 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:06.504 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:06.505 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:06.179 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:06.234 N] Clicking corpse popup...
      [22:10:06.234 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:12.598 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:12.599 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:12.327 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:12.381 N] Clicking corpse popup...
      [22:10:12.381 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:18.606 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:18.659 N] Clicking corpse popup...
      [22:10:18.659 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:18.877 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:18.878 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:25.056 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:25.057 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:24.784 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:24.892 N] Clicking corpse popup...
      [22:10:24.892 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:31.243 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:31.244 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:30.971 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:31.026 N] Clicking corpse popup...
      [22:10:31.026 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:37.418 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:37.419 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:37.145 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:37.253 N] Clicking corpse popup...
      [22:10:37.253 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:43.430 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:43.538 N] Clicking corpse popup...
      [22:10:43.538 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:43.757 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:43.758 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:49.901 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:49.902 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:49.630 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:49.739 N] Clicking corpse popup...
      [22:10:49.739 D] Clearing POI - Reason Grabbed our corpse.
      [22:10:56.187 N] (Singular) [WoWRedError] Вне зоны действия.
      [22:10:56.188 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Ghost#8326 failure: 'Вне зоны действия.'
      [22:10:55.913 D] Changed POI to: Type: Corpse, Loc: <9185.088, -1386.791, 1110.215>
      [22:10:55.971 N] Clicking corpse popup...
      [22:10:55.971 D] Clearing POI - Reason Grabbed our corpse.
       
    15. mindtrapper

      mindtrapper Member

      Joined:
      Jan 15, 2010
      Messages:
      364
      Likes Received:
      1
      Trophy Points:
      18
      If you use a DK or Druid it's very easy to exit Grim Batol. Currently I seem to be getting stuck issues in this dungeon and deaths. Then the toon doesn't enter the dungeon after death. I am waiting for these issues to be fixed.

      I have made edits that make a DK Death Gate and use the Mammoth to sell after every run and then Gate back. Same with Druids but teleport to Moonglade. Druids are prefereable since Teleport Moonglade has no CD.
       
    16. Pilskopf

      Pilskopf New Member

      Joined:
      Oct 24, 2012
      Messages:
      96
      Likes Received:
      0
      Trophy Points:
      0
      can you share your druid profile? :)
       
    17. mindtrapper

      mindtrapper Member

      Joined:
      Jan 15, 2010
      Messages:
      364
      Likes Received:
      1
      Trophy Points:
      18
      It's nothing really, a minor edit. You can paste this code to a Grim Batol profile from where it says "Last Boss" until the last ClearMailbox.

      Code:
      
                      <CustomBehavior File="Misc\RunLua" Lua="
                          ShowPizzaMessage = GetMoney();
                          WarningIconChat = GetTime();
                          WarningIconLeft = math.floor(WarningIconChat-WarningIconRight)
                          ShowWipeMessage = math.floor(ShowPizzaMessage-ShowLoadMessage);
                          totalmoney = math.floor(ShowPizzaMessage-ShowKillMessage);
                          print(&quot;|cFF0099FFStatistics so far:|r\nYou've picked up &quot;, GetCoinTextureString(ShowWipeMessage), &quot; from this run.\n&quot;, &quot;So far, you've made &quot;, GetCoinTextureString(totalmoney), &quot; total.&quot;)
                          " /> 
      
                      <CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(18960);" />
                      <CustomBehavior File="WaitTimer" WaitTime="2000" />
                      
              <CustomBehavior File="Misc\RunLua" Lua="ShowRecoveryMessage = GetMoney();" />
              <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Moving to Sell, Repair and Mail.&quot;);" />
      
              <If Condition="Me.KnowsSpell(61425) || Me.KnowsSpell(61447) || Me.KnowsSpell(122708)" >
                  <CustomBehavior File="WaitTimer" WaitTime="750" />
                  <CustomBehavior File="RunMacro" Macro="/cast Тундровый мамонт путешественника\n/cast Traveler's Tundra Mammoth\n/cast Tundramammut des Reisenden\n/cast Großes Expeditionsyak\n/cast Большой як для путешествий\n/cast Grand Expedition Yak" />
                  <CustomBehavior File="WaitTimer" WaitTime="2000" />
                  <If Condition="Me.HasAura(61425)" >
                      <CustomBehavior File="InteractWith" MobId="32639" />
                      <ElseIf Condition="Me.HasAura(61447)" >
                          <CustomBehavior File="InteractWith" MobId="32641" />
                      </ElseIf>
                      <ElseIf Condition="Me.HasAura(122708)" >
                          <CustomBehavior File="InteractWith" MobId="62822" />
                      </ElseIf>
                  </If>
                  <CustomBehavior File="Misc\RunLua" NumOfTimes="10" WaitTime="2000" Lua="
                      if MerchantFrame:IsVisible()==true then
                          if buffer==nil or buffer&gt;4 then buffer=0 end
                          MerchantRepairAllButton:Click()
                          if buffer&lt;5 then
                              for s=1,GetContainerNumSlots(buffer)
                                  do local n=GetContainerItemLink(buffer,s)
                              if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) then
                              UseContainerItem(buffer,s)
                          end
                      end
                  buffer=buffer+1
                  end
              end" />
                          </If>
      
                      
                      <CustomBehavior File="WaitTimer" WaitTime="2000" />
                      <CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(18960);" />
                      <CustomBehavior File="WaitTimer" WaitTime="2000" />
      
                      <CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
                      <CustomBehavior File="WaitTimer" WaitTime="3500" />
                      <If Condition="Me.IsAlliance" > 
                          <CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
                      </If> 
                      <If Condition="Me.IsHorde" > 
                          <CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
                      </If> 
                      <CustomBehavior File="Misc\RunLua" Lua="
                          if GuildBankFrame:IsVisible()==true then
                              MyMoney = GetMoney();
                              DepositGuildBankMoney(MyMoney);
                              print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney))UseContainerItem(b,s);
                          else
                          print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
                          end" />
                      <CustomBehavior File="Hooks\DoWhen" ActivityName="CustomDeathHook" Command="Disable" />
                      <If Condition="(Me.FreeBagSlots &lt; 17)" >
                      <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Skipping wait since we're going to the vendor.&quot;);" />
                      <Else>
                          <CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="369000" />
                      </Else>
                  </If>
      
                  <CustomBehavior File="WaitTimer" WaitTime="5000" />
                      <CustomBehavior File="RunMacro" Macro="/script ResetInstances()" />
      
                  </If>
              </While>
              <While Condition="(Me.FreeBagSlots &lt; 17)">
                  <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Moving to Sell, Repair and Mail.&quot;);" />
                  <CustomBehavior File="Misc\RunLua" Lua="ShowRecoveryMessage = GetMoney();" />
                  <If Condition="Me.KnowsSpell(61425) || Me.KnowsSpell(61447) || Me.KnowsSpell(122708)" >
                      <CustomBehavior File="WaitTimer" WaitTime="750" />
                      <CustomBehavior File="RunMacro" Macro="/cast Тундровый мамонт путешественника\n/cast Traveler's Tundra Mammoth\n/cast Tundramammut des Reisenden\n/cast Großes Expeditionsyak\n/cast Большой як для путешествий\n/cast Grand Expedition Yak" />
                      <CustomBehavior File="WaitTimer" WaitTime="2000" />
                      <CustomBehavior File="ForceSetVendor" DoSell="True" DoRepair="True" />
                      <CustomBehavior File="WaitTimer" WaitTime="5500" />
                      <Else>
                          <CustomBehavior File="Misc\RunLua" Lua="print(&quot;|cFF3399FF[Azyul]|r: Vendor mount wasn't detected, continuing run.&quot;)" />
                          <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Vendor mount not detected.&quot;);" />
                      </Else>
                  </If>
                  <If Condition="(Me.FreeBagSlots &lt; 17)" >
                      <CustomBehavior File="FlyTo" X="-4083.552" Y="-3465.485" Z="287.8949" />
                      <If Condition="Me.IsHorde" >
                          <CustomBehavior File="FlyTo" X="-3503.599" Y="-4375.011" Z="210.492" />
                          <SetVendor>
                              <Vendors>
                                  <Vendor Name="Provisioner Graka" Nav="Fly" Entry="49775" Type="Repair" X="-3491.58" Y="-4368.721" Z="210.4921" />
                              </Vendors>
                          </SetVendor>
                          <CustomBehavior File="ForceSetVendor" DoMail="False" DoSell="True" DoRepair="True" />
                          <If Condition="(Me.FreeBagSlots &lt; 20)">
                              <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: You're still under 20 bagslots after selling. Moving to mail.&quot;);" />
                              <CustomBehavior File="FlyTo" X="-3669.523" Y="-5285.55" Z="48.18324" />
                              <CustomBehavior File="WaitTimer" WaitTime="500" />
                              <SetMailbox>
                                  <Mailboxes>
                                      <Mailbox Nav="Fly" X="-3666.559" Y="-5278.83" Z="41.7954" />
                                  </Mailboxes>
                              </SetMailbox>
                              <CustomBehavior File="ForceSetVendor" DoMail="True" />
                              <CustomBehavior File="WaitTimer" WaitTime="500" />
                          </If>
                      </If>
                      <If Condition="Me.IsAlliance" >
                          <CustomBehavior File="FlyTo" X="-4187.616" Y="-4751.438" Z="126.7861" />
                          <SetVendor>
                              <Vendors>
                                  <Vendor Name="Brian Terrel" Nav="Fly" Entry="49605" Type="Repair" X="-4187.616" Y="-4751.438" Z="126.7861" />
                              </Vendors>
                          </SetVendor>
                          <CustomBehavior File="ForceSetVendor" DoMail="False" DoSell="True" DoRepair="True" />
                          <If Condition="(Me.FreeBagSlots &lt; 20)">
                              <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: You're still under 20 bagslots after selling. Moving to mail.&quot;);" />
                              <CustomBehavior File="FlyTo" X="-5361.541" Y="-2951.45" Z="324.0776" />
                              <SetMailbox>
                                  <Mailboxes>
                                      <Mailbox Nav="Fly" X="-5365.623" Y="-2954.108" Z="323.7545" />
                                  </Mailboxes>
                              </SetMailbox>
                              <CustomBehavior File="ForceSetVendor" DoMail="True" />
                              <CustomBehavior File="WaitTimer" WaitTime="500" />
                          </If>
                      </If>
                      <CustomBehavior File="Misc\RunLua" Lua="
                          AutoRespond = GetMoney();
                          WhisperStats = math.floor(AutoRespond-ShowRecoveryMessage);
                          vendortotalmoney = math.floor(AutoRespond-ShowKillMessage);
                          print(&quot;|cFF0099FFStatistics so far:|r\nYou've gained &quot;, GetCoinTextureString(WhisperStats), &quot; after selling and repairing.\n&quot;, &quot;So far, you've made &quot;, GetCoinTextureString(vendortotalmoney), &quot; total.&quot;)
                          " /> 
                      <ClearVendor />
                      <ClearMailbox />
      
      
      
      
      Not very elegant but it got the job done.
       
    18. zekiel247

      zekiel247 New Member

      Joined:
      Sep 21, 2012
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      0
      Hey echo I checked your cloud but there's only Halls of lighting suicide sell all + deposit, could you upload a deadwish version with sell all/deposit gbank? thanks again man and btw the cloud was down last time i checked. Cheers
       
    19. Pilskopf

      Pilskopf New Member

      Joined:
      Oct 24, 2012
      Messages:
      96
      Likes Received:
      0
      Trophy Points:
      0
      somehow his cloud is offline for me?
       
    20. Pilskopf

      Pilskopf New Member

      Joined:
      Oct 24, 2012
      Messages:
      96
      Likes Received:
      0
      Trophy Points:
      0
      TY so much! :)
       

    Share This Page