HB7149I36
Member
- Joined
- May 26, 2011
- Messages
- 135
This is a pluggin originally writen by a guy called "wigglez" but it went realy out of date with the removal of guild levels and guild perks requirements removal.
So as there was no update to it i decided to update it to the current version of wow.
What it does is simply dumping gold from your farming toons into the mobile guild bank, and then you can take it back out on your bank toon or another account to sell or what ever use you might find for it.
It will deposit gold when it gets 1000G+, and save a reserve of 100g for repairs or what it might need a few coins for.
If you wish to edit those values you have to right click the plugin file and edit it with notepad or any other simular program.
Go to line 69 and edit
to what ever value you want it to deposit at.
Or go to line 95 & 96 and find
then edit the copper and gold amount to what you wish to set your reserves to.
(10.000 copper = 1 gold, so 100G = 1 000 000 copper).
NOTE: If you use this with a 5man dungeon team for example, it will not be as reliable as when solo farming. But the "worse" deposit i have seen is a 1200G, and that meens my toon had ~1300G when he deposited the gold.
I will keep fixing this plugin after that i have done some more testing, but i have seen alot of ppl looking for something like this so i figuerd ppl might want it asap!
Download the attached .zip file and extract it into your ..Honorbuddy/pluggins folder, and dont forget to activate it at first launch.
Thanks for reading, and please leave me some feedback as i'm new to coding and still learning!
Happy new 2015 guys!![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
Edit:
Just updated the plugin to hopefully work better. With that i meen that it should succed to deposit gold more often now!
Also i edited the plugin so that we have one for each faction so that you can use this as alliance aswell!
Edit: 08/05/15 - V3.0
Updated and should work again!
Also thanks to Crazyd22, there is support for "Notify My Android". Notify My Android is on by default but can be turned off i you dont wish to use it.
The gold deposit will start at 2000g+ now instead of the old value of 1000.
I will start to look into geting the deposit item feature implemented.
So as there was no update to it i decided to update it to the current version of wow.
What it does is simply dumping gold from your farming toons into the mobile guild bank, and then you can take it back out on your bank toon or another account to sell or what ever use you might find for it.
It will deposit gold when it gets 1000G+, and save a reserve of 100g for repairs or what it might need a few coins for.
If you wish to edit those values you have to right click the plugin file and edit it with notepad or any other simular program.
Go to line 69 and edit
Code:
if(Me.Gold < 1000)
Or go to line 95 & 96 and find
Code:
var depositCopperAmount = Me.Copper - 1000000;
var depositGoldAmount = Me.Gold - 100;
(10.000 copper = 1 gold, so 100G = 1 000 000 copper).
NOTE: If you use this with a 5man dungeon team for example, it will not be as reliable as when solo farming. But the "worse" deposit i have seen is a 1200G, and that meens my toon had ~1300G when he deposited the gold.
I will keep fixing this plugin after that i have done some more testing, but i have seen alot of ppl looking for something like this so i figuerd ppl might want it asap!
Download the attached .zip file and extract it into your ..Honorbuddy/pluggins folder, and dont forget to activate it at first launch.
Thanks for reading, and please leave me some feedback as i'm new to coding and still learning!
Happy new 2015 guys!
![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
Edit:
Just updated the plugin to hopefully work better. With that i meen that it should succed to deposit gold more often now!
Also i edited the plugin so that we have one for each faction so that you can use this as alliance aswell!
Edit: 08/05/15 - V3.0
Updated and should work again!
Also thanks to Crazyd22, there is support for "Notify My Android". Notify My Android is on by default but can be turned off i you dont wish to use it.
The gold deposit will start at 2000g+ now instead of the old value of 1000.
I will start to look into geting the deposit item feature implemented.
Attachments
Last edited: