Posts: 8
Threads: 4
Joined: Nov 2018
Reputation:
0
01-06-2019, 12:35 PM
(This post was last modified: 01-11-2019, 08:37 PM by seypher.)
Is it possible to develop a script to invite everyone who appears on the screen and say "PT" in the chat?
Posts: 3,907
Threads: 340
Joined: Feb 2012
Reputation:
0
01-16-2019, 12:20 AM
(This post was last modified: 01-16-2019, 12:21 AM by MegaNo0body.)
[macro]1 {AutoParty} When.PlayerMessage(Invite, pt) Exit() {Invite} AuthorID:=Creature.ByName(!Message.Author.Name) !AuthorID<>0 HUD.Display(AutoParty triggered for !Message.Author.Name \(!Message.Author.Level\) with id !AuthorID) Party.Status(!AuthorID)==:None HUD.Display(AutoParty inviting !Message.Author.Name \(!Message.Author.Level\) with id !AuthorID) Party.Invite(!AuthorID) [/macro]
Posts: 34
Threads: 13
Joined: Nov 2018
Reputation:
0
@MegaNo0body
it would be possible when the character appears on the screen and speak pt to the party leader, this party leader check the level of that character before inviting?
if it is below a specific level the leader will not leave the party