Doctor Archive
Thread: Group buff help
Page 1 of 1
Kromus
Thu Oct 21, 2004 9:46 am
#1
Hello everyone.
Would someone please explain to me how a group buff is done
Thank you
Kromus
Yec
Thu Oct 21, 2004 9:53 am
#2
foreach $person (@group)
{
foreach $stat (@thesixstats)
{
buff ($person, $stat);
}
}
saxmahoney
Thu Oct 21, 2004 5:14 pm
#3
Yec wrote:
foreach $person (@group)
{
foreach $stat (@thesixstats)
{
buff ($person, $stat);
}
}
I have never seen any code like this used on the player side for this game. Could someone explain how to use it or point to a thread on how to? Or is this some sort of programming joke? /sigh maybe I'm gullible, maybe I'm just uninformed.
Knocky
Thu Oct 21, 2004 7:42 pm
#5
Only Musicians and Dancers can buffa group they are in all at the same time.
Docs have to buff one person at a time.
Virrago
Fri Oct 22, 2004 6:59 am
#6
Knocky wrote:
Only Musicians and Dancers can buffa group they are in all at the same time.
Docs have to buff one person at a time.
Correct
Page 1 of 1
