Moderator: MacroQuest Developers
donations for this month's patches.
donations for this month's patches.Ok, and where exactly do you think your pet is controlled? NOT by your client... you may have a spawninfo for your pet in memory, but your client doesn't control your pet. pet is an NPC.EQMule00 wrote:now Im thinking that if the pet need to send a servercheck everytime he needs mezinfo, the trafic in such an encounter will be pretty cumbersome... so maybe there is a local flag kept? like Hide and Invis and sneak and so on, they are stored locally...
Code: Select all
|# Turn the mob 180°.
/if "$arg(1,"$p2")"=="180" {
/sendkey down right
/delay 2
/sendkey up right
/sendkey down up
/delay 5
/sendkey down left
/delay 3
/sendkey up left
/sendkey up up
}