erenion
New Member
- Joined
- Jan 15, 2010
- Messages
- 321
- Reaction score
- 6
Check http://www.buddyforum.de/showthread.php?8548-eBuy-3.0-Buys-food-drinks-completly-automatically for the new version.
What is eBuy? It is a plugin for honor buddy that will buy food and ammo for you. Yes that means no more buying ammo.
How to make it work: simply open it up and add this line below the example:
replacing of course everything like below
item#invendor is the "index number". For example we have below the vendor where each number is the item (also the index number)
_________
| 1 | 2 |
| 3 | 4 |
| 5 | 6 |
| 7 | 8 |
fairly easy to understand. You can use it for as many items as you want.
YOU MUST make sure the mesh can get to the vendor. If not bad things happen. Be warned - don't over use it (like buying food every 10 minutes). It can get stuck and do nothing. I suggest only using it for things that you can't bot without (ammo).
To Do:
Change Log:
What is eBuy? It is a plugin for honor buddy that will buy food and ammo for you. Yes that means no more buying ammo.
How to make it work: simply open it up and add this line below the example:
Code:
new ItemToBuy("Vendor Name",xLocation,yLocation,zLocation,"itemName",stacktobuyat,numbertohave,item#invendor,stacksizesold),
Code:
new ItemToBuy("Vikki Lonsav",-1272.656,-2533.512,21.38472,"Solid Shot",1000,1200,12, 200),
_________
| 1 | 2 |
| 3 | 4 |
| 5 | 6 |
| 7 | 8 |
fairly easy to understand. You can use it for as many items as you want.
YOU MUST make sure the mesh can get to the vendor. If not bad things happen. Be warned - don't over use it (like buying food every 10 minutes). It can get stuck and do nothing. I suggest only using it for things that you can't bot without (ammo).
To Do:
- [li]Add support for multiple vendors selling the same item[/li]
[li]Make it so it never gets stuck[/li]
Change Log:
Code:
v2.0 - Released May 2, 2010
- Updated for HB 2.0
v1.1 - Released January 15, 2010
- Will now check to see if you can walk to the vendor before trying
- Will no longer get stuck and simply stand there
v1.0 - Released December 25, 2009
- Initial Release
Attachments
Last edited: