Asoter
Members-
Posts
59 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Asoter
-
They ban me(during account was offline) on Netherwing when i just developing and testing my own Plugin for Auction Managment....
-
Any1 know LUA script to delete Sale Pending Mail without wait time? Edit: Nvm - Postal can do this :)
-
Hope that it will be fixed soon @Droidz when you can fix this bug? Atm Auction Bot is usless on wow 2.4.3 :(
-
Auction bot not posting with correct sell prices
Asoter commented on daggs's bug report in Bug Tracker
@Droidz the same problem probably: [Auction] Sell Iron Bar x 20, starting price: 17 G 00 S 00 C (0 G 85 S 00 C per unit), buyout price 18 G 00 S 00 C (0 G 90 S 00 C per unit). Finally my stack is on Auction for 360g not for 18g :D 23 paź 2017 20H41.log.html -
Version 1.0.0
342 downloads
Important!: This Plugin is only for Users who have and know how work Addon "Trade Skill Master". If you didn't have knowledge about Setup this Addon then please first learn manually how this work. What Plugin does? After correctly configuration bot cancel all under cut items, after that get all items from mailbox and finally post items. Support: Only Legion(retail) Pre-requirements: Fully configured TSM Disable All Addons (Except TSM and Modules) Done my Instruction before starting using them(5 minutes for configure this) Features: Configurable IDs Mailbox, Auctioner, Guild Bank and all Positions Cancelling all items under cut(Automatic Detect when end) Pickup mail(Automatic Detect when end) Post Items (Automatic Detect when end) Configurable Loop(enable/disable) Deposit Gold to Guild Bank(enable/disable) After buy please read PDF file with instruction!! -
After analyzed my Plugin almost everything works. I need 1-3 days for testing & fixing some small bugs and make this much user-friendly than now. Pre-requirements: - Fully Configurable TSM - Disable All Addons (Except TSM) - Done my Instruction before starting using them(5 minutes for configure this) Features: - Configurable IDs Mailboxe, Auctioner, Guild Bank and all Positions - Cancelling all items under cut(Automatic Detect End-Canceling) - Pickup mail(Automatic Detect when end) - Post Items (Automatic Detect when end) - Configurable Loop(true/false) - Deposit Gold to Guild Bank(true/false) Edit: Probably Tommorow In the evening(EU) Plugin+Tutorial for Setup will be ready
-
I used 6 months ago on retail wow something like that on my own plugin with managament TSM: -Pick up mail -Go to Auctioneer -Auctioning -> Start post scan (using your predefined TSM settings) -> Post all -Repeat for 10 mins / or log out or whatever. When I back to home then I can vierify & update on current version on TSM/WOW and if you want I can share this for small price in next days.
-
accounts have been blocked
Asoter replied to Azalina's topic in WRobot for Wow Wrath of the Lich King - Help and support
troll -
-
Thanks! I try this :)
-
As in title, is that possible? if yes, then how? I'm trying but i get errors. And my other cs files is visible in list in plugin (how to hide this?). I ask beacause I have 1 big plugin in 1 cs file and I want to cut this for other cs files(only works when I define classes inside this one file).
-
Thanks! It works :)
-
Any1 know tool for show elements/buttons in wow TBC 2.4.3? On never version this is macro /fstack?
-
Druid cat form and vendor
Asoter replied to Asoter's topic in WRobot for Wow Vanilla - Help and support
Maybe this help you (plugin) -
Change variable in plugin from quest profile
Asoter replied to Asoter's topic in Developers assistance
Yeah, thanks for explain, with this plugin you show that work(problem is inside my plugin...). Thanks again! :) -
Change variable in plugin from quest profile
Asoter replied to Asoter's topic in Developers assistance
Hey Again, anyway, got another problem, got no errors but variable finaly didnt change, Im trying to debuging this...: 20:34:55 - readyIntoDungeon False 20:34:57 - [PartyChatCommand] Run [CSharp] go to dungeon > robotManager.Helpful.Var.SetVar("readyIntoDungeon", true); 20:34:59 - readyIntoDungeon False 20:35:03 - readyIntoDungeon False 20:35:07 - readyIntoDungeon False and secondly i define this without question mark after First or Default(beacause with mark I got error from WRobot): public bool readyIntoDungeon { get { return Var.GetVar<bool>(this.GetType().GetProperties().FirstOrDefault().Name); } set { Var.SetVar(this.GetType().GetProperties().FirstOrDefault().Name, value); } } btw trying with profile but didnt work -
Change variable in plugin from quest profile
Asoter replied to Asoter's topic in Developers assistance
nvm... other variable make error. Anyway, Thanks for the support! :) PS: It works perfectly!!! -
Change variable in plugin from quest profile
Asoter replied to Asoter's topic in Developers assistance
got error when definie this :( public int QuestCounter { get { return robotManager.Helpful.Var.GetVar<int>(this.GetType().GetProperties().FirstOrDefault()?.Name); } set { robotManager.Helpful.Var.SetVar(this.GetType().GetProperties().FirstOrDefault()?.Name, value); } } -
-
Change variable in plugin from quest profile
Asoter replied to Asoter's topic in Developers assistance
Thanks for the reply, but can you give me simple example ? with <QuestsSorted Action="RunCode"> ? -
as in title, is that possible? if yes, then how?
-
But I thinking about WoW not Bot. Bot usage is fine :)
-
Is possibile to decrease usage of CPU with wow Vanilla? 1.12.1 version use much more CPU than Wotlk...