Neutral AH *GLIDER PROFILE & MODIFIED BTMSCAN!!* menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    mjuad's Avatar Member
    Reputation
    18
    Join Date
    Feb 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Neutral AH *GLIDER PROFILE & MODIFIED BTMSCAN!!*

    Well folks, Calek wrote a fantastic article about getting epic items on the Neutral AH using an autoclicker here: http://www.mmowned.com/forums/bots-p...eutral-ah.html. I've merely expanded upon the concept.

    The two things I've done are:

    • Modified Bottom Scanner to allow scanning as fast as every 1 second
    • Created a "custom class" for Glider Elite that will click the button repeatedly allowing you to run a copy of WoW in the background and buy CONSTANTLY while playing another account!


    The modified bottom scanner file is available here: MEGAUPLOAD - The leading online storage and file delivery service. Just put it in your BtmScan directory in your WoW\Interface\Addons directory. If you don't feel like using this one, you can always do the following:

    • Open the file btmSettings.lua, located in your WoW\Interface\Addons directory, with any text editor such as the ultra-powerful Notepad
    • Find this line: gui:AddControl(id, "WideSlider", 0, 1, "scan.reload.interval", 6, 60, 1, "Reload interval: %s seconds")
    • Change it to say: gui:AddControl(id, "WideSlider", 0, 1, "scan.reload.interval", 1, 60, 1, "Reload interval: %s seconds")
    • Save the file


    This will allow you to change the slider in the settings to allow it to rescan as quickly as every second!

    Now, the best part of this is the "custom class" that allows you to run a WoW in the background & buy things constantly! The custom class is available here: MEGAUPLOAD - The leading online storage and file delivery service. Simply place it in the directory where you would normally place custom classes & select the class "Clix" in your list of classes in your settings. Create the following macro:


    Code:
    /run if (BtmScan.Prompt:IsVisible()) then BtmScan.Prompt.Yes:Click() end
    Place that macro on the 2nd action bar (shift+2) in the first button position (as if you were to press 1 manually) and then open up the AH. Get Bottom Scanner started scanning & then pick any profile & start gliding! If you prefer to just save your own custom profile, the code is simple and as follows:

    Code:
    using System;
    using System.Threading;
    using Glider.Common.Objects;
    
    namespace Glider.Common.Objects
    {
    
    	public class Clix : GGameClass
        {
    
            #region GGameClassOverrides 
            public override string DisplayName { get { return "Clix"; } }
            #endregion
    
    
            public override void OnStartGlide()
    		{
    	
    			while(true)
    			{
    				Context.SendKey("Common.Eat");
    				Thread.Sleep(375);
    			}
    
    		}
    	}
    }
    Of course, if your eat button is not in the standard place, just put the click macro wherever your eat button is.

    I recommend that you set up background gliding with Glider, start BtmScan & the glide, and minimize the window. You can then go ahead and play another toon on another account while that one buys things for you!


    If you are having trouble getting Glider to attach to the proper instance of WoW, close any running copies, start Glider, and start an instance of WoW to buy things with. Start BtmScan & the "glide" and minimize/hide it. Then you can start another copy of WoW without fear of them being messed up.


    Future plans:

    • Make the "custom class" able to configure which key to press (i.e. which one the macro is set on) in a settings window.
    • Allow users to choose what interval they would like the "custom class" to click the button at, rather than a static value of 375.


    Well, that's about it! If you have any questions, just ask here! Hope you enjoyed it!

    Regards,
    mjuad
    Last edited by mjuad; 03-03-2008 at 12:17 PM. Reason: Changing Title

    Neutral AH *GLIDER PROFILE & MODIFIED BTMSCAN!!*
  2. #2
    Clovian's Avatar Contributor
    Reputation
    217
    Join Date
    Nov 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dude epic +rep/

    given out to much rep in last 24 hrs =(

  3. #3
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epic

    Now someone convert this to lavishscript!
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

  4. #4
    shvaak's Avatar Member
    Reputation
    10
    Join Date
    Aug 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there someway to do this with innerspace or openbot? im not good with scirpts and stuff like that :S
    <O.o<____^O.o^____>O.o>

  5. #5
    lagalot's Avatar Active Member
    Reputation
    19
    Join Date
    May 2006
    Posts
    86
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good work. A lavishscript version of this would be amazing.

    +rep

  6. #6
    Yeti's Avatar Banned
    Reputation
    181
    Join Date
    Feb 2008
    Posts
    624
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    or you could just get something like wowmimc turn off any keybindings so it can't move or attack then keybind tab to a macro for btm scanner to accept stuff.

  7. #7
    keaarori's Avatar Active Member
    Reputation
    22
    Join Date
    Sep 2007
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The file you are trying to access is temporarily unavailable. anyone else got it?

  8. #8
    cubed's Avatar Member
    Reputation
    27
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Those of you who were looking for this in LS take a look at my post: http://www.mmowned.com/forums/bots-p...ishscript.html
    Last edited by cubed; 03-04-2008 at 03:39 AM.

  9. #9
    xexis's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone gotten this to work? The custom class looks like it's working -- my macro button that I've put in the 2nd bar #1 slot keeps getting pressed every x milliseconds, but the macro doesn't work. When btmscanner's No/Yes dialog appears, it's never accepted, even if I click the macro manually.

  10. #10
    Calek's Avatar Contributor
    Reputation
    199
    Join Date
    Jan 2007
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, +rep
    Frostwind enUS - 3x Blizz-Like PVE
    https://www.frostwind.info

  11. #11
    mjuad's Avatar Member
    Reputation
    18
    Join Date
    Feb 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe you need to update your btmscan? I'm using the latest version and it works just fine =)

  12. #12
    muhaahaa's Avatar Member
    Reputation
    17
    Join Date
    Jun 2007
    Posts
    301
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WOW nice, +rep

  13. #13
    Ekul's Avatar Member
    Reputation
    9
    Join Date
    Jun 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sup,

    Good idea.

    Having problems though, have it set up correctly and using glider elite.

    Each time i click to start gliding all it wants to do is move in the current direction of the glide, and doesnt start. Any ideas?

    thanks

  14. #14
    sieusc's Avatar Member
    Reputation
    4
    Join Date
    Apr 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mhh I dont understand all of it to be honest. You are saying we should start bottom scanner, and then continue to do our glides? When we move away from AH, it will close, won''t bottomscanner close aswell?

    anyway it seems like you made an awesome job, still kinda confused about the above though

  15. #15
    alcha's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job man +Rep

Page 1 of 3 123 LastLast

Similar Threads

  1. Configurable Neutral AH Buying Glider Profile
    By mjuad in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 03-04-2008, 12:09 PM
  2. Tons of Glider profiles!
    By omgwhokillme in forum WoW Bot Maps And Profiles
    Replies: 10
    Last Post: 07-31-2007, 02:50 PM
  3. Make Glider Profiles
    By LightWave in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 09-02-2006, 02:33 PM
  4. How I make Glider Profiles!!
    By italyone in forum World of Warcraft Guides
    Replies: 10
    Last Post: 08-03-2006, 11:27 PM
  5. WoW glIDER profiles?
    By B7huff in forum World of Warcraft General
    Replies: 7
    Last Post: 07-07-2006, 11:10 AM
All times are GMT -5. The time now is 03:52 PM. 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