Jump to content

zzzar

WRobot user
  • Posts

    68
  • Joined

  • Last visited

Posts posted by zzzar

  1. Hi,

    1.Lua.LuaDoString<int>("itemId = GetInventoryItemID('player', 23); return itemId"); correctly returns  bag ID for equipped bag

    2. For check if bag in inventory(hope the code is correct)

    local itemID = 4496

    for i = 0, NUM_BAG_SLOTS do
     for z = 1, GetContainerNumSlots(i) do
      if GetContainerItemID(i, z) == itemID then print("Have Item")
        else print("not have item")
      break
      end
     end
    end

    returns that no item with this id in inventory (tested with various bags)

  2. Droidz i know, but ok this quest is bad example. There is some quests, where IsObjectiveComplete just don't work. For example recenty opened Nightwing(tbc), also iirc lordaeron(wotlk) has same problem: Druid bear form quest(ally at least) BodyAndHeart(6001)  don't have any objectives to check(look picture) despite it not None type quest when pickup-turnin enough. If i put IsObjectiveComplete quest is  pulse endlessly since there is no objective, if i left complete condition empty it pulse endlessly too, if i set there is no objective it's ofc don't pulse at all, i just don't know what to use in this case.  GetLogQuestComplete  would be ideal thing to put in Is Complete Condition(but don't work for some reason), also this can be very useful for quests like Raene's Cleansing(1045) which have different objective count for different wow expansions. NOAIKe1muGI.thumb.jpg.327fca2a135d570015ff66e702d8e921.jpg

  3. Spells like Mangle(Cat), Faerie fire(feral) (also i heard of other spells with parenthesis  in it's name) isn't usable in TBC in usual way, so we forced to run it as macros or lua. Its not a big deal at all, but when it comes to make fightclasses, you can't use, for example, Mangle.KnownSpell and has to divide druid feral fc in pre-mangle fc and post-mangle fc, which is not very convenient. Droidz, if you can, please fix this issue.

  4. Can Droidz or someone else who knows please explain me how to do same stuff with quest where need use item on hostile "dead" mob. This part of code

    if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 25)

    do not work because when bot kill mob, he loose target.

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

×
×
  • Create New...