Loading...

Solved Looking for someone who can edit maphack.cfg

Discussion in 'Help Desk' started by Evolved, Nov 25, 2016.

  1. Evolved

    Evolved Supporter

    Joined:
    Oct 7, 2016
    Messages:
    549
    Likes Received:
    266
    Trophy Points:
    63

    Looking for someone who can edit d2maphack.cfg

    Only wanting the following items to be hidden Even though i add this at the end of the cfg... it still hides some Rares and what not..

    i Only want to see All Rares, Unique, Set items, Jewels, Charms, Runes, Full Juvs, Gold 5k+

    If you can make me a GOOD config file im willing to Tip for the service..


    Hide gold below 5000
    Poor Gold Colour: -2
    Hide Arrows
    Item Colours[Arrows]: -2
    Hide Bolts
    Item Colours[Bolts]: -2
    Hide the scrolls (town portal and identify)
    Item Colours[Scroll of Town Portal]: -2
    Item Colours[Scroll of Identify]: -2
    Hide key's
    Item Colours[2036]: -2
    Hide different potions
    Item Colours[Stamina Potion]: -2
    Item Colours[Antidote Potion]: -2
    Item Colours[Thawing Potion]: -2
    Hide rejuvenation potion (the small one not the full one)
    Item Colours[Rejuvenation Potion]: -2
    Hide health potions Minor, Light and Normal (1,2,3)
    Healing Pot Colours[1,2,3,4]: -2
    Hide mana potions Minor, Light and Normal(1,2,3)(can add 4,5)
    Mana Pot Colours[1,2,3,4]: -2
     
  2. inayat

    inayat Head Game Master Moderator

    Joined:
    Sep 12, 2016
    Messages:
    23,008
    Likes Received:
    5,957
    Trophy Points:
    113

    Hide junk weapons (hide cracked,norm,superior,magic)
    item colours[1-10,15-17,19-21,23-86,94-97,99-103,108-110,112-122,124-173,197-200,202-206,211-213,215-217,220,222-225,230-232,236-254,260-261,263,265-271,273-276,282-285,292,294-295,304-305][1,2,3,4]:-2

    Hide junk armors (hide cracked,norm,superior,magic)
    item colours[1001-1028,1039-1067,1069-1074,1085-1092,1117-1122,1125-1130,1132-1133,1139,1141,1143-1144,1162][1,2,3,4]:-2

    or:
    item colours[all][1,2,3,4]: -1,-2//Hide all below rare

    Im not an editor off MH,I read the guide below and figured it out like this.
    Let me know if it works for you.
    Guide: http://forum.europebattle.net/threads/maphack-configuration-guide.537869/

    the above code means:

    -Item Colours = This part of the code is as basic as it gets. This should be on ALL item codes you use. This is what tells - Maphack that this is a code to change the color of an item.

    -[all] = This selects ALL items. When using this, its highly advised you have something else to specify exactly what you mean - for instance, a quality. if you used [all][1], that would hide all items of level 1 quality (cracked, low quality, ect.)

    - [1,2,3,4] = This is a must.. the quality of the item you're specifying. The numbers are in order. 1=crude/cracked/otherwise damaged. 2=normal 3=superior 4=magic 5=set 6=rare 7=unique 8=crafted.

    -1, -2 = This is the COLOR area. To hide an item, we're changing its color! This changes it to an INVISIBLE color though.

    - // Hide all below rare = Its just a note for you so you know what the code does. Make sure, again, that you're putting this part behind the //, or it will mess up.
     
    Last edited: Nov 25, 2016
Draft saved Draft deleted
Loading...
Loading...