MQ Stuff in OOC 5-28 to 6-4

Discussion in 'General MQ2' started by eonEQemu, Jun 4, 2023.

  1. eonEQemu

    eonEQemu Di`zok Warlord

    Messages:
    294
    After this post I think I will go to posting either at the end of the Month or bi-monthly when I have time to go through

    1
    How do I port to guild lobby?
    use Throne of Heroes AA
    throne of heroes is /alt act 511
    for AA number list go here:
    https://articles.eqresource.com/altactlist.php


    2
    how do you target the ID number of a mob
    /target id ${Target.ID}


    3
    make my caster's to wait to cast until a certain &PCT
    IFS statement
    to use IFS you need an IFS section setup in your bot ini
    example:
    [IFS]
    70PctHealth=${Spawn[${AssistTarget}].PctHPs} < 70
    80PctHealth=${Spawn[${AssistTarget}].PctHPs} < 80
    90PctHealth=${Spawn[${AssistTarget}].PctHPs} < 90
    60PctAgro=${Me.PctAggro} < 60 (I think this is correct-not tested)
    next you need to reference the IFS in your spells
    [Nukes]
    Main=Spark of Ice/Ifs|70PctHealth
    Main=Spark of Fire/Ifs|80PctHealth
    see tinyurl.com/chance650 for more info.


    4
    what is the command to get my boxes to go silent? (volume control)
    /bcaa //notify OptionsWindow OGP_SoundVolumeSlider newvalue 0
    /bcaa //notify OptionsWindow OGP_MusicVolumeSlider newvalue 0
    /bcaa //notify OptionsWindow OGP_SoundRealismSlider newvalue 0
    range is 0 to 20 (max)

    5
    How would i change the channel that my loot bot sends the things they're looting to?
    \Macros\e3 Macro Inis\General Settings.ini
    Loot link Channel=gu
     
  2. Skream

    Skream Orc Legionnaire

    Messages:
    133
    To point 4 there

    /bcaa is every connected client
    /bca is every client but the one the command is issued on
     
  3. Ugnuk

    Ugnuk Orc Pawn

    Messages:
    18
    Here's a question for you smart guys.

    Binkapal showed the differences between bcaa and bca. Is there a list of all of those commands with descriptions?

    I know there's also /bcg, /bct, /bc, etc. I'll bet there are 25 more that I don't know about, too.
     
  4. eonEQemu

    eonEQemu Di`zok Warlord

    Messages:
    294
    /bcaa all connected
    /bca all except command issuer
    /bct (name) just one toon with that name
    /bcga all in group
    /bcg all in group except command issuer
    those are the ones I know
    also a lot of commands have /only and /not funtionality which can be used as well
    /mtm /only|casters
    /mtm /not|casters
    all the options for those are listed on tinyurl.com/chance650 under the only and not section
     
  5. kaleep

    kaleep Orc Pawn

    Messages:
    13