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

guild bank gold deposit

odano1988

Member
Joined
Oct 22, 2012
Messages
237
Reaction score
3
is there a plugin or something that will deposit money made from dungeon grinding wether through dungeonbuddy or quest botting dungeon runs so that its off the toons and safe in a bank?>
 
seriously considering paying 10-15 usd for this im sure others would as well for plugin, every 25k made deposit to guild bank or some shit idk. maybe have option to set amount yourself. or option for every 12 hrs deposit idk.
 
You just do that in the profile.
Having a plugin do movement and stuff like that is generally not a good idea, I lost 35 bots because I made one of those and it missfired on me, bots were wiggling back and forth because the plugin told the bot to go to X and the profile the bot to go to Y.

This will deposit all your gold except 250G as stated just after "defaultValue":

PHP:
  <Settings DefaultValue="250" Type="Int32" Name="Gold" Summary="How much gold should the Char save?" Category="Guildbank - Gold save" Global="False" Hidden="False" />
<InteractionAction InteractType="GameObject" Entry="0" InteractDelay="2000" GameObjectType="GuildBank" SpellFocus="Anvil" />
		<WaitAction Condition="false" Timeout="2000" />
    <CustomAction Code="Lua.DoString(&quot;local goldToKeep={0}*10000 local depositAmount=(GetMoney()-goldToKeep) if depositAmount &gt; 0 then DepositGuildBankMoney(depositAmount) end&quot;,(int)Settings[&quot;Gold&quot;]);" />

Ofc you can make a plugin that will not move the bot but just deposits the gold, but that kinda just defeats the purpose because now the profile needs to move to the guild bank and then it can just run this and deposit aswell.

But yeah I guess you could make a plugin that triggers @ non combat, non dead, non ghost, non moving characterGold > 5000:: cast mobile guild vault -> deposit gold.

Sadly 10-15 euro is just not even close to the amount I would need to code such a tool, especially since I think its superfluous.
 
I'm not sure you are understanding the request, at least not what I would have expected.

Every toon that is in a guild gets a "mobile guild chest" or w/e its called. The plugin would literally drop the chest every hour or every 6 hours or every 5000 gold and deposit gold. Theres no need for movement at all.
 
I'm not sure you are understanding the request, at least not what I would have expected.

Every toon that is in a guild gets a "mobile guild chest" or w/e its called. The plugin would literally drop the chest every hour or every 6 hours or every 5000 gold and deposit gold. Theres no need for movement at all.

You could read my entire post.
 
I did, I'm not sure why you are talking about movement in the plugin.
 
mac, if we did do this how would we get those lines into the dungeonbuddy script? thats what im running not a normal profile, im just running dungeon buddy, so would i need to add that to all the scripts or waht? and how much would it cost for the plugin if you were to write it? I'd be interested in A either paying you reasonable price, b coming together with others at areasonable price to fund it.
 
literally just need to cast mobile bank, deposit gold, go back to running dungeons.
 
Back
Top