Jump to content

Bastilla

Members
  • Posts

    64
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Bastilla's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. In my skript there are no space. while (ObjectManager.Me.CastingSpell.Name == "Healing Touch") and this doesn't work
  2. @Droidz while (ObjectManager.Me.CastingSpell.Name == "Healing Touch ") do nothing but while (ObjectManager.Me.CastingSpellId == 8903) works. Why?
  3. if (isneedActionbecausebreath()) { robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle," "); } internal bool isneedActionbecausebreath() { if (ObjectManager.Me.BreathActive) { Logging.WriteFight("isneedActionbecausebreath: "+ObjectManager.Me.BreathTimerLeft); if (ObjectManager.Me.BreathTimerLeft < 10000) { return true; } } return false; }
  4. Thanks Druidz for your quick respons. Very nice
  5. Hello, i want to interrupt my cast "Healing Touch" when my Healtheprcent >? 80. I use spell.Launch() to spell my casts. Can somebody help me?
  6. @Droidz i don't find no memory leak in my fightclass. I have no idea why WRobot more and more memory consume. I try to write you a personal message but i can't append a file in this dialog.
  7. @Droidz. Yes you have right i have i memory leak. I have no idea where but this ticket can be closed till i find this problem in my fightclass
  8. Hello Druidz, i have a fight class when i start wrobot then all is allright. After several minutes fight goes on without any problems but log hangs. I would append my fightclass but later when it's perfect i would sell this. Can i transmit my fightclass only to you? Regards
  9. Bastilla

    Move #2

    Hello, i append my testclass. I want that my char stop complete but my char allways move. Why? while (_isLaunched) { if (!Products.InPause) { Logging.WriteFight("Date: " + DateTime.Now ); MovementManager.StopMoveTo(true, 500); Thread.Sleep(1000); } } Test.cs
  10. Anydesk ist the Best for playing games. Anydesk is awesome
  11. My FightClass ist atm not perfect. Often i am in Cat or Bear Form or i have no water in my bag then WRobot will regen. But i want always when my Char is in normal Form and Manapercentage < 40 and Outfight then my char regs water.
  12. Bastilla

    Move

    @Druidz you can close this Bugreport. Now i found the solution. Thanks
  13. I script in my Fightclass, when i breath WRobot klick space. Since i change this, i have no problem but i think also other member from WRobot have this problem....
×
×
  • Create New...