What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Plugin to deposit gold in Gbank?

Soullinker

Member
Joined
Jan 12, 2011
Messages
577
Reaction score
0
Hey i am looking for a plugin that will deposit gold in my Gbank every time a certain amount is reach...lets say 1000g.
I want to use it with questing and dungeonbuddy botbase. Is there such a plugin because i can't find one :(
 
Code in profile not will be better? ahhh code for dungeonbuddy will be difficult :) but for questing bot np.


example:
PHP:
	<If Condition="Me.Gold &gt; 1000" >
		<If Condition="SpellManager.CanCast(&quot;Mobile Banking&quot;) " >
			<If Condition="SpellManager.HasSpell(&quot;Mobile Banking&quot;)">

				<CustomBehavior File="Message" Text="Deposit goldin mobile gbank" LogColor="Lime" />
					 							
				<CustomBehavior File="RunMacro" Macro="/cast Mobile Banking" />
				<CustomBehavior File="WaitTimer" WaitTime="2500" />
		
				<CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" />  
							
				<CustomBehavior File="RunMacro" Macro="/run DepositGuildBankMoney(GetMoney() - 1000000)" /> 					
			</If>
		</If>
	</If>
 
Last edited:
I think i can make it work with the help of a reloger. I think if i make this in to a questing profile and use the reloger to switch to the profile for a min or two and then back to farming it might work.
 
Back
Top