Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.60 KB | None | 0 0
  1. <HBProfile>
  2. <Name>Lightning Halls - Optimized Gold Farm - Medium Pulls [$Rev: 983 $]</Name>
  3. <MinFreeBagSlots>-1</MinFreeBagSlots>
  4. ///////////////////////////////////////////////////////////////////////
  5. // Profile Developer(S): Mjj23 and EchoTiger
  6. //Originally coded by Mjj23, DetectionDiamond added by EchoTiger
  7. // Farm zone: Lightning Halls
  8. // Farm mobs: All
  9. // Grind Speed: N/A
  10. ///////////////////////////////////////////////////////////////////////
  11.  
  12. <MinLevel>54</MinLevel>
  13. <MaxLevel>91</MaxLevel>
  14.  
  15. <MailGrey>False</MailGrey>
  16. <MailWhite>False</MailWhite>
  17. <MailGreen>False</MailGreen>
  18. <MailBlue>False</MailBlue>
  19. <MailPurple>False</MailPurple>
  20.  
  21. <SellGrey>True</SellGrey>
  22. <SellWhite>True</SellWhite>
  23. <SellGreen>True</SellGreen>
  24. <SellBlue>True</SellBlue>
  25. <SellPurple>True</SellPurple>
  26.  
  27. //Protected Items list, can add to these as you see fit, if you are looking for specific items.
  28. <ProtectedItems>
  29. <Item Name="Book of Glyph Mastery" Entry="45912"/>
  30. </ProtectedItems>
  31.  
  32. <Vendors>
  33. </Vendors>
  34.  
  35. <Mailboxes>
  36. <Mailbox X="8440.736" Y="-329.4271" Z="906.5062" />
  37. </Mailboxes>
  38.  
  39. <AvoidMobs>
  40. <Mob Name="Summon Enabler Stalker" Entry="53488" />
  41. <Mob Name="Ionar Invis Stalker" Entry="28947" />
  42. </AvoidMobs>
  43.  
  44.  
  45. <Blackspots>
  46. </Blackspots>
  47.  
  48. <QuestOrder>
  49.  
  50. <CustomBehavior File="Misc\RunLUA" Lua="print(&quot;|cFFF0F0F0Welcome to the|r |cFFC2DAF3Lvl.95 Halls of Lightning Gold Farm!|r\nNo |cFFCCCC00Farm Scores|r are currently availible for this profile.\n\n|cFF00CC00 Type /stats or /stats2 for statistics!|r\n\nPlease note that this Randomizer runs profiles that are considered unreliable. Issues may occur!&quot;)" />
  51.  
  52.  
  53. <CustomBehavior File="Misc\RunLUA" Lua="
  54. SLASH_DEADLYBOSSMODS1 = '/stats';
  55. SLASH_DBMRANGE1 = '/stats2';
  56. ShowWarningsInChat = GetTime();
  57. ShowFakedRaidWarnings = GetTime();
  58. WarningIconLeft = 0
  59. WarningIconRight = GetTime();
  60. WarningIconChat = GetTime();
  61. ShowLoadMessage = GetMoney();
  62. ShowPizzaMessage = GetMoney();
  63. ShowEngageMessage = GetMoney();
  64. ShowKillMessage = GetMoney();
  65. ShowWipeMessage = math.floor(ShowPizzaMessage-ShowLoadMessage);
  66. ShowRecoveryMessage = GetMoney();
  67. AutoRespond = GetMoney();
  68. WhisperStats = math.floor(AutoRespond-ShowRecoveryMessage);
  69. function calculate()
  70. local itemSellPrice = 0
  71. local itemID = 0
  72. local itemBagCount = 1
  73. local itemStackCount = 1
  74. total_value_of_bags = 0
  75. for i = 0, NUM_BAG_SLOTS do
  76. bagslots = GetContainerNumSlots(i)
  77. for bagslotscounter = 1, bagslots do
  78. itemID = GetContainerItemID(i, bagslotscounter)
  79.  
  80. if (itemID == nil) or (itemSellPrice == nill) then
  81. else
  82. itemSellPrice = select(11, GetItemInfo(itemID))
  83. if (itemSellPrice == nil) then
  84. itemSellPrice = 0
  85. end
  86. itemBagCount = select(2, GetContainerItemInfo(i, bagslotscounter))
  87. total_value_of_bags = total_value_of_bags + (itemSellPrice * itemBagCount)
  88. end
  89. end
  90. end
  91. HideBossEmoteFrame = GetCoinTextureString(total_value_of_bags);
  92. SpamBlockBossWhispers = GetMoney();
  93. ShowFakedRaidWarnings = GetTime();
  94. ShowMinimapButton = (ShowFakedRaidWarnings - ShowWarningsInChat);
  95. BlockVersionUpdateNotice = (ShowFakedRaidWarnings - WarningIconRight);
  96. ShowSpecialWarnings = string.format(&quot;%02.f&quot;, math.floor(ShowMinimapButton/3600));
  97. ShowFlashFrame = string.format(&quot;%02.f&quot;, math.floor(ShowMinimapButton/60 - (ShowSpecialWarnings*60)));
  98. ShowAdvSWSounds = string.format(&quot;%02.f&quot;, math.floor(ShowMinimapButton - ShowSpecialWarnings*3600 - ShowFlashFrame *60));
  99. AlwaysShowHealthFrame = string.format(&quot;%02.f&quot;, math.floor(WarningIconLeft/3600));
  100. ShowBigBrotherOnCombatStart = string.format(&quot;%02.f&quot;, math.floor(WarningIconLeft/60 - (AlwaysShowHealthFrame*60)));
  101. AutologBosses = string.format(&quot;%02.f&quot;, math.floor(WarningIconLeft - AlwaysShowHealthFrame*3600 - ShowBigBrotherOnCombatStart *60));
  102. AdvancedAutologBosses = string.format(&quot;%02.f&quot;, math.floor(BlockVersionUpdateNotice/3600));
  103. LogOnlyRaidBosses = string.format(&quot;%02.f&quot;, math.floor(BlockVersionUpdateNotice/60 - (AdvancedAutologBosses*60)));
  104. UseMasterVolume = string.format(&quot;%02.f&quot;, math.floor(BlockVersionUpdateNotice - AdvancedAutologBosses*3600 - LogOnlyRaidBosses *60));
  105. LFDEnhance = math.floor(SpamBlockBossWhispers-ShowEngageMessage)
  106. SetPlayerRole = math.floor(SpamBlockBossWhispers-ShowKillMessage)
  107. HideWatchFrame = math.floor(SetPlayerRole+total_value_of_bags)
  108. EnableModels = math.floor((SetPlayerRole/ShowMinimapButton)/10)
  109. RangeFrameFrames = math.floor((HideWatchFrame/ShowMinimapButton)/10)
  110. RangeFrameUpdates = GetCoinTextureString(math.floor(SetPlayerRole/(ShowMinimapButton/3600)))
  111. RangeFramePoint = GetCoinTextureString(math.floor(HideWatchFrame/(ShowMinimapButton/3600)))
  112. RangeFrameX = GetCoinTextureString(math.floor(SetPlayerRole/(ShowMinimapButton/60 - (ShowSpecialWarnings*60))))
  113. RangeFrameY = GetCoinTextureString(math.floor(HideWatchFrame/(ShowMinimapButton/60 - (ShowSpecialWarnings*60))))
  114. end
  115. function SlashCmdList.DEADLYBOSSMODS()
  116. calculate()
  117. print(&quot;|cFFF0F0F0~Total Stats!|r\n|cFF00CCFFTime active:|r &quot;, ShowSpecialWarnings .. &quot;h,&quot;, ShowFlashFrame .. &quot;m,&quot;, ShowAdvSWSounds .. &quot;s \n|cFF00CCFFTotal Gold:|r &quot;, GetCoinTextureString(SetPlayerRole), &quot;\n|cFF00CCFFBag Value:|r &quot;, HideBossEmoteFrame, &quot;\n|cFF00CCFFTotal + Bag:|r &quot;, GetCoinTextureString(HideWatchFrame));
  118. print(&quot;|cFFF0F0F0~Last Dungeon!|r\n|cFF00CCFFTime taken:|r &quot;, AlwaysShowHealthFrame .. &quot;h,&quot;, ShowBigBrotherOnCombatStart .. &quot;m,&quot;, AutologBosses .. &quot;s \n|cFF00CCFFRaw Gold:|r &quot;, GetCoinTextureString(ShowWipeMessage), &quot;\n|cFF00CCFFVendor Gold:|r&quot;, GetCoinTextureString(WhisperStats));
  119. print(&quot;|cFFF0F0F0~Current Dungeon!|r\n|cFF00CCFFTime taken:|r &quot;, AdvancedAutologBosses .. &quot;h,&quot;, LogOnlyRaidBosses .. &quot;m,&quot;, UseMasterVolume .. &quot;s \n|cFF00CCFFGold:|r &quot;, GetCoinTextureString(LFDEnhance));
  120. print(&quot;|cFFF79A71Type /stats2 for more stats!|r&quot;)
  121. end
  122. function SlashCmdList.DBMRANGE()
  123. calculate()
  124. print(&quot;|cFFF0F0F0~Estimates!|r\n|cFF00CCFFGPH:|r &quot;, RangeFrameUpdates, &quot; \n|cFF00CCFFGPH (+ Bag Value):|r &quot;, RangeFramePoint, &quot;\n|cFF00CCFFGPM:|r &quot;, RangeFrameX, &quot;\n|cFF00CCFFGPM (+ Bag Value):|r &quot;, RangeFrameY, &quot;\n|cFF00CCFFFarm Score:|r &quot;, EnableModels, &quot;\n|cFF00CCFFFarm Score (+Bag Value)|r &quot;, RangeFrameFrames);
  125. end" />
  126.  
  127. <If Condition="!(Me.MapId == 602)" >
  128. <While Condition="!(Me.MapId == 571)" >
  129. <If Condition="Me.IsAlliance" >
  130. <!-- Outland move to and use portal in shat -->
  131. <If Condition="Me.MapId == 530" >
  132. <CustomBehavior File="Message" Text="Going to Stormwind." LogColor="Lime" />
  133. <CustomBehavior File="FlyTo" X="-248.064" Y="930.2079" Z="84.37978" DestName="BC Portal" />
  134. <CustomBehavior File="MyCTM" X="-247.1655" Y="897.484" Z="84.3497" />
  135. <CustomBehavior File="WaitTimer" WaitTime="5000"/>
  136. <While Condition="Me.MapId == 530" >
  137. <CustomBehavior File="MyCTM" X="-245.7161" Y="896.1308" Z="84.3497" />
  138. <CustomBehavior File="WaitTimer" WaitTime="5000"/>
  139. </While>
  140. <CustomBehavior File="WaitTimer" WaitTime="10000"/>
  141. </If>
  142. <!-- Northrend, go home from borean -->
  143. <If Condition="Me.MapId == 571" >
  144. <CustomBehavior File="Message" Text="Going to Stormwind." LogColor="Lime" />
  145. <If Condition="(HasSpell(54197))">
  146. <CustomBehavior File="FlyTo" DestName="fly my minions fly" X="2236.118" Y="5145.615" Z="5.346904" />
  147. </If>
  148. <CustomBehavior File="UseTransport" TransportId="190536"
  149. WaitAtX="2234.375" WaitAtY="5132.568" WaitAtZ="5.343217"
  150. TransportStartX="2218.391" TransportStartY="5119.589" TransportStartZ="0.04"
  151. StandOnX="2223.174" StandOnY="5118.869" StandOnZ="9.43335"
  152. TransportEndX="-8288.816" TransportEndY="1424.703" TransportEndZ="0.04"
  153. GetOffX="-8300.08" GetOffY="1405.158" GetOffZ="4.422395" />
  154. </If>
  155. <!-- Kalimdor boat from Ratchet. -->
  156. <If Condition="Me.MapId == 1" >
  157. <CustomBehavior File="Message" Text="Going to Stormwind." LogColor="Lime" />
  158. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  159. <CustomBehavior File="FlyTo" X="-996.8669" Y="-3826.07" Z="5.536246" />
  160. </If>
  161. <If Condition="!SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  162. <RunTo X="-996.8669" Y="-3826.07" Z="5.536246" />
  163. </If>
  164. <CustomBehavior File="UseTransport" TransportId="20808"
  165. WaitAtX="-996.8669" WaitAtY="-3826.07" WaitAtZ="5.536246"
  166. TransportStartX="-1005.613" TransportStartY="-3841.648" TransportStartZ="0.01553879"
  167. StandOnX="-997.3311" StandOnY="-3836.707" StandOnZ="6.030852"
  168. TransportEndX="-14277.75" TransportEndY="582.8661" TransportEndZ="0.03330701"
  169. GetOffX="-14280.88" GetOffY="566.6268" GetOffZ="6.979454" />
  170. </If>
  171. <!-- Deepholm, Taking portal. -->
  172. <If Condition="Me.MapId == 646" >
  173. <CustomBehavior File="Message" Text="Going to Stormwind." LogColor="Lime" />
  174. <CustomBehavior File="FlyTo" X="846.4727" Y="483.7805" Z="-19.13363" />
  175. <CustomBehavior File="FlyTo" X="918.0795" Y="503.5825" Z="-49.25048" />
  176. <RunTo X="973.6232" Y="570.9096" Z="-46.0024" />
  177. <CustomBehavior File="InteractWith" MobId="205272" ObjectType="Gameobject" Range="4" X="973.6232" Y="570.9096" Z="-46.0024" />
  178. <CustomBehavior File="WaitTimer" WaitTime="8000" GoalText="Waiting for port {TimeRemaining}" />
  179. </If>
  180. <!-- Pandaland, Taking portal. -->
  181. <If Condition="Me.MapId == 870" >
  182. <CustomBehavior File="Message" Text="Going to Stormwind." LogColor="Lime" />
  183. <CustomBehavior File="FlyTo" X="-311.6545" Y="-1776.63" Z="62.67051" />
  184. <RunTo X="-311.6545" Y="-1776.63" Z="62.67051" />
  185. <CustomBehavior File="InteractWith" MobId="210805" ObjectType="Gameobject" Range="4" />
  186. <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for zone {TimeRemaining}" />
  187. </If>
  188. <!-- Homeland, Ally Eastern Kingdom -->
  189. <If Condition="Me.MapId == 0" >
  190.  
  191. <If condition="true"><!-- If Set true will go to Northrend -->
  192. <CustomBehavior File="Message" Text="Going to Vikingland." LogColor="Lime" />
  193.  
  194. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  195. <CustomBehavior File="FlyTo" X="-8300.08" Y="1405.158" Z="4.422395" />
  196. </If>
  197. <CustomBehavior File="UseTransport" TransportId="190536"
  198. WaitAtX="-8300.08" WaitAtY="1405.158" WaitAtZ="4.422395"
  199. GetOffX="2234.375" GetOffY="5132.568" GetOffZ="5.343217"
  200. StandOnX="-8293.091" StandOnY="1421.008" StandOnZ="9.480089"
  201. TransportStartX="-8288.816" TransportStartY="1424.703" TransportStartZ="0.04"
  202. TransportEndX="2218.391" TransportEndY="5119.589" TransportEndZ="0.04" />
  203. <CustomBehavior File="WaitTimer" WaitTime="5000" />
  204. </If>
  205.  
  206. <If condition="false"><!-- If Set true will go to Outland -->
  207. <CustomBehavior File="Message" Text="Going to Outland." LogColor="Lime" />
  208.  
  209. <While Condition="Me.MapId == 0" >
  210. <If Condition="Me.MapId == 0" >
  211. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  212. <CustomBehavior File="FlyTo" X="-11895.44" Y="-3206.936" Z="-14.64132" />
  213. </If>
  214. <RunTo X="-11895.44" Y="-3206.936" Z="-14.64132" />
  215. <CustomBehavior File="WaitTimer" WaitTime="1000" />
  216. </If>
  217. <If Condition="Me.MapId == 0" >
  218. <CustomBehavior File="MyCTM" X="-11908.09" Y="-3208.854" Z="-14.83002" />
  219. <CustomBehavior File="WaitTimer" WaitTime="5000" />
  220. </If>
  221. <If Condition="Me.MapId == 0" >
  222. <CustomBehavior File="WaitTimer" WaitTime="5000" />
  223. </If>
  224. </While>
  225. </If>
  226.  
  227. <If condition="false"> <!-- If Set true will go to Kalimdor -->
  228. <CustomBehavior File="Message" Text="Going to Kalimdor." LogColor="Lime" />
  229.  
  230. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  231. <CustomBehavior File="FlyTo" X="-14288.29" Y="549.3284" Z="8.689642" />
  232. </If>
  233. <If Condition="!SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  234. <Runto X="-14288.29" Y="549.3284" Z="8.689642" />
  235. </If>
  236. <CustomBehavior File="ForcedDismount" />
  237. <!-- BB dock to Ratchet -->
  238. <CustomBehavior File="UseTransport" TransportId="20808"
  239. WaitAtX="-14280.88" WaitAtY="566.6268" WaitAtZ="6.979454"
  240. TransportStartX="-14277.75" TransportStartY="582.8661" TransportStartZ="0.01553879"
  241. StandOnX="-14270.46" StandOnY="579.9881" StandOnZ="6.088587"
  242. TransportEndX="-1005.613" TransportEndY="-3841.648" TransportEndZ="0.03330701"
  243. GetOffX="-996.8669" GetOffY="-3826.07" GetOffZ="5.536246" />
  244. </If>
  245.  
  246. <If condition="false"><!-- If Set true will go to Pandaland -->
  247. <CustomBehavior File="Message" Text="Going to Pandaland." LogColor="Lime" />
  248.  
  249. <CustomBehavior File="FlyTo" X="-8200.323" Y="527.858" Z="116.7516" />
  250. <CustomBehavior File="InteractWith" MobId="215457" ObjectType="Gameobject" Range="4" />
  251. <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for zone {TimeRemaining}" />
  252. <!-- Going to Pandaland Stop -->
  253. </If>
  254.  
  255. <!-- No profiles in deepholm-->
  256.  
  257. </If>
  258. </If>
  259. <!-- Horde part -->
  260. <If Condition="Me.IsHorde" >
  261. <!-- Outland move to and use portal in shat -->
  262. <If Condition="Me.MapId == 530" >
  263. <CustomBehavior File="Message" Text="Going to Kalimdor." LogColor="Lime" />
  264. <While Condition="Me.MapId == 530" >
  265. <CustomBehavior File="FlyTo" DestName="Org portal" X="-1956.413" Y="5383.551" Z="-12.42774" />
  266. <CustomBehavior File="ForcedDismount" />
  267.  
  268. <RunTo X="-1898.169" Y="5395.958" Z="-12.42774" />
  269. <CustomBehavior File="InteractWith" MobId="183323" ObjectType="Gameobject" Range="4" />
  270. <CustomBehavior File="WaitTimer" WaitTime="7000" GoalText="Waiting for zone {TimeRemaining}" />
  271. </While>
  272. <RunTo X="1896.122" Y="-4489.93" Z="23.84045" />
  273. <CustomBehavior File="FlyTo" X="1882.573" Y="-4548.733" Z="110.4602" />
  274. </If>
  275. <!-- Northrend, go home from borean -->
  276. <If Condition="Me.MapId == 571" >
  277. <CustomBehavior File="Message" Text="Going to Kalimdor." LogColor="Lime" />
  278. <If Condition="(HasSpell(54197))">
  279. <CustomBehavior File="FlyTo" DestName="Borean Tundra" X="2708.396" Y="6066.991" Z="109.617" />
  280. <CustomBehavior File="FlyTo" DestName="Warsong Hold, BT" X="2740.837" Y="6097.529" Z="76.88604" />
  281. </If>
  282. <CustomBehavior File="Message" Text="Running to Borean Zepp to Org" LogColor="Cornflowerblue" />
  283. <RunTo X="2829.74" Y="6179.48" Z="121.9793" />
  284. <CustomBehavior File="Message" Text="Waiting for Borean Zepp to Org - don't interact!" LogColor="Orange" />
  285. <CustomBehavior File="UseTransport" TransportId="186238"
  286. WaitAtX="2836.831" WaitAtY="6185.15" WaitAtZ="121.9923"
  287. TransportStartX="2837.908" TransportStartY="6187.443" TransportStartZ="140.1648"
  288. StandOnX="2844.171" StandOnY="6191.577" StandOnZ="122.3017"
  289. TransportEndX="1775.066" TransportEndY="-4299.745" TransportEndZ="151.0326"
  290. GetOffX="1763.203" GetOffY="-4284.529" GetOffZ="133.1072" />
  291. </If>
  292. <!-- From Eastern Kingdom going home -->
  293. <If Condition="Me.MapId == 0" >
  294. <CustomBehavior File="Message" Text="Going to Kalimdor." LogColor="Lime" />
  295. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  296. <CustomBehavior File="FlyTo" X="2039.925" Y="273.7229" Z="142.3792" />
  297. <CustomBehavior File="FlyTo" X="2067.174" Y="284.9927" Z="97.03151" />
  298. </If>
  299. <RunTo X="2070.155" Y="289.2588" Z="97.0315" />
  300. <CustomBehavior File="UseTransport"
  301. TransportId="164871"
  302. WaitAtX="2070.155" WaitAtY="289.2588" WaitAtZ="97.0315"
  303. TransportStartX="2062.376" TransportStartY="292.998" TransportStartZ="114.973"
  304. TransportEndX="1833.509" TransportEndY="-4391.543" TransportEndZ="152.7679"
  305. StandOnX="2067.979" StandOnY="295.2747" StandOnZ="97.23677"
  306. GetOffX="1840.225" GetOffY="-4390.912" GetOffZ="135.2337" />
  307. </If>
  308. <!-- Deepholm, Taking portal. -->
  309. <If Condition="Me.MapId == 646" >
  310. <CustomBehavior File="Message" Text="Going to Kalimdor." LogColor="Lime" />
  311. <CustomBehavior File="FlyTo" X="846.4727" Y="483.7805" Z="-19.13363" />
  312. <CustomBehavior File="FlyTo" X="918.0795" Y="503.5825" Z="-49.25048" />
  313. <RunTo X="990.1199" Y="457.7099" Z="-44.2598" />
  314. <CustomBehavior File="InteractWith" MobId="205273" ObjectType="Gameobject" Range="4" X="990.1199" Y="457.7099" Z="-44.2598" />
  315. <CustomBehavior File="WaitTimer" WaitTime="8000" GoalText="Waiting for port {TimeRemaining}" />
  316. </If>
  317. <!-- Pandaland, Taking portal. -->
  318. <If Condition="Me.MapId == 870" >
  319. <CustomBehavior File="Message" Text="Going to Kalimdor." LogColor="Lime" />
  320.  
  321. <CustomBehavior File="FlyTo" X="2924.921" Y="-510.5903" Z="268.8555" />
  322. <RunTo X="2924.921" Y="-510.5903" Z="268.8555" />
  323. <CustomBehavior File="InteractWith" MobId="210804" ObjectType="Gameobject" Range="4" />
  324. <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for zone {TimeRemaining}" />
  325. </If>
  326. <!-- Homeland, Horde Kalimdor -->
  327. <If Condition="Me.MapId == 1" >
  328.  
  329. <If condition="true"><!-- If Set true will go to Northrend -->
  330. <CustomBehavior File="Message" Text="Going to Northrend." LogColor="Lime" />
  331.  
  332. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  333. <CustomBehavior File="FlyTo" X="1736.402" Y="-4283.072" Z="190.7621" />
  334. <CustomBehavior File="FlyTo" X="1754.089" Y="-4278.742" Z="133.0416" />
  335. <CustomBehavior File="ForcedDismount" />
  336. </If>
  337. <RunTo X="1763.389" Y="-4283.858" Z="133.1073" />
  338.  
  339. <CustomBehavior File="Message" Text="Waiting for Org Zepp to Borean - don't interact!" LogColor="Orange" />
  340.  
  341. <CustomBehavior File="UseTransport" TransportId="186238"
  342. WaitAtX="1763.066" WaitAtY="-4284.396" WaitAtZ="133.1081"
  343. TransportStartX="1775.066" TransportStartY="-4299.745" TransportStartZ="151.0326"
  344. StandOnX="1770.22" StandOnY="-4292.056" StandOnZ="133.1872"
  345. TransportEndX="2837.908" TransportEndY="6187.443" TransportEndZ="140.1648"
  346. GetOffX="2836.831" GetOffY="6185.15" GetOffZ="121.9923" />
  347. <RunTo X="2740.837" Y="6097.529" Z="76.88604" />
  348. </If>
  349.  
  350. <If condition="false"><!-- If Set true will go to Outland -->
  351. <CustomBehavior File="Message" Text="On out way to Outland." LogColor="Lime" />
  352. <CustomBehavior File="Message" Text="Going by boat in Ratchet." LogColor="Lime" />
  353.  
  354. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  355. <CustomBehavior File="FlyTo" X="-996.8669" Y="-3826.07" Z="5.536246" />
  356. </If>
  357. <If Condition="!SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  358. <RunTo X="-996.8669" Y="-3826.07" Z="5.536246" />
  359. </If>
  360. <CustomBehavior File="UseTransport" TransportId="20808"
  361. WaitAtX="-996.8669" WaitAtY="-3826.07" WaitAtZ="5.536246"
  362. TransportStartX="-1005.613" TransportStartY="-3841.648" TransportStartZ="0.01553879"
  363. StandOnX="-997.3311" StandOnY="-3836.707" StandOnZ="6.030852"
  364. TransportEndX="-14277.75" TransportEndY="582.8661" TransportEndZ="0.03330701"
  365. GetOffX="-14280.88" GetOffY="566.6268" GetOffZ="6.979454" />
  366. <!-- Should now be in Eastern Kingdom -->
  367. <While Condition="Me.MapId == 0" >
  368. <If Condition="Me.MapId == 0" >
  369. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  370. <CustomBehavior File="FlyTo" X="-11895.44" Y="-3206.936" Z="-14.64132" />
  371. </If>
  372. <RunTo X="-11895.44" Y="-3206.936" Z="-14.64132" />
  373. <CustomBehavior File="WaitTimer" WaitTime="1000" />
  374. </If>
  375. <If Condition="Me.MapId == 0" >
  376. <CustomBehavior File="MyCTM" X="-11908.09" Y="-3208.854" Z="-14.83002" />
  377. <CustomBehavior File="WaitTimer" WaitTime="5000" />
  378. </If>
  379. <If Condition="Me.MapId == 0" >
  380. <CustomBehavior File="WaitTimer" WaitTime="5000" />
  381. </If>
  382. </While>
  383. </If>
  384.  
  385. <If condition="false"><!-- If Set true will go to Eastern Kingdom -->
  386. <CustomBehavior File="Message" Text="Going to Eastern Kingdom." LogColor="Lime" />
  387.  
  388. <If Condition="SpellManager.HasSpell(&quot;Flight Master's License&quot;)">
  389. <CustomBehavior File="FlyTo" X="1836.794" Y="-4383.654" Z="206.7829" />
  390. <CustomBehavior File="FlyTo" X="1848.44" Y="-4398.829" Z="135.1602" />
  391. <CustomBehavior File="ForcedDismount" />
  392. </If>
  393. <RunTo X="1840.468" Y="-4392.099" Z="135.2326" />
  394. <CustomBehavior File="UseTransport" TransportId="164871"
  395. WaitAtX="1838.676" WaitAtY="-4387.965" WaitAtZ="135.2332"
  396. TransportStartX="1833.509" TransportStartY="-4391.543" TransportStartZ="152.7679"
  397. TransportEndX="2062.376" TransportEndY="292.998" TransportEndZ="114.973"
  398. StandOnX="1834.961" StandOnY="-4385.694" StandOnZ="135.0334"
  399. GetOffX="2066.773" GetOffY="288.873" GetOffZ="97.03159" />
  400. </If>
  401.  
  402. <If condition="false"><!-- If Set true will go to Pandaland -->
  403. <CustomBehavior File="Message" Text="Going to Pandaland." LogColor="Lime" />
  404.  
  405. <CustomBehavior File="FlyTo" X="2012.948" Y="-4698.641" Z="28.60529" />
  406. <CustomBehavior File="InteractWith" MobId="215424" ObjectType="Gameobject" Range="4" />
  407. <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for zone {TimeRemaining}" />
  408.  
  409. </If>
  410. </If>
  411. </If>
  412. </While>
  413. </If>
  414. <!-- End transport script credit to Bengan.
  415. With use of Kicks go to profiles.
  416. Big thanks to Kick for this. -->
  417.  
  418. <If Condition="(Me.MapId == 602)" >
  419. <CustomBehavior File="Message" Text="Bot was started in-instance.\nMoving out of instance." LogColor="Red" />
  420. <!-- <CustomBehavior File="RunMacro" Macro="/cast Hearthstone" /> --> // Remove the <!-- --> to use Hearthstone instead.
  421.  
  422. <RunTo X="1331.879" Y="247.3523" Z="52.58322" /> //Delete this if you're using the Hearthstone.
  423. <CustomBehavior File="MyCTM" X="1330.933" Y="276.6876" Z="53.39822" /> //Delete this if you're using the Hearthstone.
  424. <CustomBehavior File="WaitTimer" WaitTime="7000" /> //Delete this if you're using the Hearthstone.
  425. </If>
  426.  
  427. <CustomBehavior File="UserSettings" LootMobs="True" PullDistance="25" />
  428. <CustomBehavior File="RunMacro" Macro="/script SetDungeonDifficultyID(1);" />
  429. <CustomBehavior File="RunMacro" Macro="/script ResetInstances();" />
  430.  
  431. <While Condition="true" >
  432. <If Condition="Me.Location.Distance(new WoWPoint(9168.483, -1370.176, 1095.251)) &gt;= 30" >
  433. <CustomBehavior File="FlyTo" X="9160.772" Y="-1364.403" Z="1115.498" />
  434. </If>
  435. <While Condition="(Me.FreeBagSlots &gt;= 25)" >
  436. <If Condition="!(Me.MapId == 602)">
  437. <CustomBehavior File="MyCTM" X="9190.415" Y="-1395.566" Z="1110.215" TerminateWhen="Me.MapId == 602" />
  438. </If>
  439. <If Condition="(Me.MapId == 602)" >
  440. <CustomBehavior File="Misc\InstanceTimer" Timer="Start" />
  441. <CustomBehavior File="Misc\RunLUA" Lua="ShowLoadMessage = GetMoney();" />
  442. <CustomBehavior File="Misc\RunLUA" Lua="WarningIconRight = GetTime();" />
  443. <CustomBehavior File="Misc\RunLUA" Lua="ShowEngageMessage = GetMoney();" />
  444.  
  445. <CustomBehavior File="UserSettings" LootMobs="True" PullDistance="40" />
  446. <RunTo X="1331.41" Y="199.7128" Z="52.81123" />
  447.  
  448. <CustomBehavior File="Misc\RunLUA" Lua="
  449. CastSpellByID(2645);
  450. CastSpellByID(2983);
  451. CastSpellByID(17);
  452. CastSpellByID(85499);
  453. CastSpellByID(108843);
  454. CastSpellByID(1850);
  455. CastSpellByID(108212);
  456. " />
  457. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  458. <Hotspot X="1337.66" Y="163.1053" Z="53.70436" />
  459. <Hotspot X="1336.256" Y="100.1847" Z="40.18056" />
  460. </CustomBehavior>
  461.  
  462. <CustomBehavior File="Misc\RunLUA" Lua="
  463. CastSpellByID(2645);
  464. CastSpellByID(2983);
  465. CastSpellByID(17);
  466. CastSpellByID(85499);
  467. CastSpellByID(108843);
  468. CastSpellByID(1850);
  469. CastSpellByID(108212);
  470. " />
  471. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  472. <Hotspot X="1355.665" Y="65.16386" Z="43.96903" /> //
  473. <Hotspot X="1402.045" Y="42.95391" Z="50.03842" /> //
  474. </CustomBehavior>
  475.  
  476. <CustomBehavior File="Misc\RunLUA" Lua="
  477. CastSpellByID(2645);
  478. CastSpellByID(2983);
  479. CastSpellByID(17);
  480. CastSpellByID(85499);
  481. CastSpellByID(108843);
  482. CastSpellByID(1850);
  483. CastSpellByID(108212);
  484. " />
  485. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  486. <Hotspot X="1439.105" Y="45.48732" Z="56.66748" /> /// <!-- Last mob pack pull. -->
  487. </CustomBehavior>
  488.  
  489. <RunTo X="1388.471" Y="30.90633" Z="50.03843" /> <!-- No mobs pulled here. -->
  490.  
  491. <CustomBehavior File="Misc\RunLUA" Lua="
  492. CastSpellByID(2645);
  493. CastSpellByID(2983);
  494. CastSpellByID(17);
  495. CastSpellByID(85499);
  496. CastSpellByID(108843);
  497. CastSpellByID(1850);
  498. CastSpellByID(108212);
  499. " />
  500. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  501. <Hotspot X="1368.888" Y="21.05645" Z="49.83234" />
  502. <Hotspot X="1337.649" Y="-32.34933" Z="40.18052" />
  503. </CustomBehavior>
  504.  
  505. <RunTo X="1331.997" Y="-100.1994" Z="23.22629" /> <!-- No mobs pulled here. -->
  506.  
  507. <CustomBehavior File="Misc\RunLUA" Lua="
  508. CastSpellByID(2645);
  509. CastSpellByID(2983);
  510. CastSpellByID(17);
  511. CastSpellByID(85499);
  512. CastSpellByID(108843);
  513. CastSpellByID(1850);
  514. CastSpellByID(108212);
  515. " />
  516. <CustomBehavior File="RunLikeHell" AllowCombat="false" > <!-- Slabs -->
  517. <Hotspot X="1316.529" Y="-167.4804" Z="23.22557" />
  518. <Hotspot X="1331.599" Y="-224.597" Z="36.6249" />
  519. <Hotspot X="1363.093" Y="-237.6061" Z="37.80626" />
  520. <Hotspot X="1302.291" Y="-237.3351" Z="37.76667" />
  521. </CustomBehavior>
  522.  
  523. <RunTo X="1310.339" Y="-222.924" Z="40.59811" /> <!--No mobs pulled here. -->
  524.  
  525. <CustomBehavior File="Misc\RunLUA" Lua="
  526. CastSpellByID(2645);
  527. CastSpellByID(2983);
  528. CastSpellByID(17);
  529. CastSpellByID(85499);
  530. CastSpellByID(108843);
  531. CastSpellByID(1850);
  532. CastSpellByID(108212);
  533. " />
  534. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  535. <Hotspot X="1296.24" Y="-184.3698" Z="52.02307" />
  536. <Hotspot X="1369.066" Y="-186.5488" Z="52.02481" />
  537. </CustomBehavior>
  538.  
  539. <CustomBehavior File="Misc\RunLUA" Lua="
  540. CastSpellByID(2645);
  541. CastSpellByID(2983);
  542. CastSpellByID(17);
  543. CastSpellByID(85499);
  544. CastSpellByID(108843);
  545. CastSpellByID(1850);
  546. CastSpellByID(108212);
  547. " />
  548. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  549. <Hotspot X="1366.527" Y="-137.415" Z="54.94798" /> //
  550. <Hotspot X="1296.846" Y="-144.8582" Z="52.00815" /> //
  551. </CustomBehavior>
  552.  
  553. <RunTo X="1333.095" Y="-111.4276" Z="56.71784" /> <!-- Pull Volkhan -->
  554. <RunTo X="1287.921" Y="-161.2075" Z="52.02122" /> <!-- No mobs pulled here. -->
  555.  
  556. <CustomBehavior File="Misc\RunLUA" Lua="
  557. CastSpellByID(2645);
  558. CastSpellByID(2983);
  559. CastSpellByID(17);
  560. CastSpellByID(85499);
  561. CastSpellByID(108843);
  562. CastSpellByID(1850);
  563. CastSpellByID(108212);
  564. " />
  565. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  566. <Hotspot X="1190.766" Y="-163.0728" Z="52.37841" />
  567. </CustomBehavior>
  568.  
  569. <CustomBehavior File="Misc\RunLUA" Lua="
  570. CastSpellByID(2645);
  571. CastSpellByID(2983);
  572. CastSpellByID(17);
  573. CastSpellByID(85499);
  574. CastSpellByID(108843);
  575. CastSpellByID(1850);
  576. CastSpellByID(108212);
  577. " />
  578. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  579. <Hotspot X="1182.156" Y="-198.6261" Z="52.44511" /> //
  580. </CustomBehavior>
  581.  
  582. <RunTo X="1177.321" Y="-222.0205" Z="52.55298" /> <!-- No mobs pulled here. -->
  583.  
  584. <CustomBehavior File="Misc\RunLUA" Lua="
  585. CastSpellByID(2645);
  586. CastSpellByID(2983);
  587. CastSpellByID(17);
  588. CastSpellByID(85499);
  589. CastSpellByID(108843);
  590. CastSpellByID(1850);
  591. CastSpellByID(108212);
  592. " />
  593. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  594. <Hotspot X="1174.103" Y="-261.2543" Z="52.35262" />
  595. </CustomBehavior>
  596.  
  597. <CustomBehavior File="Misc\RunLUA" Lua="
  598. CastSpellByID(2645);
  599. CastSpellByID(2983);
  600. CastSpellByID(17);
  601. CastSpellByID(85499);
  602. CastSpellByID(108843);
  603. CastSpellByID(1850);
  604. CastSpellByID(108212);
  605. " />
  606. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  607. <Hotspot X="1111.6" Y="-263.8185" Z="56.87343" /> //
  608. </CustomBehavior>
  609.  
  610.  
  611. <RunTo X="1099.243" Y="-262.1025" Z="56.87389" /> <!-- No mobs pulled here. -->
  612. <RunTo X="1084.386" Y="-261.6173" Z="61.1981" /> <!-- Pull Ionar -->
  613. <RunTo X="1074.463" Y="-232.8099" Z="61.19876" /> <!-- No mobs pulled here. -->
  614.  
  615. <CustomBehavior File="Misc\RunLUA" Lua="
  616. CastSpellByID(2645);
  617. CastSpellByID(2983);
  618. CastSpellByID(17);
  619. CastSpellByID(85499);
  620. CastSpellByID(108843);
  621. CastSpellByID(1850);
  622. CastSpellByID(108212);
  623. " />
  624. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  625. <Hotspot X="1081.213" Y="-210.6741" Z="61.19409" />
  626. <Hotspot X="1086.953" Y="-173.0991" Z="56.6468" />
  627. </CustomBehavior>
  628.  
  629. <CustomBehavior File="Misc\RunLUA" Lua="
  630. CastSpellByID(2645);
  631. CastSpellByID(2983);
  632. CastSpellByID(17);
  633. CastSpellByID(85499);
  634. CastSpellByID(108843);
  635. CastSpellByID(1850);
  636. CastSpellByID(108212);
  637. " />
  638. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  639. <Hotspot X="1100.955" Y="-142.5512" Z="61.21936" /> //
  640. </CustomBehavior>
  641.  
  642. <CustomBehavior File="Misc\RunLUA" Lua="
  643. CastSpellByID(2645);
  644. CastSpellByID(2983);
  645. CastSpellByID(17);
  646. CastSpellByID(85499);
  647. CastSpellByID(108843);
  648. CastSpellByID(1850);
  649. CastSpellByID(108212);
  650. " />
  651. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  652. <Hotspot X="1056.017" Y="-169.4132" Z="56.64449" />
  653. <Hotspot X="1055.698" Y="-170.059" Z="56.64816" />
  654. <Hotspot X="1048.225" Y="-139.9224" Z="61.22002" />
  655. </CustomBehavior>
  656.  
  657. <CustomBehavior File="Misc\RunLUA" Lua="
  658. CastSpellByID(2645);
  659. CastSpellByID(2983);
  660. CastSpellByID(17);
  661. CastSpellByID(85499);
  662. CastSpellByID(108843);
  663. CastSpellByID(1850);
  664. CastSpellByID(108212);
  665. " />
  666. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  667. <Hotspot X="1040.782" Y="-115.5496" Z="61.25932" /> //
  668. </CustomBehavior>
  669.  
  670. <CustomBehavior File="Misc\RunLUA" Lua="
  671. CastSpellByID(2645);
  672. CastSpellByID(2983);
  673. CastSpellByID(17);
  674. CastSpellByID(85499);
  675. CastSpellByID(108843);
  676. CastSpellByID(1850);
  677. CastSpellByID(108212);
  678. " />
  679. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  680. <Hotspot X="1074.053" Y="-108.4413" Z="56.74244" />
  681. <Hotspot X="1114.542" Y="-118.3881" Z="61.26659" />
  682. </CustomBehavior>
  683.  
  684. <CustomBehavior File="Misc\RunLUA" Lua="
  685. CastSpellByID(2645);
  686. CastSpellByID(2983);
  687. CastSpellByID(17);
  688. CastSpellByID(85499);
  689. CastSpellByID(108843);
  690. CastSpellByID(1850);
  691. CastSpellByID(108212);
  692. " />
  693. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  694. <Hotspot X="1078.436" Y="-39.96408" Z="61.19484" /> //
  695. </CustomBehavior>
  696.  
  697. <CustomBehavior File="Misc\RunLUA" Lua="
  698. CastSpellByID(2645);
  699. CastSpellByID(2983);
  700. CastSpellByID(17);
  701. CastSpellByID(85499);
  702. CastSpellByID(108843);
  703. CastSpellByID(1850);
  704. CastSpellByID(108212);
  705. " />
  706. <RunTo X="1066.26" Y="-18.35331" Z="61.20409" /> <!-- No mobs pulled here. -->
  707. <RunTo X="1039.36" Y="24.96756" Z="58.34365" /> <!-- Mob may be pulled here. -->
  708. <RunTo X="1150.202" Y="33.70441" Z="60.43929" /> <!--Mob may be pulled here. -->
  709. <RunTo X="1179.998" Y="34.06177" Z="60.72852" /> <!-- Pull Loken. -->
  710. <RunTo X="1183.806" Y="50.22289" Z="60.72858" /> <!-- Navigate shortcut 1 -->
  711. <RunTo X="1243.369" Y="32.99341" Z="58.21875" /> <!-- Navigate shortcut 2 -->
  712. <CustomBehavior File="MyCTM" X="1265.287" Y="33.88977" Z="33.50571" />
  713.  
  714. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  715. <Hotspot X="1252.129" Y="-26.77266" Z="33.50569" />
  716. </CustomBehavior>
  717.  
  718. <CustomBehavior File="RunLikeHell" AllowCombat="false" >
  719. <Hotspot X="1269.707" Y="104.146" Z="33.50554" />
  720. <Hotspot X="1293.428" Y="91.48701" Z="36.04799" />
  721. </CustomBehavior>
  722.  
  723. <RunTo X="1313.052" Y="99.55944" Z="40.18031" /> <!-- No mobs pulled here. -->
  724. <RunTo X="1331.879" Y="247.3523" Z="52.58322" /> <!-- No mobs pulled here. -->
  725.  
  726. <!-- <CustomBehavior File="Misc\RunLUA" Lua="ShowPizzaMessage = GetMoney();" />
  727. <CustomBehavior File="Misc\RunLUA" Lua="ShowWipeMessage = math.floor(ShowPizzaMessage-ShowLoadMessage);" />
  728. <CustomBehavior File="Misc\RunLUA" Lua="totalmoney = math.floor(ShowPizzaMessage-ShowKillMessage);" />
  729. <CustomBehavior File="Misc\RunLUA" Lua="print(&quot;|cFF3399FF[Azyul]|r: Quick Stats!\nPicked up: &quot;, GetCoinTextureString(ShowWipeMessage), &quot;\nTotals: &quot;, GetCoinTextureString(totalmoney))" />
  730. <CustomBehavior File="Misc\RunLUA" Lua="ShowPizzaMessage = GetMoney();" />
  731. <CustomBehavior File="Misc\RunLUA" Lua="WarningIconChat = GetTime();" />
  732. <CustomBehavior File="Misc\RunLUA" Lua="WarningIconLeft = math.floor(WarningIconChat-WarningIconRight)" />
  733.  
  734. <CustomBehavior File="Misc\InstanceTimer" Timer="Check" />-->
  735. <CustomBehavior File="MyCTM" X="1330.933" Y="276.6876" Z="53.39822" />
  736. <CustomBehavior File="WaitTimer" WaitTime="7000" />
  737. <CustomBehavior File="RunMacro" Macro="/script ResetInstances()" />
  738.  
  739. </If>
  740. </While>
  741. <!--Vendor Code -->
  742. <If Condition="(Me.FreeBagSlots &lt; 26)" >
  743. <CustomBehavior File="Misc\RunLUA" Lua="ShowRecoveryMessage = GetMoney();" />
  744. <CustomBehavior File="Message" Text="Moving to Sell, Repair, Mail" LogColor="Lime" />
  745.  
  746. <If Condition="(Me.FreeBagSlots &lt; 26)" >
  747. <CustomBehavior File="FlyTo" X="9125.889" Y="-1329.844" Z="1061.307" />
  748. <CustomBehavior File="FlyTo" X="8913.015" Y="-1302.307" Z="1025.499" />
  749. <CustomBehavior File="FlyTo" X="8897.434" Y="-1347.713" Z="1031.36" />
  750. <CustomBehavior File="WaitTimer" WaitTime="1000" />
  751. <CustomBehavior File="RunMacro" Macro="/dismount" />
  752. <RunTo X="8891.013" Y="-1359.756" Z="1033.76" />
  753. <SetVendor>
  754. <Vendors>
  755. <Vendor Name="Chester Copperpot" Entry="32477" Type="Repair" />
  756. <Vendor Name="Chester Copperpot" Entry="32477" Type="Food" X="8893.612" Y="-1361.069" Z="1033.906" />
  757. </Vendors>
  758. </SetVendor>
  759. <CustomBehavior File="WaitTimer" WaitTime="500" />
  760.  
  761. <CustomBehavior File="ForceSetVendor" DoMail="False" DoRepair="True" DoSell="True" />
  762.  
  763. <RunTo X="8900.253" Y="-1344.676" Z="1029.835" />
  764. <ClearVendor />
  765.  
  766. <If Condition=" GetFactionReputation(1168) &gt; 3000 &amp;&amp; Me.Gold &gt; 1000">
  767. <CustomBehavior File="Message" Text="Going to save money in the Mobile Bank." LogColor="Gold" />
  768. <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="TimeRemaining}" />
  769. <CustomBehavior File="RunMacro" Macro="/cast Mobile Banking" />
  770. <CustomBehavior File="WaitTimer" WaitTime="500" GoalText="TimeRemaining}" />
  771. <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="TimeRemaining}" />
  772.  
  773. <If Condition="Me.IsAlliance">
  774. <CustomBehavior File="InteractWith" MobId="206602" ObjectType="GameObject" />
  775. <Else>
  776. <CustomBehavior File="InteractWith" MobId="206603" ObjectType="GameObject" />
  777. </Else>
  778. </If>
  779.  
  780. <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="TimeRemaining}" />
  781. <CustomBehavior File="RunMacro" Macro="/run DepositGuildBankMoney(GetMoney())" />
  782. <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="TimeRemaining}" />
  783. <Else>
  784. <CustomBehavior File="Message" Text="Can't save money in the Mobile Bank." LogColor="Gold" />
  785. </Else>
  786. </If>
  787. </If>
  788. </If>
  789. </While>
  790. </QuestOrder>
  791. </HBProfile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement