Loading...

Some qwestions about mph

Discussion in 'Help Desk' started by Candor, Jul 4, 2015.

  1. Candor

    Candor Active Member

    Joined:
    Jun 2, 2015
    Messages:
    63
    Likes Received:
    31
    Trophy Points:
    18
    Is it possible to hide some items if i use Sting's mph? I googled :smile: and found out that I shold use "-1,-2" to hide items, but it does not work ^^ so, can smb tell me what is wrong with my config:

    .........
    Good Gold Number: 5000
    Good Gold Colour: 0
    Poor Gold Colour: -1,-2
    Mana Pot Colours[1,2,3,4]: -1,-2

    Item Colours[Scroll of Town Portal]: -1,-2
    Item Colours[Scroll of Identify]: -1,-2
    Item Colours[2023]: -1,-2
    Item Colours[2036]: -1,-2 //Hide key's
    Item Colours[Stamina Potion]: -1,-2
    Item Colours[Antidote Potion]: -1,-2
    Item Colours[Thawing Potion]: -1,-2
    Item Colours[Rejuvenation Potion]: -1,-2
    Healing Pot Colours[1,2,3,4]: -1,-2
    .......
    i can see scrolls, potions and others when press Alt :(
     
  2. Endotoxin

    Endotoxin Supporter

    Joined:
    Jun 29, 2015
    Messages:
    122
    Likes Received:
    45
    Trophy Points:
    0
    -2 denotes the "invisible color"

    Here is my script for gold and potions

    Hide gold below 10000
    //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 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]: -2
    Hide mana potions Minor, Light and Normal (1,2,3)
    Mana Pot Colours[1,2,3]: -2

    //item colours[2098]:5
    //item colours[0-200]:-2
    //item colours[201]:11
    //item colours[202-1157]:-2
    //item colours[1158]:11
    //item colours[1159-2095]:-2
    //item colours[2096]:11
    //item colours[2097]:-2
    //item colours[2098]:11
    //item colours[2099-2142]:-2
    //item colours[2143-2145]:11
    //item colours[2146-9999]:-2

    Good Gold Number: 10000
    Good Gold Colour: Gold
    Poor Gold Colour: -2
    Item Colours[81-86,2022,2036]: -2 //Throwing Potions, Scroll Town & Identify, Shop Keys - Hidden
    //Item colours[2019]: -2 //Arrows shown
    Item Colours[2021]: -2 //Bolts hidden
    Item Colours[2006-2008,2010]: -2 //Stamina, Antidote, Thawing, Small Rejuv potions hidden
    Healing Pot Colours[1,2,3,4]: -2 //All health potions except mega hidden
    Mana Pot Colours[1,2,3,4]: -2 //All mana potions except mega hidden
     
  3. Endotoxin

    Endotoxin Supporter

    Joined:
    Jun 29, 2015
    Messages:
    122
    Likes Received:
    45
    Trophy Points:
    0
    So just delete the -1,

    Should work from there. Same with tp scrolls and keys. just use -2
     
  4. Endotoxin

    Endotoxin Supporter

    Joined:
    Jun 29, 2015
    Messages:
    122
    Likes Received:
    45
    Trophy Points:
    0
    Also add near the top Hidden Items Toggle: 0, VK_7
    This line lets you be able to switch from hidden items mode to seeing everything by hitting the 7 key. You can change the key to anything you want. just delete the 7 and hit whatever key you want to use
     
    Candor likes this.
  5. Gix

    Gix Founder

    Joined:
    Jan 1, 2005
    Messages:
    54,571
    Likes Received:
    5,258
    Trophy Points:
    113

    Hold on, [MENTION=28157]Endotoxin[/MENTION]. You have an edit button, how about using that instead of tripple posting?
     
  6. Endotoxin

    Endotoxin Supporter

    Joined:
    Jun 29, 2015
    Messages:
    122
    Likes Received:
    45
    Trophy Points:
    0
    I was just trying to be helpful [MENTION=1]Gix[/MENTION] and I don't see the edit button
     
  7. Gix

    Gix Founder

    Joined:
    Jan 1, 2005
    Messages:
    54,571
    Likes Received:
    5,258
    Trophy Points:
    113

    I know that but you can be helpful and use the EDIT button at the same time, just an advice for a next time. (by the way, edit button is active 30 minutes for registered members)
    Here is where you can find it: Screenshot by Lightshot
     
    Endotoxin likes this.
  8. Candor

    Candor Active Member

    Joined:
    Jun 2, 2015
    Messages:
    63
    Likes Received:
    31
    Trophy Points:
    18
    Just added this string to cfg (Hidden Items Toggle: 1 was before) and it works now even with -1,-2 :D

    thx!
     
  • Draft saved Draft deleted
    Loading...