SphereCommunity
send sysmessage to guild members? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: send sysmessage to guild members? (/Thread-send-sysmessage-to-guild-members)



send sysmessage to guild members? - x77x - 01-15-2015 06:10 AM

serv.allclients sysmessage lick my balls

how do you do it to just your guild members?


RE: send sysmessage to guild members? - XuN - 01-15-2015 11:12 PM

I suggest you to open the /Stones/ folder and read some (if not all) of the scripts placed there, you'll get lot of anwsers Smile


RE: send sysmessage to guild members? - x77x - 01-16-2015 02:24 AM

i have plenty and it dont make sense...

everything is functions and when i try it, nothing works


RE: send sysmessage to guild members? - Coruja - 01-16-2015 02:57 AM

just use ALLMEMBERS on the guildstone or GUILD.ALLMEMBERS on the char
Code:
GUILD.ALLMEMBERS -1,SYSMESSAGE test
-1 means that it will call the function SYSMESSAGE on every guild member
I cant recall all numbers on list, but maybe -1=all, 0=recruit, 1=member and 2=guildmaster

as XuN said, you can find many examples like this on guild scripts already included on sphere default script pack


RE: send sysmessage to guild members? - x77x - 01-16-2015 03:20 AM

YES!

thank you


i was trying to use the actual function...