Arena Cap menu

User Tag List

Thread: Arena Cap

Results 1 to 2 of 2
  1. #1
    Nightcloud's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Arena Cap

    Hello,

    I am trying to get my arena cap but i have to drop MMR alot because playing at 1k8 in 2v2 with no gear is just destined to lose.
    Now I got in contact with the dev of the Arena Cap plugin, he used to have a drop MMR plugin that would make the char join and leave queu.
    But because off blizzards latest deserter system he stopped developping the plugin.

    I was wondering if anybody could help me how to put in a check that would check if you are in combat before leaving the arena so that I don't have the deserter debuff.

    Code:
    public void ArenaCheck(object sender, LuaEventArgs args)        {
                MsgCnt++;
                if (MsgCnt == 1)
                {
                    ArenaBehavior();
                }
                else if (MsgCnt == 2)
                {
                    ArenaMovement();
                }
                else if (MsgCnt == 3)
                {
                    Random r = new Random();
                    Log("The arena has started. Waiting for combat.");
                    while(!Me.Combat) {
                        Thread.Sleep(r.Next(5000, 12000));
                        if(Me.Combat) {
                            Log("Combat detected! Leaving the arena...");
                            break;
                        }
                        Log("Couldn't detect combat, assuming we won the arena. Leaving now..");
                        break;
                    }                
                    ArenaPlayed++;
                    Log("Played " + ArenaPlayed.ToString() + " games.");
                    InArena = false;                
                    MsgCnt = 0;
                    QueueTries = 0;
                    Lua.DoString("RunMacroText(\"/script LeaveBattlefield()\");");
                    Thread.Sleep(r.Next(4000, 7000));
                }
            }
    Thanks in advance for the help I can post the whole package if it works!

    Arena Cap
  2. #2
    pinny's Avatar Active Member
    Reputation
    29
    Join Date
    Jan 2010
    Posts
    211
    Thanks G/R
    7/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nightcloud,
    You need two accounts in order to do something like this as one of the players will still get deserter if they don't both join.

    If you have two accounts, you can achieve this in autoit pretty easily.

Similar Threads

  1. [Selling] Cheap HAND arena cap boosting
    By Urskov in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 01-14-2014, 04:57 PM
  2. [Buying] Arena Cap boost , 13,4 k conquest points.
    By Weedberg in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 12-24-2013, 08:51 AM
  3. Arena cap over 9000
    By Ishyorc in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 05-24-2013, 07:43 AM
  4. [Selling] [US][H] Arena Caps
    By TheMostInfamous in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 04-01-2013, 05:52 AM
  5. [Selling] Arena Cap Boosting/BG Honour/Kill Farming, Stormscale Horde Eu.
    By Generaldark in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 01-11-2013, 03:07 PM
All times are GMT -5. The time now is 11:55 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search