Jump to content

Weer36

Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by Weer36

  1. <IsCompleteCondition>return !ObjectManager.GetWoWUnitByEntry(11948).Any(u=>u.IsAlive);</IsCompleteCondition>
  2. Hi everyone! How to switch lefside menu ? Map tab has a memory leak, after ~5hours eat all available RAM. I want to switch it periodically to "Main".
  3. Hello, everyone! Why some parameters ObjectManager receives using Lua, instead memory read? For example: ObjectManager.Me.ManaPercentage
  4. Sorry for necropost, but anybody used subj? It's no difference in GoToTask behavior: GoToTask.ToPosition(pos, 3.5f, false, context => true); and GoToTask.ToPosition(pos, 3.5f, false, context => false); in both cases bot successfully runs until reaches destination and ignores fight during run. How to correct use GoToTask.ToPosition with interrupting when bot attacked?
  5. Sure, I even gave an example: "foreach (State state in States)". Thanks anyway
  6. @Droidz after this code I catch "collection was modified". Obviously due to "foreach (State state in States)" code How to add&sort states before first Pulse() of it?
  7. Thank, but You didn't make blacklisting npc/objects in POLYAREA_AVOID area?
  8. What kind of PolyArea increment the path weight but dont't block NPC or quest object inside ?
  9. Thanks! Cool sources, why wrobot isn't C++ 😉
  10. What is subj (1536) in Target info ?
  11. So we need to know full list of cached objects, not just obvious and ", ...etc"
  12. So topic is legacy? If known buffs already cached, using BuffManager.GetAuras instead of SpellManager is useless?
  13. I got You all. I asked for using kinda "FindSavePoint" method for avoiding in my case, not for resurrect. Resurrect state I just called cuz bot using safe point for resurrecting.
  14. what variable You talking about? Im asking not variable, but method. But ty to Matenia, i decompiled and saw its not a dedicated method.
  15. Translate my question "it possible to make public method" please in usual english, which translate into understandable for everyone. IDK why You answer to me, that wrobot already do this. Do what??
  16. So Your's answer is "google it", well, TYVM! Thank a lot. And... thank ine more time, it's very helpful. Or helpless... sorry for my bad english
  17. I know just the only cache system in wrobot: Line of Sight. @Droidz is caching any else ?
  18. Rlyy?? Say name of this method then.
  19. Is it possible to make public method of find safe resurrect point ? It would be useful for avoid mobs
  20. Hi everyone! How to kill properly all started by "new Thread(()=>{}).Start()" threads in my plugin? Cuz they are still running after product restarting. Sure i'm cheking stuff like (_isLaunched && Conditions.InGameAndConnectedAndProductStarted) in loop. I'm confused that threads don't kills after MuPlugin.Dispose() method
×
×
  • Create New...