Make AB and Arena Charter any level? menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Make AB and Arena Charter any level?

    Hey guys,

    In my map info I have AB changed from min level 20 to 19, but when a level 19 talks to a battlemaster they still get told to low. Know where to fix this? Same with creating an arena charter, It says you must be level 70 to do this even though the realm cap is 19.

    Thxs! Stab

    GoblinCity.net -
    Home of the only Cataclysm Twink Server
    Instant Level 49 * Custom Gear * Scripted Raids * Tons More
    We are the oldest private twink server community - Open since 2007

    Make AB and Arena Charter any level?
  2. #2
    Lich King's Avatar Contributor
    Reputation
    100
    Join Date
    May 2007
    Posts
    911
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You have to change it in the cpp in an un-compiled ascent

  3. #3
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheBetrayer View Post
    You have to change it in the cpp in an un-compiled ascent
    Know which ones? Only one I could find was the one I had to recompile WSG to need 1 player each side instead of 5 to start it.

    GoblinCity.net -
    Home of the only Cataclysm Twink Server
    Instant Level 49 * Custom Gear * Scripted Raids * Tons More
    We are the oldest private twink server community - Open since 2007

  4. #4
    doublehex's Avatar Member
    Reputation
    34
    Join Date
    Mar 2007
    Posts
    385
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in your script look for the gossip script, Gossip_Battlemaster.cpp, open it, heres what you need to edit(in red):
    Code:
    class SCRIPT_DECL ArathiBasinBattlemaster : public GossipScript
    {
    public:
        void GossipHello(Object* pObject, Player * plr, bool AutoSend)
        {
            GossipMenu *Menu;
            uint32 Team = plr->GetTeam();
            if(Team > 1) Team = 1;
    
            // Check if the player can be entered into the bg or not.
            if(plr->getLevel() < 20)
            {
                uint32 FactMessages[2] = { 7700, 7667 };
    
                // Send "you cannot enter" message.
                objmgr.CreateGossipMenuForPlayer(&Menu, pObject->GetGUID(), FactMessages[Team], plr);
            }
            else
            {
                uint32 FactMessages[2] = { 7700, 7555 }; // need to find the second one
    
                // Send "you cannot enter" message.
                objmgr.CreateGossipMenuForPlayer(&Menu, pObject->GetGUID(), FactMessages[Team], plr);
                Menu->AddItem( 0, "I would like to enter the battleground.", 1);
            }
    
            if(AutoSend)
                Menu->SendTo(plr);
        }
    
        void GossipSelectOption(Object* pObject, Player * plr, uint32 Id, uint32 IntId, const char * Code)
        {
            // Send battleground list.
            if(pObject->GetTypeId()!=TYPEID_UNIT)
                return;
    
            plr->GetSession()->SendBattlegroundList(((Creature*)pObject), 3);  // WSG = 2
        }
    
        void Destroy()
        {
            delete this;
        }
    };
    then you edit it to whatever level, save and compile your scripts


  5. #5
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thxs! + rep to you both, sorry I can't give more then one as this was VERY helpful. Would you also know by chance a script to add to be able to que up for AV and EotS? I have mgr->register_gossip_script(347, av); // Grizzle Halfmane in Gossip_Battlemaster.cpp but he que's you for WSG

    GoblinCity.net -
    Home of the only Cataclysm Twink Server
    Instant Level 49 * Custom Gear * Scripted Raids * Tons More
    We are the oldest private twink server community - Open since 2007

  6. #6
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also any way to break it down into brackets like on retail? Currently a level 30 and 70 get put in the same BG.

    GoblinCity.net -
    Home of the only Cataclysm Twink Server
    Instant Level 49 * Custom Gear * Scripted Raids * Tons More
    We are the oldest private twink server community - Open since 2007

Similar Threads

  1. [Guide] Make gold while farming Honor (any level)
    By SpaceghostPurpp in forum World of Warcraft Guides
    Replies: 13
    Last Post: 10-22-2012, 03:38 PM
  2. Make money selling flaming boars! (any level)
    By avatar88343 in forum World of Warcraft Exploits
    Replies: 78
    Last Post: 04-21-2011, 07:04 PM
  3. [Gold] Make money selling flaming boars! (any level)
    By avatar88343 in forum World of Warcraft Guides
    Replies: 4
    Last Post: 02-15-2011, 01:05 AM
  4. Making Eots and ab work for level 19?
    By bomsemannen in forum WoW EMU Questions & Requests
    Replies: 14
    Last Post: 09-15-2008, 03:53 AM
  5. Making good gold at almost any level
    By striker_1989 in forum World of Warcraft Guides
    Replies: 14
    Last Post: 12-11-2007, 11:50 AM
All times are GMT -5. The time now is 04:07 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search