Loading...

Guide BH Maphack Configuration Guide

Discussion in 'Guides' started by Gix, Mar 10, 2017.

  1. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

    Joined:
    Aug 6, 2016
    Messages:
    2,900
    Likes Received:
    1,473
    Trophy Points:
    113

    I'm not sure exactly what you're referring to about the question option being displayed, is it the quest drop warning? You can disable that in BH.cfg under this line:
    Code:
    //Warns about quests drops for Mephisto/Diablo/Baal
    Quest Drop Warning:     True, None
    
    As far as I know BH will not show regular chests and objects like stones and corpses on the map, only Sting's will.
     
  2. TiBi

    TiBi Member

    Joined:
    Jan 29, 2013
    Messages:
    10
    Likes Received:
    18
    Trophy Points:
    3

    hmm i use bh mh
    but i cant see gems
    what can i do can someone help me ?
     
  3. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

    Joined:
    Aug 6, 2016
    Messages:
    2,900
    Likes Received:
    1,473
    Trophy Points:
    113

    Something in your MH config is hiding them. Open ItemDisplay.cfg and you can replace the gem section with this:
    Code:
    ItemDisplay[GEMTYPE=1]: %PURPLE% %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=2]: %WHITE%¥ %GEMLEVEL%
    ItemDisplay[GEMTYPE=3]: %GREEN%¥ %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=4]: %RED%¥ %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=5]: %BLUE%¥ %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=6]: %YELLOW%¥ %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=7]: %GRAY%¥ %WHITE%%GEMLEVEL%
    
    This will show all gems like this:
    Screenshot563.jpg
    The color of the symbol in front will tell you what kind of gem it is, but if you wish to see the gem name also you can add %GEMTYPE% to all the above lines.
     
  4. Stany

    Stany Supporter

    Joined:
    May 20, 2018
    Messages:
    116
    Likes Received:
    53
    Trophy Points:
    28
    Hi all,
    can someone help me with the *.cfg file configuration. I just join in the server and I am using the integrated maphack. What line I have to add to the *.cfg file to see runes 18+ in color white on the mini map? At the moment (with default settings on integrated maphack) I saw runes 18+ in Red color on the mini map. Please help :)
     
  5. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

    Joined:
    Aug 6, 2016
    Messages:
    2,900
    Likes Received:
    1,473
    Trophy Points:
    113

    Integrated is Sting's maphack. You can find the guide for it here. @Nopik has provided the color chart for Sting's in this post.
     
  6. TrailBlazer

    TrailBlazer Member

    Joined:
    May 17, 2018
    Messages:
    20
    Likes Received:
    24
    Trophy Points:
    3
    This has been solved, see edits at the end
    Hello!
    I have a problem with BH:
    I have read through this topic and also searched all over forums, but didn't find anything that would answer my question. If it's there - I beg you to point me in the right direction.
    So I have been using this maphack for a while now and decided to go a step further - I wanted to enable the advanced item display.
    However, I got these broken, white "0x0 *** 0x0 ***" color codes on items instead.
    Somewhere in this thread I found a lead to the system locale - which changed to "English (USA)" fixed it for me, but then I bumped into another problem, much worse actually.

    Whenever I inject any BH into d2 process, there seems to be a problem with some parts of the game, namely:
    - connecting to EuropeBattle
    - logging in to my account
    - creating a game
    - joining a game
    - exiting a game

    Other than that, the BH works perfectly (lol)
    Jokes aside - Whenever I try to do any of things listed above *when* BH has already been loaded, it takes ages to complete and d2 stops responding in some cases.

    So, two questions:
    1. Anyone have any suggestions?
    2. If this works for anyone, can you please tell me what is your system locale?

    There are tons of English based options there, I don't feel like trying all of them one by one and reboot every time. Sounds like a bad time waster to me.

    Win 10 x64
    Intel 7700HQ
    GTX 1050Ti
    64GB RAM

    - Using Glide wrapper
    - Messing with DEP in all possible ways
    - Using other BH versions
    - Using various other BH found all over the web (same thing happens, additionally got access violation in some cases)
    - Using RemoteDll to inject BH (stupid, I know, but tried anyway. It works tho.)
    - Changing compatibility mode between XPSP3 and XPSP2 for everything listed in guides and BH
    - yes, I am running everything as Admin
    - that's pretty much it.

    I would be soooo grateful if there was a fix for that. Color codes are just so sexy... But I also have a crush on not-waiting-for-2-minutes-to-create-a-game...


    /Edit:
    Okay, so I am at the point of recompiling the whole StormLib and one of the BH solutions...
    Still waiting for suggestions tho.

    /Edit2:
    I think I got something. I think when I recompile the BH so that it conforms with the Unicode standards (which means re-writing a couple of things) It will work without setting the system locale to USA... but no idea if this will lead me anywhere.

    /Edit3:
    B-I-N-G-O!!!
    I still needed to change the system locale to USA, as the color codes are "coded" internally by a specific non-Unicode character, but recompiling the entire BH with some tweaks DID THE TRICK!!!
    I don't know if any Administrator is going to be happy about my workaround, so I will not use it yet - but hey, I can build a whole new EuropeBattle.net customized BH Maphack at this point.

    /Edit4:
    I still wanted to know what exactly is happening when I inject the commonly found BH library into d2, what is causing these freezes - live debug got me to a weird discovery. It came out to be some VC++ 2010 shared libraries that were missing. I don't know why this was the case, because I had VC++ 2010 redist installed. So apparently when I recompiled the BH, I decided to include all shared libraries in the final product - just to be sure. I thought that this fixed it, but I was mistaken. Installing the Visual Studio C++ 2010 was the "ultimate" solution. So now:
    -> only when system locale is set to English (USA)
    - all BHs are working fine, whenever I have both VC++ 2010 redist AND Visual Studio C++ 2010 installed at the same time
    - only my swollen (~3MB compared to original ~750KB) BH with shared libraries and StormLib recompiled works, when any (redist or studio) is missing

    I don't mind merely 3GB taken by whole VC++ Studio 2010 and redist package, so I will stick to this solution. D2 is worth it.

    I hope this will help someone in the future.
     
    Last edited: May 24, 2018
    Gix and Kefflar32 like this.
  7. Sergo1

    Sergo1 Member

    Joined:
    Jun 18, 2018
    Messages:
    16
    Likes Received:
    3
    Trophy Points:
    3
    Hi, people!
    Would you explain me, why can't I see any game description, when using BH-Maphack? I use default and Underbent configs - no matter, no game-descriptions with both. Sting Maphack shows all descriptions, but crushes my game from time to time.
    See picture:
    [​IMG]
    ___________________
    Didn't do anything, but suddenly game selfrepaired itself), and descriptions became visible again; so the problem is solved.
     
    Last edited: Jul 1, 2018
  8. TrailBlazer

    TrailBlazer Member

    Joined:
    May 17, 2018
    Messages:
    20
    Likes Received:
    24
    Trophy Points:
    3
    TimmyDeezNuts and Kefflar32 like this.
  9. Mustang

    Mustang Member

    Joined:
    Jul 23, 2018
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    3
    Hello all,what is command name to quick leave game for example with "D" button?
    And how to do,to make chest not invisible on the map?
     
    Last edited: Jul 26, 2018
  10. Gix

    Gix Founder

    Joined:
    Jan 1, 2005
    Messages:
    54,504
    Likes Received:
    5,070
    Trophy Points:
    113

  11. Sergo1

    Sergo1 Member

    Joined:
    Jun 18, 2018
    Messages:
    16
    Likes Received:
    3
    Trophy Points:
    3
    Thanks, Gix and TrailBlazer, but I found a fix of my game-crashes with Sting maphack, so I'm using Sting now - it suits me better.
     
  12. Joey053

    Joey053 Member

    Joined:
    Aug 26, 2018
    Messages:
    11
    Likes Received:
    1
    Trophy Points:
    3
    Hi, any know problem with Lolisquad not running and giving MSVCP110.dll fault code?
    i uninstalled, reinstalled and even repaired it multiple times.
    I downloaded both x86 and x64 versions.
    Default maphack works just fine.
     
  13. Gix

    Gix Founder

    Joined:
    Jan 1, 2005
    Messages:
    54,504
    Likes Received:
    5,070
    Trophy Points:
    113

    @Joey053, it seems that you're missing one of the Microsoft Visual C++ Redistributable Packages. I suggest getting both the 2010 and 2012 versions again, x86 and x64.
     
  14. Joey053

    Joey053 Member

    Joined:
    Aug 26, 2018
    Messages:
    11
    Likes Received:
    1
    Trophy Points:
    3
    Thanks for the support.
    I just downloaded from the direct link and didnt know there were multiple years neccesary.
    It did the job and works now.
    thanks alot!
     
  15. Duduloi

    Duduloi Well-Known Member

    Joined:
    Aug 18, 2018
    Messages:
    308
    Likes Received:
    282
    Trophy Points:
    63
    I have the same problem: I cannot see the gems. Who is kind to share his working configuration file to check, please ?

    later edit: solved, in default config gems are hidden.
     
    Last edited: Aug 28, 2018
    TimmyDeezNuts and Atox like this.
  16. Duduloi

    Duduloi Well-Known Member

    Joined:
    Aug 18, 2018
    Messages:
    308
    Likes Received:
    282
    Trophy Points:
    63
    I want to tweak a bit my config and I don't want to make a mess. I want to ignore the large charms drop, I really don't collect them at all. So, please help me to HIDE them completely.
     
  17. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

    Joined:
    Aug 6, 2016
    Messages:
    2,900
    Likes Received:
    1,473
    Trophy Points:
    113

    Code:
    ItemDisplay[cm2]:
    
    Just locate the cm2 item declaration in your config and change it to blank as shown above.
     
    Kefflar32 and Atox like this.
  18. Holt

    Holt Active Member

    Joined:
    Aug 31, 2018
    Messages:
    37
    Likes Received:
    0
    Trophy Points:
    6
    Hi Guys,

    I can't get those cooldowns to appear in the maphack.
    I'm using Lolisquad's version and I have copied @TimmyDeezNuts .cfg.
    Is there something else that I should do the make them appear?
    Everything else seems to work fine.

    Could you please help ?

    Fixed!! Downloading and configuring the MH again did the trick.
     
    Last edited: Oct 3, 2018
  19. zivakimi

    zivakimi Member

    Joined:
    Oct 4, 2018
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    1
    can you remove only white items? cause when i copied @TimmyDeezNuts cfg, but i can't see slotted phase blade so i deleted "White Trash" in cfg and now i see every white equips
    when i deleted the white trash section i can now see slotted phase blade
     
    Last edited: Nov 2, 2018
  20. Duduloi

    Duduloi Well-Known Member

    Joined:
    Aug 18, 2018
    Messages:
    308
    Likes Received:
    282
    Trophy Points:
    63
    There is any way to show on map the magic armor with 4os and life 100 ?
     
  • Draft saved Draft deleted
    Loading...
    Similar Threads - Maphack Configuration Guide
    1. lethalbacon
      Replies:
      0
      Views:
      7,665
    2. Gix
      Replies:
      494
      Views:
      719,697
    3. Reacher
      Replies:
      1
      Views:
      5,507
    4. Gix
      Replies:
      13
      Views:
      28,187
    5. Gix
      Replies:
      15
      Views:
      26,106
    Loading...