Can you summon pets in passive?
Try reversing the order of the commands. The way the game reads multiple commands, it goes from the last to the first, so in that string, it's telling all pets to go to passive, then activating the summon.
Although, given that the summon is a location power, it's likely impossible to do, since the petcom will take effect immediately after you activate the power, but before anybody could click a location and actually summon the pets. So I'm thinking this probably won't work.
As for any other way of doing this, I don't know if there are any. Hopefully someone will come along and be able to help you.
Although, given that the summon is a location power, it's likely impossible to do, since the petcom will take effect immediately after you activate the power, but before anybody could click a location and actually summon the pets. So I'm thinking this probably won't work.
As for any other way of doing this, I don't know if there are any. Hopefully someone will come along and be able to help you.
Quote:
No, this is wrong. The way the game executes powers, the last power in a bind will be executed first.
The way the game reads multiple commands, it goes from the last to the first
|
Consider:
powexecname POWER_A$$powexecname POWER_B$$powexecname POWER_C
The game first queues POWER_A. Then the game queues POWER_B, which pushes A out of the queue. Then the game queues POWER_C, which pushes B out of the queue. There's no more commands in the bind, so the power queue (containing C) is processed, and C executes.
Binds and macros are executed left to right. The power queue system forces multiple powers in a single bind/macro to execute right to left. The commands themselves aren't being processed in that order, though.
http://www.fimfiction.net/story/36641/My-Little-Exalt
Just curious, why do you need this (since shifting them to passive takes but a moment as soon as they've appeared)?
"When heroes fail, the Angels will save you."
MASTERMIND NUMERIC KEYPAD PET CONTROLS
HAMIDON NUKE RAID GUIDE
Quote:
I can tell you that sometimes I try to summon my lost pets during a fight out of sight when possible . But I also want to upgrade them first before I send them back in.. Sometimes the pets will run in and attack and gain aggro before I can put them on passive. When I am successful though I can summon the pets and buff them without them getting aggro.
Just curious, why do you need this (since shifting them to passive takes but a moment as soon as they've appeared)?
|
I notice that when fighting higher con mobs plain non upgraded pets just seem to get destroyed much faster.
I'm guessing the OP is trying to do the same..
I usually SPAM passive as I summon the pets and hope it works.
1. Why Soft Cap is Important : http://dechskaison.blogspot.com/2011...important.html
2. Limits: http://paragonwiki.com/wiki/Limits
3. Attack Mechanics: http://wiki.cohtitan.com/wiki/Attack_Mechanics
4. Rule of Five: http://wiki.cohtitan.com/wiki/Rule_o...e_Law_of_Fives
can you summon pets in passive mode in one step? they always summon in defensive
this doesnt work unless you hit it again after they are fully summoned
/bind 8 "powexec_name Summon Demonlings$$petcom_all passive"