dfabsgwapings
New member
- Messages
- 165
- Points
- 0
- Github
- dfabsgwapings
Can anyone fix this for me please..
What I am doing is when the whole party killed a boss quest all of the member will have
set Flower,1;
and my current script that I have is
.@party_id = getcharid(1);
getpartymember .@party_id, 1;
for ( .@i = 0; .@i < $@partymembercount; .@i++ ) {
if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) {
attachrid $@partymembercid[.@i];
if ( strcharinfo(3) == "poring_w03" )
set Flower,7;
sleep 5000;
warpparty "prontera", 152, 150, .@party_id, "poring_w03";
}
}
end;
and what my script doing is only the one who killed the boss is the one was able to get the
set Flower,1;
What I need is all of the party members should have
set Flower,1;
Please help me guys.. Thanks in advance
What I am doing is when the whole party killed a boss quest all of the member will have
set Flower,1;
and my current script that I have is
.@party_id = getcharid(1);
getpartymember .@party_id, 1;
for ( .@i = 0; .@i < $@partymembercount; .@i++ ) {
if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) {
attachrid $@partymembercid[.@i];
if ( strcharinfo(3) == "poring_w03" )
set Flower,7;
sleep 5000;
warpparty "prontera", 152, 150, .@party_id, "poring_w03";
}
}
end;
and what my script doing is only the one who killed the boss is the one was able to get the
set Flower,1;
What I need is all of the party members should have
set Flower,1;
Please help me guys.. Thanks in advance