08-15-2017, 05:11 AM
Hello,
I'll update the wiki commands, sorry for that.
To use the party commands, you need something like this:
[macro]1600 {Auto Invite Party} FriendID:=Creature.ByName(Your Friend Name Here) Party.Status(!FriendID!)==:None Party.Invite(!FriendID!)[/macro]
[macro]1600 {Auto Accept Party} FriendID:=Creature.ByName(Your Friend Name Here) Party.Inviting(!FriendID!) Party.Join(!FriendID!)[/macro]
It is important to check the status of your friend's party before using commands like Party.Invite and Party.Join
I'll update the wiki commands, sorry for that.
To use the party commands, you need something like this:
[macro]1600 {Auto Invite Party} FriendID:=Creature.ByName(Your Friend Name Here) Party.Status(!FriendID!)==:None Party.Invite(!FriendID!)[/macro]
[macro]1600 {Auto Accept Party} FriendID:=Creature.ByName(Your Friend Name Here) Party.Inviting(!FriendID!) Party.Join(!FriendID!)[/macro]
It is important to check the status of your friend's party before using commands like Party.Invite and Party.Join