Jump to content

Arcangelo

WRobot user
  • Posts

    472
  • Joined

  • Last visited

Posts posted by Arcangelo

  1. Hello fellow botters.

    I have started creating Outland xp rate 1, and need someone to run some chars though the areas (minimum 2), and report any stuck/bugs/errors that could be.

     

    I need someone with some + Wrobot experience, as I don't wanna explain all the basis stuff + I expect you to have your own fightclass.

     

    The bot will follow zygors tbc guide, for fastest possible leveling.

    - don't expect it to be done "really fast" as I need to maintain and upgrade, my vanilla profiles as well :-) and I won't send you more than 1 zone at the time, but you will ofc recive the full profile for free when it is done.

     

    The first zone is almost ready for testing.

    Send me a pm if you are interested 

    //arcangelo

     

  2. Just make an open while statement - like:

     

    If

    ObjectManager.Me.Level > xxxx

    While 

    wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(xxxxx) < xxxxx;

    Runcode:

    Var npc = new Npc
    {
    Entry = xxxx,
    Position = new Vector3(Xxxxx, xxxxx, xxxx),
    Type = Npc.NpcType.Vendor
    };
    int itemId = xxxx;

    if (GoToTask.ToPositionAndIntecractWith(npc))
    {
    Vendor.BuyItem(ItemsManager.GetNameById(itemId), xxxxx);
    }
    return true;

     

    And end if

    ObjectManager.Me.Level <= xxxx

     

    And make a go to step, to make it a loop?

     

    ?

     

     

    And for the blacklisting:

    wManager.wManagerSetting.Add blacklist "find where the bag is stores"Entry(xxxx, true);

     

    - And it have nothing to do with the fightclass... It is the profiles that needs tweaks.

    Personally I don't put stuff like this in my profiles, as that would be a hell, if you don't run a hunter ;)

     

     

    I haven't tested it - so you might need to tweak it :-) - but this should give you an idea to move forward 

  3. 8 minutes ago, tneticniro said:

    Yep, I tried making my own Hunter fight class for vanilla via the fight class editor... welp gave up on that pretty quickly when I noticed that simple conditions weren't gonna cut it and I have no coding knowledge what so ever so c# or lua probably won't happen :/

    If you just want something that "works" it is really not that hard :)

     

    look at that - should take you a long way, even in the fighteditor

  4. On ‎07‎-‎05‎-‎2017 at 6:11 PM, CN said:

    have tried adding this in quest editor

    is complete condition: return ItemsManager.GetItemCountById(8149)<=0;

    not working as well

    return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(8149) == 0;

    Try that as complete condition

  5. 4 minutes ago, Vanguard said:

    This is just customer feedback.  Not flaming anyone. 

     

     

    Never said you did - as i said i actually agree with you.
    And he could at least have made an annoncement about it or something - and might even offer people a chance to "upgrade" to a years membersship or something, before raising the prices.

  6. 7 minutes ago, Vanguard said:

    Not saying that he doesn't put a lot of work in, kinda seems like he is taking advantage of HB getting blown away.  At least give us the chance to use the invoices option. 

    Any new people that show up because they got tired of HB getting their accounts banned over and over can pay a higher price. 

     

    I agree with this
    But again, he is free to do whatever he wants with the bot - it is his product.

  7. The xml does not support to check several players health at the same time.

    But you could add a c# code to check players health near the tank/target :) and if that is below x it could cast an aoe spell

     

    Is this what you are looking for?

     

  8. For the first question, that's different for each user.

    For the help, there are some snippet codes in the fightclass developer forum, but other than that, you won't find much help.

    - but in general, to do "smart" fightclasses you need to code it in c# & lua. As the xml is really limited :)

    For persons to help you with the harder parts, I don't think you will get anyone to "be a general helper" but post in the fightclass forum, if you need help with something specific.

     

    Other than that, I believe you should post in English if at all possible, as most people don't understand German :)

     

    Good luck 

  9. Basically the short answer is - the bot is made as a melee bot, not a caster bot, and that forces the bot to try to move even closer to the target each time it casts to end in melee range.

     

    This have been a problem for a loong time now, with every non melee classes.

     

    Sure there are some partly working workarounds, but basically that's the issue, and to my knowledge there are no way to totally remove the melee part in a fightclass

  10. 5 minutes ago, maukor said:

    Well. thanks for info. Thats actually not so good. but still i can bot with it. The only problem left is facing still broken for me :)

    Yeah - but sadly just how it is for now, some of the problems comes from the pure API blizzard had what 14 years ago or something.

    So a lot of stuff must simply be made as workaround to partly solve some problems.

  11. 9 minutes ago, maukor said:

    Thats good that exactly you answered me. cause i thinking to buy autoequip and questing profile. If all works as i need. with Learn new skills. i'll buy it . thanks

    The problem right now is the way the bot does it.

    It dosent finish the quest or check if you have enough gold, it simply just drop everything it's doing, and run straight to a trainer, and it is pretty much impossible to predict where the bot is at a specific lvl (unless you add grind)

    There is ways to force trainers, but the problem is, that it should be made for every class at almost every 2 levels, and that's makes the profiles even messier.

     

    And another problem as @eeny is pointing out, is that it needs to restart, to add the new spells to the taskbar (so far the only way to get the spells to work in fightclasses (in the old versions of wow)

×
×
  • Create New...