If u can upload urs that would be great, the 2 that are listed on here are coming with errors. Code: [SIZE=1]Plugin eBuy hb2.0.cs could not be compiled! Compiler errors:[/SIZE] [SIZE=1]File: eBuy hb2.0.cs Line: 76 Error: Cannot implicitly convert type 'uint' to 'int'. An explicit conversion exists (are you missing a cast?)[/SIZE]
You've probably set the numbers wrong, this is what I use in zul'drak. new ItemToBuy("Marissa Everwatch",5462.965,-2639.05,306.5519,"Fillet of Icefin",10,150,6,5), It goes to the vendor when it has 10 or 50 food (only just got it working and im not too sure about the stacktobuyat number) it buys 150.
I run three HB, everytime Ebuy plugin gets executed it uses up 40% resources for each HB when its done it returns back to 5% resources. Sometimes all three HB plugins kick in and thats now 120% > 100% resources. So two of the three HB freeze. Anyone know how to add a timer in the script so if 'Toonx' needs to Ebuy and its quarter past the hour, its permited to go ebuy, while the other HB's wait for their turn.
I think this needs an update, i really need a plugin that will go and purchase food and drink at the moment.
I've found that it doesn't quite make it to the vendor, it knows when it needs to buy food and it runs to near the vendor but never quites get there, i've found mine just strafing around like an idiot about 10 yards away from the vendor alot. I've checked the cords and tried with 3 different vendors, exactly the same problem.
If you're getting an error similar to "Cannot implicitly convert type 'uint' to 'int'." then open eBuy with a text editor and go to line number 76 and change Code: number += item.StackCount; to this, Code: number += (int)item.StackCount;
Thanks for the fix^ but its not working,my hunter dont have ammo (tauren start zone) and its not buying ammo automate.. Edit : lol i forget to edit the file with the new vendor -_- Ty its works.
Thanks for the great plugin erenion! I was having a few issues with this plugin so I fixed it up a bit. Feel free to polish this up and re-release it. Just PM me and I'll remove my attachment. Until then, here is my updated plugin with the following changes: - better stuck routine checking - bot actually get to vendor now - reduced cpu load - exit plugin if you are dead or a ghost.
I get an error when trying to use: Code: File: eBuy hb2.0.cs Line: 74 Error: Cannot implicitly convert type 'uint' to 'int'. An explicit conversion exists (are you missing a cast?) How do I fix?
hey folks, made some little changes to get it work with HB 1.9.5.2.... hopefully it works for you too, if so - please + rep (btw: of course you have to change the vendor + what to buy in the file before getting started!)
"Plugin from F:\Games\World of Warcraft\HB\Plugins\eBuy hb2.0.cs could not be compiled! Compiler errors: File: eBuy hb2.0.cs Line: 76 Error: Cannot implicitly convert type 'uint' to 'int'. An explicit conversion exists (are you missing a cast?)" On 1.9.5.5