Jump to content

zzzar

WRobot user
  • Posts

    68
  • Joined

  • Last visited

Everything posted by zzzar

  1. first of all, post your fightclass then one can tell whats wrong. but if try to use telepath mode you need to add condition !ObjectManager.Target.HaveBuff("Earth Shield")
  2. Tools->Npc Quest giver editor->add new npc(+)->put "A half-eaten body" as name, click "informatin by name" button, dont forget to check "Is Game object"
  3. You dont need to gather this object, its a quest where 0 objectives, just pickup-turnin. You need just put this object as Npc quest turnin.
  4. May be wManager.Wow.ObjectManager.ObjectManager.GetUnitAttackPlayer().Count < = 0 works for you?
  5. 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)
  6. As title say bot just dont see unequipped bag in inventory. Checked with various bags, wotlk version Also want to add that ObjectManager.Me.GetEquipedItemBySlot(wManager.Wow.Enums.InventorySlot.CONTAINER_BAG_OFFSET_1); is not working too(for all bag offsets) and always 0 even with equipped bag. Other inventory slots works. @Droidz please take a look.
  7. You can try Advanced Settings->Other Options -> Use Spirit healer
  8. 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.
  9. Is wManager.Wow.Helpers.Quest.GetLogQuestIsComplete(); used to return true if quest in quest log marked as (Complete)? It return false for such quests at least in TBC and Wotlk
  10. wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true;
  11. There are [Free]Butler plugin that do autoequip only for wotlk, and [PAID] HumanMasterPlugin that do multi-expansion autoequip(also have some other usable features).
  12. 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
  13. 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.
  14. Check "Ignore combat with all pets" in Advanced Settings
  15. 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.
  16. 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.
  17. Hello, i got the problem that sometimes(1-2 times per week, rarely but still) all running bots suddenly closes. Internet still working, no wows d\c, and i run below max sessions allowed. Here a log of one of gathering bots. 6 окт 2018 13H51.log.html
  18. Same here 4\4 new accs banned, 2 outland\2 icecrown - all different new ips, my own questing profiles\ fightclasses, plugins: evadehate, smoothmove
×
×
  • Create New...