MQ questions in OOC for June (mostly)

Discussion in 'General MQ2' started by eonEQemu, Jul 6, 2023.

  1. eonEQemu

    eonEQemu Froglok Krup Watcher

    Messages:
    302
    AA storage limit on PEQ?
    no limit.

    How do I get bocoh to buff me?
    target him and /tell bocoh buff me.

    is there a way to make my caster's to wait to cast until a certain %?
    Yes, use IFS statements. Look in tinyurl.com/chance650 for details on how to setup.

    how do i include a clickie item in the ini to buff someone else?
    Bot Buff=Steelslave Earthen Boots of Strategy/BotName
    have /tgb on for group buffs

    How do you turn off pets so they don't recast them?
    comment out the Pet Spell= line in ini using // or *, then /mac e3 on the pet owner.

    what the command for when i drag corpse to stick all corpse
    /gathercorpses

    AA xp seems low and gets auto turned off after 1 kill
    General Settings:
    AutoSetPctAAExp (On/Off)=On

    Ifs in my shaman ini to try to stop casting my debuff under 50%
    [IFS] 50PctHealth=NULL > 49
    [IFS] 50PctHealth=${Spawn[${AssistTarget}].PctHPs} > 49
    DotonAssist Main=Spell/IFS|50PerentHealth

    Command to tell a toon to accept a trade
    /bct ${Target.CleanName} //notify TradeWnd TRDW_Trade_button leftmouseup

    Get characters to link an item if they have it
    /fmi

    I'm stuck, help! (and can not cast)
    so you have several options.
    /rewind (you may have to wait a minute)
    Call of the Hero - have a mage summon you
    Portal - Have a Wizard translocate you or Teleport you. Or have Druid teleport you.
    Log off/close the game then go to the website and MOVE your character to the Nexus.

    whats the command to autojoin a group
    E3 takes care of that, but if you want to reform a whole group.
    /group name

    which file to fix for auto trade?
    add mq2autoaccepttrades=1 under [Plugins] in MacroQuest.ini

    how do I stop E3?
    /endmac

    How do I refresh a toon ingame after updating .ini file?
    /mac e3

    Is there any way to change the autoloot Keep/Leave list within EQ, or do you need to edit the config directly?
    directly.

    Is it possible to turn off bot buffing temporarily? Some are often trailing during follow.
    /bc Toggle Buffs On
    /bc Toggle Buffs Off

    how do I get everyone to click yes (translocate)
    /yes
    or if you prefer, /no
    I tend to use /yes /not|me and manually click as last toon porting

    Where do I buy AOE resurrection?
    You don't, we use regular rez spells/AAs. Just tell your cleric aerez and wait.

    is there a command to bank all of your chars moneys?
    I don't have a command but I can probably make one.

    How do I get toon to loot mob corpses?
    /tell Toon loot on
    /tell Toon loot off
    If you kill non xp mobs, but then tell Toon loot on, they will then loot the surrounding corpses.

    unable to loot corpse of mob, too far away
    reload mob corpses
    #corpsefix
     
  2. chance

    chance Enraged War Boar

    Messages:
    732
    Hate to say it but some of these are bad advice.

    Code:
    How do you turn off pets so they don't recast them?
    /suspendpets
    /returnpets
    

    Code:
    Command to tell a toon to accept a trade
    Type this in once.  Then anytime you want just /trade
    /noparse /alias /trade /bcaa //notify TradeWnd TRDW_Trade_button leftmouseup
    Code:
    whats the command to autojoin a group
    E3 will auto accept group invites from your own Netbots.
    group up all of your groups at the same time.
    /savegroup Main   (or whatever name you want).
    /group Main
    
    Code:
    which file to fix for auto trade?
    Do NOT use mq2autoaccepttrades.  It is fast but it is likely to crash ALOT.
    
    load up all your accounts.
    1st: /bcaa //plugin mq2autotrade
    2nd: /noparse /bcaa //bcaa //autotrade add ${Me.CleanName}
    3rd: /bcaa //autotrade save
    
    Code:
    how do I stop E3?
    Turn off macro: /endmac
    Pause Macro: /mqpause
    These will turn back on as soon as you zone.
    
    Disable from starting at all (including on zone)
    Clear out the line in MQ70\Configs\zoned.cfg
    (Keep a backup)
    
    Code:
    Is there any way to change the autoloot Keep/Leave list within EQ, or do you need to edit
    Copy and paste into game
    /noparse /alias /keep /bc Set Loot Setting for ${Cursor.Name} /Keep
    AND:
    /noparse /alias /sell /bc Set Loot Setting for ${Cursor.Name} /Keep/Sell
    AND:
    /noparse /alias /AddAutoDestroy /echo Add Auto-Destro item ${Cursor.Name}
    Then you can have item on cursor and /keep /sell or /destroy To have it update the ini file
    

    Code:
    is there a command to bank all of your chars moneys?
    I don't have a command but I can probably make one.
    
    SEE LINK BELOW/
    http://www.projecteq.net/forums/index.php?threads/deposit-plat-in-bank.17303/
     
    Last edited: Jul 24, 2023