Jump to content

zzzar

WRobot user
  • Posts

    68
  • Joined

  • Last visited

Reputation Activity

  1. Like
    zzzar got a reaction from vandeta15 in Помогу с оплатой подписки ФП   
    Воспользовался услугами, всё прошло шикарно, всё показал, рассказал что куда тыкнуть чтоб оплатилось
  2. Thanks
    zzzar got a reaction from wrobotu in Ледяная преграда - Нордскол   
    Типа перелететь на дирижабле\корабле с одного континента на другой? Вот пример такого квеста
     
     
  3. Thanks
  4. Like
    zzzar got a reaction from AntonDingir8 in How to TAUNT target only when it is targeting HEALER or DPS in the group?   
    Hello, you can check lfg roles by lua GetLFGRoles().
    I assume you want to taunt mobs as tank from party members, you can use something like
    var targettotaunt = wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitAttackables().Where(q=>q.InCombat && q.TargetObject != ObjectManager.Me).FirstOrDefault();
    To check wow class you can use wManager.Wow.ObjectManager.WoWUnit.WowClass
  5. Like
    zzzar got a reaction from maukor in Check if i have no Extra Bags on my char.   
    wManager.Wow.Helpers.Bag.BagCount();
  6. Like
    zzzar got a reaction from Pudge in Get names of players from GetWhoInfo() to list   
    var list = new List<string>();
    for (int i = 0; i <30; i++)   // 30 is example
    {
    var x = Lua.LuaDoString<string>(string.Format("name, guild, level, race, class, zone, classFileName = GetWhoInfo({0}); return name", i));
    list.Add(x);
    }
     
  7. Thanks
    zzzar got a reaction from hellstones in Earth Shield Spamming Party Bot Healer   
    Resto Shaman.xml try this
  8. Thanks
    zzzar reacted to Matenia in GetLogQuestIsComplete()   
    You would need to add the objective count in your quest editor (by number, - if the objective is like in this example - just set objective 1 to 1).
    If you want a quest with different objective counts to work both in vanilla, tbc and wotlk, you can a CanCondition for both quests (and then put both as Pulse in your quest order editor).

    For the CanCondition, you can just check
     
    Usefuls.WowVersion == 5875 //vanilla Usefuls.WowVersion == 8606 //TBC Usefuls.WowVersion == 12340 //WotLK  
  9. Like
    zzzar reacted to Marsbar in Unofficial WRobot API Documentation   
    Hi!
    There are often questions regarding the wrobot api and what functions it has, generally you're told to either decompile the dlls or reference them in your visual studio project and use the object browser.
    Some people only want to know a certain function name and don't wish to go into the deeper realms of development. There isn't a resource they can use to obtain that info without some effort on their part, that's hopefully where this site I generated will come in handy:

    Unofficial WRobot API Docs
    It was created by decompiling the vanilla wmanager and robotmanager dlls and generating an api web template using docfx.
    Currently it doesn't give you anything more than you'd have by decompiling the dlls yourself but I'm hoping to update this with method, property, constructer etc. descriptions and potentially basic code snippets for a better understanding of the wrobot api.
    If you're interested in contributing let me know and I can add you to the gitlab project (sorry if you don't like gitlab but it was quick and easy with free private repos).
  10. Thanks
    zzzar reacted to Matenia in Using Mangle\Faerie Fire(Feral) in TBC   
    You can enter "Faerie Fire(Feral)()" as the name and it should work. I personally always substitute SpellManager.KnowSpell with an extension function in C#.
     
    public static bool IsKnown(this Spell spell) { return Lua.LuaDoString<bool>($"return GetSpellInfo('{spell.Name')"); }  
  11. Thanks
    zzzar got a reaction from Miragex01 in if and while   
    You can use, for example ,  wManager.Wow.Helpers.Usefuls.MapZoneName == "Elwynn Forest" for zone names or wManager.Wow.Helpers.Usefuls.SubMapZoneName == "Crystal Lake" for subzones
  12. Like
    zzzar got a reaction from Qwertyqwert in hosile pets   
    Check "Ignore combat with all pets" in Advanced Settings
  13. Thanks
    zzzar got a reaction from artur.k in Warmane Lordaeron Bans   
    My 2 cents:
    1. I botted warmane for a long time without issues, bots live pretty long life and banned by gms obviously, no complains.
    2. ~ At august they start rapidly ban my bots on tbc realm, all bots was banned around lvl 30 after 1-2 days of questing 6-8 h per day, since there are not many lvlers i considered it for very active no life gm and left Outland for good
    3.~ At september they start doing same on Lordaeron and Icecrown but now bots got banned between 14-20 lvl around of 4-6 hours of /played. I tried all old methods and their combinations like proxy\vm's\mac\hwid change etc.= nothing work. Also i wrote all my lvling profiles on icecrown and about that time i started writiing dwarf\gnome profile and was surprised that they ban acc's on that i writing it, ofc they supervised and humanlike(tons of afk). After losing few accs i move on another server to write stuff.
    Then i try to understand how they catch me if it's not detect. What i try:
    * Create new acc - supervised - leveling only quests, breaks, afk, chat = banned 20 lvl/ 6 h played. Tried this on VM\PC host\ proxy \without proxy (doesn't think proxy matter coz of dynamic ip) - tried this scheme for 4 times with different classes\races\profiles.
    *After this i created account that i played by hand and never connected wrobot to it and continue my tries. I play this account  the same time my bot running on vm but same ip = bot was banned, handplay not. I start new bot same way and managed to lvl herb\mining to 75\75 on bot and send all materials to handplay, after 1 hour = bot banned, handplay not.
    * Next i make bot on host and same ip  handplay and do same +send farmed on bot to handplay = bot banned, handplay not.
    Handplay now around 60 lvl, still no ban.
    * And for the end 2 days ago i take bot+wow to my friend(he never have wow\bot on his comp installed+ he have different internet provider) , set it up and watch =  banned on 20 lvl.
    if its not detection, tell me what else to do:D  Hope my writings understandable, english is not my native.
  14. Thanks
    zzzar got a reaction from Skad in Warmane Lordaeron Bans   
    My 2 cents:
    1. I botted warmane for a long time without issues, bots live pretty long life and banned by gms obviously, no complains.
    2. ~ At august they start rapidly ban my bots on tbc realm, all bots was banned around lvl 30 after 1-2 days of questing 6-8 h per day, since there are not many lvlers i considered it for very active no life gm and left Outland for good
    3.~ At september they start doing same on Lordaeron and Icecrown but now bots got banned between 14-20 lvl around of 4-6 hours of /played. I tried all old methods and their combinations like proxy\vm's\mac\hwid change etc.= nothing work. Also i wrote all my lvling profiles on icecrown and about that time i started writiing dwarf\gnome profile and was surprised that they ban acc's on that i writing it, ofc they supervised and humanlike(tons of afk). After losing few accs i move on another server to write stuff.
    Then i try to understand how they catch me if it's not detect. What i try:
    * Create new acc - supervised - leveling only quests, breaks, afk, chat = banned 20 lvl/ 6 h played. Tried this on VM\PC host\ proxy \without proxy (doesn't think proxy matter coz of dynamic ip) - tried this scheme for 4 times with different classes\races\profiles.
    *After this i created account that i played by hand and never connected wrobot to it and continue my tries. I play this account  the same time my bot running on vm but same ip = bot was banned, handplay not. I start new bot same way and managed to lvl herb\mining to 75\75 on bot and send all materials to handplay, after 1 hour = bot banned, handplay not.
    * Next i make bot on host and same ip  handplay and do same +send farmed on bot to handplay = bot banned, handplay not.
    Handplay now around 60 lvl, still no ban.
    * And for the end 2 days ago i take bot+wow to my friend(he never have wow\bot on his comp installed+ he have different internet provider) , set it up and watch =  banned on 20 lvl.
    if its not detection, tell me what else to do:D  Hope my writings understandable, english is not my native.
  15. Confused
    zzzar got a reaction from BetterSister in Warmane Lordaeron Bans   
    My 2 cents:
    1. I botted warmane for a long time without issues, bots live pretty long life and banned by gms obviously, no complains.
    2. ~ At august they start rapidly ban my bots on tbc realm, all bots was banned around lvl 30 after 1-2 days of questing 6-8 h per day, since there are not many lvlers i considered it for very active no life gm and left Outland for good
    3.~ At september they start doing same on Lordaeron and Icecrown but now bots got banned between 14-20 lvl around of 4-6 hours of /played. I tried all old methods and their combinations like proxy\vm's\mac\hwid change etc.= nothing work. Also i wrote all my lvling profiles on icecrown and about that time i started writiing dwarf\gnome profile and was surprised that they ban acc's on that i writing it, ofc they supervised and humanlike(tons of afk). After losing few accs i move on another server to write stuff.
    Then i try to understand how they catch me if it's not detect. What i try:
    * Create new acc - supervised - leveling only quests, breaks, afk, chat = banned 20 lvl/ 6 h played. Tried this on VM\PC host\ proxy \without proxy (doesn't think proxy matter coz of dynamic ip) - tried this scheme for 4 times with different classes\races\profiles.
    *After this i created account that i played by hand and never connected wrobot to it and continue my tries. I play this account  the same time my bot running on vm but same ip = bot was banned, handplay not. I start new bot same way and managed to lvl herb\mining to 75\75 on bot and send all materials to handplay, after 1 hour = bot banned, handplay not.
    * Next i make bot on host and same ip  handplay and do same +send farmed on bot to handplay = bot banned, handplay not.
    Handplay now around 60 lvl, still no ban.
    * And for the end 2 days ago i take bot+wow to my friend(he never have wow\bot on his comp installed+ he have different internet provider) , set it up and watch =  banned on 20 lvl.
    if its not detection, tell me what else to do:D  Hope my writings understandable, english is not my native.
  16. Like
    zzzar reacted to Jensen- in Warmane Lordaeron Bans   
    really you got excuse for everything
  17. Thanks
    zzzar reacted to Matenia in Custom Script in quester profile   
    http://wowwiki.wikia.com/wiki/API_IsResting?oldid=134114

    Lua.LuaDoString("return IsResting()");
×
×
  • Create New...