Jump to content

79135

WRobot user
  • Posts

    337
  • Joined

  • Last visited

Everything posted by 79135

  1. How to check at wow ver vanilla what GroupLootFrame is visible? string isVisible= Lua.LuaDoString<string>("i = 'no' if GroupLootFrame:IsVisible() then i = 'yes' end; return i"); dont work
  2. droidz, can you help with it?)
  3. write please the code for FC editor
  4. will try the method, thx a lot!
  5. Hello! How to heal on vanilla wow without target? var healTarget = Party.GetParty().Where(o => o.HealthPercent < 50).FirstOrDefault(); SpellManager.CastSpellByNameOn("Rejuvenation", healTarget.Name); CastSpellByNameOn on vanilla is missing, write please another method.
  6. Quest type followPath. I need step [0] to do with c#
  7. RunCode
  8. I badly understand, write please full string the code like it: wManager.Wow.Class.QuestAction.Reset
  9. <QuestsSorted Action="Reset" NameClass="Step" /> How write it for C#? wManager.Wow.Class.QuestAction.Reset("Step")?
  10. Thanks a lot!
  11. hello, where can i find all functions or methods of GoToTask.ToPosition(!!!here!!!); ?
  12. Oh sure, i can use coordinate... Thanks!
  13. How to get information about where the location of party members if they are in different location? Party.GetParty().Where(o => o.Location == "A")?
  14. What does this feature do?* Party.GetPartyGUIDHomeAndInstance()
  15. how to save this list so all my bots can see it? //For example: string myNameIs = ObjectManager.Me.Name; List<string> nameOtherPlayer = new List<string>(){}; if (myNameIs == "Putin") { nameOtherPlayer.Add("Trump"); } //save the list in order to another chars can use the list //OR string myNameIs = ObjectManager.Me.Name; List<string> nameAllMyBots = new List<string>(){}; if (!nameAllMyBots.Contains(myNameIs)) { nameAllMyBots.Add(myNameIs); } quest type (overidepulsecsharpcode)? - yes.
  16. I create list string, charN1 add into the list some strings. How another char can use this list<string>? I use quester product. Quest type override pulse c# code
  17. bool need = true; wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { if (ObjectManager.GetWoWUnitAttackables().Any(o => o.IsTargetingPartyMember) && need) { WoWUnit unitWhichAttackMyPartyMember = ObjectManager.GetWoWUnitAttackables().Where(o => o.IsTargetingPartyMember).FirstOrDefault(); if (unitWhichAttackMyPartyMember != null) { cancelable.Cancel = true; Interact.InteractGameObject(unitWhichAttackMyPartyMember.GetBaseAddress); Fight.StartFight(unitWhichAttackMyPartyMember.GetBaseAddress); } else need = false; } }; Write pls code how to force tank attack unit which Attack My Party Member. The code dont work
  18. arturn, nu 4to podelat, s volkami jit' po vol4'i vit'
  19. ohh, sure.. how check without target only in range?
  20. Hello, why bot dont see the unit when i use CreatureTypeTarget? Without CreatureTypeTarget work is good. Unit is 100% Humanoid. var unit = ObjectManager.GetWoWUnitAttackables() .Where(o => o.GetDistance < 6 && o.CreatureTypeTarget == "Humanoid" && o.IsAlive).OrderBy(o => o.GetDistance).FirstOrDefault();
  21. mb i wrong wrote.. I need what healer after heal helping tank attack him target (/assist) and ignore caster unit. Now healer is healing but nothing to do more
  22. test.xml It is your script for ignore unit but i write it in FC
  23. 19:05:28 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:28 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:28 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:28 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:28 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:29 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:30 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) 19:05:31 - [Fight] Player Attacked by Deviate Crocolisk (lvl 18) Ive this in log, and bot just stay when tank fighting with unit
  24. Quester
  25. Hello, I use quester profile. I use FC from "Fight Class Editor". My bots running together. When tank pull new stack mobs and at this time healer start heals tank, some unit start attack healer's after healing cast and healer running to the unit, if unit is caster, for attack this unit. How to force healer's ignore fight with the unit and start attack tank's target?
×
×
  • Create New...