Jump to content

newrobot()

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

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

newrobot()'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hey so currently I'm gathering an area but also want him to kill one specific enemy and loot it and not loot any of the other mobs at all that might be killed due to gather aggro. I made a plugin for that and tell him if he finds said enemy use Fight.StartFight and Interact.InteractGameObjectAutoLoot and this actually works fine except one little big issue. The gather bot and the plugin quarrel where to move (move to enemy vs move to next gather point location so he like spins in circles until auto blacklist happens) I tried using Products.InPause for the time the special enemy is found but Fight.StartFight unpauses it immediately. Any ideas?
  2. I don't want him to do anything basically I want him to afk but the plugin needs to run as it's observer I'd implement it into the FightClass but the movement is not controlled by that so that's why I'm looking for something to pause the bot completely movement, targeting, attacking hence I tried to use Products.ProductStop()
  3. Hey, I made a plugin to stop the bot at a certain point and make him move again at a later point however my problem is that the method I use is Products.ProductStop(); obviously this also disables the plugin which is needed to re-activate him with Products.ProductStart(); is there any other good method to temp stop him completely?
  4. Nah I know the event already I just don't know the function of WRobot (if it has it) to hook the event with args?
  5. Hello, I always need the newest Combat Log line asap (to evaluate them) but couldn't find any CombatLog Class how can I access it the best way via C#?
  6. Do 100% not use any of the Battleground stuff you will get immediately spotted. I tried AV, Warsong, and Arathi. In AV he's constantly walking into walls, sometimes even on respawn trying to climb a 90-degree wall or he hard stucks in a fence. He also likes really to walk up and down like a retard when the AV didn't start yet, he can't even mount properly because he tries to mounts too early when AV opens lmao. In Warsong he hard stuck in the enemy Flag Room and doesn't move anymore. Arathi is probably the least buggy one and yet still he does some crazy bottish looking stuff around Flags. Don't use it it's beyond bad and got me banned on a test account in less than 12 hours.
  7. Nvm got it fixed with a plugin but is there a command to make my character facing the enemy? Because my mage is only really slowing/stuttering turning and my Hunter is not turning at all and I can't find something along the shipped .cs that shows me how to face it like ObjectManager.Me.Face(ObjectManager.Target.X,ObjectManager.Target.Y) you feel me?
  8. Hello, I have a problem that the bots stucks and doesn't loot Bound on Loot Items because he doesn't press the okay button how can I fix that? Thx in advance
×
×
  • Create New...