funtwocrasher 0 Posted February 3, 2015 Anyone have a script that allows you to broadcast on NPC when you are looking for a Party or a Guild? Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted February 8, 2015 You didn't specify anything, but here's a pretty basic (and untested by me) one. Hope it suits your needs: prontera,150,150 script Broadcaster 60,{ mes "What are you looking for?"; switch(select("A party:" + (getcharid(2) == 0 ? "A guild" : "") + ":Nothing")){ case 1: announce strcharinfo(0) + "is looking for a party!",bc_all; close; case 2: if (getcharid(2)) { mes "Sorry, you're already on a guild."; } else { announce strcharinfo(0) + "is looking for a guild!",bc_all; } close; default: mes "My job is serious."; mes "Please, do not disturb my job."; close; }} Quote Share this post Link to post Share on other sites
Anyone have a script that allows you to broadcast on NPC when you are looking for a Party or a Guild?
Share this post
Link to post
Share on other sites