Loading...

Solved can someone help me with bh lolisquid

Discussion in 'General Discussions' started by brian, Feb 26, 2018.

Thread Status:
Not open for further replies.
  1. brian

    brian Member

    Joined:
    Oct 7, 2017
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    1
    im trying to add diffrent things to what it looks for like gems and i have went to the how to page i cant figure it out can someone help
     
  2. Quinneczech

    Quinneczech Fat! Old! HardCORE! Forum Legend

    Joined:
    Feb 6, 2017
    Messages:
    1,313
    Likes Received:
    1,015
    Trophy Points:
    113

  3. brian

    brian Member

    Joined:
    Oct 7, 2017
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    1
  4. Krixo

    Krixo Senior Member

    Joined:
    Mar 25, 2017
    Messages:
    48
    Likes Received:
    105
    Trophy Points:
    33
    use this in itemdisplay

    // GEMS
    // Colour coded indicator, truncated name

    // Amethysts
    ItemDisplay[gcv]: %PURPLE%o %WHITE%Chipped
    ItemDisplay[gfv]: %PURPLE%o %WHITE%Flawed
    ItemDisplay[gsv]: %PURPLE%o %WHITE%Normal
    ItemDisplay[gzv]: %PURPLE%o %WHITE%Flawless
    ItemDisplay[gpv]: %PURPLE%o %WHITE%Perfect

    // Topazes
    ItemDisplay[gcy]: %YELLOW%o %WHITE%Chipped
    ItemDisplay[gfy]: %YELLOW%o %WHITE%Flawed
    ItemDisplay[gsy]: %YELLOW%o %WHITE%Normal
    ItemDisplay[gly]: %YELLOW%o %WHITE%Flawless
    ItemDisplay[gpy]: %YELLOW%o %WHITE%Perfect

    // Sapphires
    ItemDisplay[gcb]: %BLUE%o %WHITE%Chipped
    ItemDisplay[gfb]: %BLUE%o %WHITE%Flawed
    ItemDisplay[gsb]: %BLUE%o %WHITE%Normal
    ItemDisplay[glb]: %BLUE%o %WHITE%Flawless
    ItemDisplay[gpb]: %BLUE%o %WHITE%Perfect

    // Emeralds
    ItemDisplay[gcg]: %GREEN%o %WHITE%Chipped
    ItemDisplay[gfg]: %GREEN%o %WHITE%Flawed
    ItemDisplay[gsg]: %GREEN%o %WHITE%Normal
    ItemDisplay[glg]: %GREEN%o %WHITE%Flawless
    ItemDisplay[gpg]: %GREEN%o %WHITE%Perfect

    // Rubies
    ItemDisplay[gcr]: %RED%o %WHITE%Chipped
    ItemDisplay[gfr]: %RED%o %WHITE%Flawed
    ItemDisplay[gsr]: %RED%o %WHITE%Normal
    ItemDisplay[glr]: %RED%o %WHITE%Flawless
    ItemDisplay[gpr]: %RED%o %WHITE%Perfect

    // Diamonds
    ItemDisplay[gcw]: o Chipped
    ItemDisplay[gfw]: o Flawed
    ItemDisplay[gsw]: o Normal
    ItemDisplay[glw]: o Flawless
    ItemDisplay[gpw]: o Perfect

    // Skulls
    ItemDisplay[skc]: %GRAY%o %WHITE%Chipped
    ItemDisplay[skf]: %GRAY%o %WHITE%Flawed
    ItemDisplay[sku]: %GRAY%o %WHITE%Normal
    ItemDisplay[skl]: %GRAY%o %WHITE%Flawless
    ItemDisplay[skz]: %GRAY%o %WHITE%Perfect
     
    Kefflar32 likes this.
  5. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

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

    You will need to add any display statements to ItemDisplay.cfg in Lolisquad's. What exactly are you trying to add/change to gem display? This is what I use:
    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%
    
    You can also add %GEMTYPE% to each line if you wish show the names of the gems also.
     
    Kefflar32 and Gix like this.
  6. brian

    brian Member

    Joined:
    Oct 7, 2017
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    1
    im just actually trying to get gems to show up with having the advanced still on
     
  7. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

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

    AID will override any ItemDisplay statements made in the BH.cfg and refer only to the statements in the ItemDisplay.cfg file. As long as your placing the gem statements in ItemDisplay.cfg this shouldn't affect it. You can post your config here within CODE tags so we can take a look.
     
  8. brian

    brian Member

    Joined:
    Oct 7, 2017
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    1
    that will take a min to find theres like 7 diff files in there 1-5 and others
    --- Double Post Merged, Mar 13, 2018, Original Post Date: Mar 13, 2018 ---
    ItemDisplay[GEMLEVEL=1]:
    ItemDisplay[GEMLEVEL=2]:
    ItemDisplay[GEMLEVEL=3]:
    ItemDisplay[GEMLEVEL=4]:
    ItemDisplay[GEMTYPE=1]: %PURPLE%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=2]: %WHITE%o %GEMLEVEL%
    ItemDisplay[GEMTYPE=3]: %GREEN%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=4]: %RED%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=5]: %BLUE%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=6]: %YELLOW%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=7]: %GRAY%o %WHITE%%GEMLEVEL%

    thats what im looking at now i think im in the right spot
     
  9. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

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

    Here is the problem:
    Code:
    ItemDisplay[GEMLEVEL=1]:
    ItemDisplay[GEMLEVEL=2]:
    ItemDisplay[GEMLEVEL=3]:
    ItemDisplay[GEMLEVEL=4]:
    
    This hides all chipped/flawed/normal/flawless gems.
    Delete the code section above and your gems will display all from chipped to perfect.
    Leave this code section intact:
    Code:
    ItemDisplay[GEMTYPE=1]: %PURPLE%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=2]: %WHITE%o %GEMLEVEL%
    ItemDisplay[GEMTYPE=3]: %GREEN%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=4]: %RED%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=5]: %BLUE%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=6]: %YELLOW%o %WHITE%%GEMLEVEL%
    ItemDisplay[GEMTYPE=7]: %GRAY%o %WHITE%%GEMLEVEL%
    
    It will now (after deleting the first code section) show ALL gems the same way, from chipped to perfect.
     
    brian and Gix like this.
  10. brian

    brian Member

    Joined:
    Oct 7, 2017
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    1
    can u help me with one more thing im trying to change the color of the eth items there the same color as uniqs now
     
  11. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

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

    Just find this line in your config:
    Code:
    //Ethereal
    ItemDisplay[ETH NMAG]: %TAN%%NAME%(Eth)%CONTINUE%
    
    And replace %TAN% with the color you want them to be or don't list a color and it will show the default color.
     
  12. brian

    brian Member

    Joined:
    Oct 7, 2017
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    1
    bro i just got booted from the channel for swearing if u cant swareing in the channel prolly tell someone theres all the chars with profanity in there names i didnt know
     
  13. TimmyDeezNuts

    TimmyDeezNuts Rezident Ninja Forum Legend

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

    Not sure why you posted this here because it has nothing to do with the original thread, but I'll refer you to the server rules. Please take a moment to read thru them.
    If you come across a player/account with an offensive name, please inform a staff member so we can take care of it.
     
  • Loading...
    Thread Status:
    Not open for further replies.
    Loading...