Jump to content

Asoter

Members
  • Posts

    59
  • Joined

  • Last visited

Posts posted by Asoter

  1. 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

  2. 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. 

  3. 18 minutes ago, Azalina said:

    Yes but what is the server name?  NO COMMENT

    You run WRobot with shortcut "WRobot no dx"?  YES

    You have never run lua unlocker (or another Wow cheat/hack) on this server?  I`m use ONLY THIS Software  SOME YEARS.

    
    I do not have any complaints about your work on your program. I tell you that somehow your program was identified as a bot.
    
    Thank you for your time.

     

     

    troll

  4. 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).

  5. 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

×
×
  • Create New...