Jump to content

BetterSister

Elite user
  • Posts

    1887
  • Joined

  • Last visited

Community Answers

  1. BetterSister's post in Click button to use a item/spell was marked as the answer   
    went to pee and meanwhile i realized how to do it...
    The button is called ExtraActionButton1
    i can create while check for it to go there and click it... Clearly 5-6 hours sleep/night on 3 days isn't enough
  2. BetterSister's post in Correct sentences for MoveTo in RunCode was marked as the answer   
    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(38.23928f, 10.52102f, -4.297345f));
  3. BetterSister's post in Pause/Stop hotkey. was marked as the answer   
    i don't think it is possible to change
  4. BetterSister's post in Disable Teamviewer Warning was marked as the answer   
    Shutdown teamviewer and it won't appear again :) 
  5. BetterSister's post in Cannot attack was marked as the answer   
    Dreamfuls profiles are for wotlk. They won't work on retail
  6. BetterSister's post in Party doesn't attack if leader is alive was marked as the answer   
    Issue was in settings. what setting was the issue isn't clear.... it all looked fine... I think the issue was "calculate distance by target" being enabled
  7. BetterSister's post in Wait or pause in Runcode was marked as the answer   
    Alright it will look like this:

    Change the coords step to your destination coords. (it's setup for redridge mountains inn)
    While step:
    ObjectManager.Me.Position.DistanceTo2D(new Vector3(-9223.98f, -2157.12f, 63.73089f)) > 5 && ObjectManager.Me.Position.DistanceTo2D(new Vector3(-9223.98f, -2157.12f, 63.73089f)) < 100 Change the coords for the Inn keeper location and ID(6727) for NPC ID (you can get them from helper tools > target info)
    RunCode:
    wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-9223.98f, -2157.12f, 63.73089f), 6727, 1, false); below add RunMacroLUA:
    /click StaticPopup1Button1 after this all add EndWhile. If it still is too fast for you (never had issues with this setup) add action type step Wait with 2000 ms after runcode
  8. BetterSister's post in Bot does not load after entering license key was marked as the answer   
    He did restart computer and now everything work fine...
  9. BetterSister's post in Wont let me submit Profiles was marked as the answer   
    taken care of
    https://www.youtube.com/watch?v=9Ykb3GZ5yJw
  10. BetterSister's post in Running the program was marked as the answer   
    Bitdefender is known to throw false positives left and right. There is nothing really you can do without disabling Bitdefender 
×
×
  • Create New...