Close
Showing results 1 to 7 of 7

Hybrid View

  1. #1

    Default There an in-game script to click "Join Battle" ? How about "Release Spirit" ?

    Hey there,

    Is there an in-game script to click "Join Battle" when doing BGs?

    Also, is there one to click "Release Spirit" ?

    Thanks!

  2. #2

    Default

    /script RepopMe();



    The one to accept a BG is quite complicated. You'll really just need a mod to do it for you than being able to push a key to do it. As it uses variables based on queues and depending on how you joined etc depends on which bg is which queue number blah blah.



    -Slats

  3. #3

    Default

    Hey there,

    Thanks for the repop one.

    For the BGs, I'm not looking for one to join me to a BG. I simply want one to Join Battle, such as what appears when you join as group and the BG pops. Every member has to click Join Battle, but I'd like to script that such as with the auto rez, auto accept quest, etc.

    Thanks!

  4. #4

    Default

    How about one to leave a battlefield when it is finished?

  5. #5

    Default

    I'll dig one up for Leaving.



    Goto wowwiki.com and look for the API Functions any of those API fucntions that are not protected you can call using /script.



    ie:

    /script AcceptQuest();

  6. #6

    Default

    BG Accept Scripts I have setup in my general use macros are as follows. I also highly recommend running the Stinkyqueue mod so you know which AV instance you and all your toons have been matched up for until they put in group queuing for AV in 2.4

    Queuing for BG when the window is open for all characters
    /script JoinBattlefield(0);

    Accepting BGs that have queued up
    /script AcceptBattlefieldPort(1,1);

    I don't currently have one for leaving but thx to Keyclone's latest version you can just use the override DNP option and do /afk for all characters if you have to get out before the BG ends...

    You know you've been playing to much WoW when your Girlfriend's pants are a rare drop.

  7. #7

    Default

    According to WoWWiki, this would work for leaving a battlefield after it's done:

    /script AcceptBattlefieldPort(1, 0)

    The API says that passing a 0 through this function will cause you to leave the battlefield, whether or not the battle has actually finished. This may leave you with the deserter flag if you use it before a battle has ended.

    Alternatively, you can also use the /afk command after the battle has ended to leave the battlefield without causing the deserter flag to affect you.

    Or /script LeaveBattlefield()

    All of those should work for leaving the battlefield.

Similar Threads

  1. Enter here to get your Mountain Dew in-game Battle Bot!
    By Maleick in forum General WoW Discussion
    Replies: 4
    Last Post: 05-31-2009, 03:04 AM
  2. Unable to Validate Game Version.... Battle.net and Symlink on Mac
    By Guilo in forum New Multi-Boxers & Support
    Replies: 8
    Last Post: 04-06-2009, 02:30 AM
  3. Replies: 6
    Last Post: 12-02-2008, 04:54 PM
  4. The Spirit of the Game
    By Tasty in forum General WoW Discussion
    Replies: 24
    Last Post: 07-18-2008, 12:48 AM
  5. Macro/script for mouse click?
    By Tdog in forum Macros and Addons
    Replies: 4
    Last Post: 05-30-2008, 10:37 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •