BBot - The best bot of the world
Auto Party - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Auto Party (/thread-20988.html)



Auto Party - seypher - 01-06-2019

Is it possible to develop a script to invite everyone who appears on the screen and say "PT" in the chat?


RE: Auto Party - MegaNo0body - 01-16-2019

[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]


RE: Auto Party - micheel15 - 04-03-2019

@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